Readit News logoReadit News
037 commented on Firefox profiles: Private, focused spaces for all the ways you browse   blog.mozilla.org/en/firef... · Posted by u/darkwater
Scipio_Afri · 4 months ago
Would really be great to move windows or tab groups between different profiles; Edge offers this. Sometimes you don't realize what profile you're in and you start doing stuff in your personal profile that doesn't fit there. With firefox right now there is no way to select and move any tabs, tab groups or windows to the profile that is best suited for those links.
037 · 4 months ago
It could be a privacy risk, though, because by directly moving a URL (and all its parameters) to another profile, it might be easy to link them together on the server side. It’s not necessarily a problem, but it’s definitely important to be aware of, since one of the main uses of profiles is precisely isolation for privacy and security.
037 commented on Ventoy: Create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI Files   github.com/ventoy/Ventoy... · Posted by u/wilsonfiifi
037 · 5 months ago
One nice thing about Ventoy is that you can still use the USB stick as a regular drive for other files — it doesn’t interfere with the ISOs you can boot from
037 commented on Show HN: F2 – Cross-Platform CLI Batch Renaming Tool   github.com/ayoisaiah/f2... · Posted by u/ayoisaiah
037 · 10 months ago
Very interesting, I’ll definitely give it a try!

Another approach I recently discovered is an old but beautiful Unix-style tool for renaming files: vidir - edit a directory in your text editor. It’s part of the moreutils suite [1].

You get the list of filenames in your editor – edit them as you like, save, exit, and it renames the files. It uses whatever editor is set in your $EDITOR env var, so it doesn’t have to be vi/vim.

You can also pipe in a list of files, e.g. `find . -type f | vidir -`, to edit just the files you want - and you can even change paths (add, rename, remove directories) in the editor to move files around easily.

To try it quickly on macOS: `brew install moreutils`

[1] https://joeyh.name/code/moreutils/

037 commented on Show HN: Infat – Declaritive application assocation manager for macOS   github.com/philocalyst/in... · Posted by u/philocalyst
beaugunderson · a year ago
Certainly, the bulk of the functionality is provided by URLDispatcher:

https://www.hammerspoon.org/Spoons/URLDispatcher.html

Here's a cleaned up version of my config... I also mapped global cmd-shift-1/2/i to focus my profile and incognito windows (and create a window if none already existed):

https://gist.github.com/beaugunderson/d1ca2218b9b272f3ac3573...

037 · a year ago
Thanks a lot — that’s way more than I expected!
037 commented on Show HN: Infat – Declaritive application assocation manager for macOS   github.com/philocalyst/in... · Posted by u/philocalyst
beaugunderson · a year ago
I use Hammerspoon for this and it's super configurable via Lua--open some URLs with Chrome profile 1, some with profile 2, some in incognito, open normal Spotify links with the Spotify app, normal Zoom links with Zoom (skip opening a tab that then opens the zoom:// link), etc.

For Google Drive links I open a picker that lets me choose from two chrome profiles and incognito.

037 · a year ago
Would you mind sharing some tips on how to set that up? A code snippet or a link to the relevant docs would be super helpful.
037 commented on Show HN: Infat – Declaritive application assocation manager for macOS   github.com/philocalyst/in... · Posted by u/philocalyst
037 · a year ago
I love that it’s a command line tool — I’ll try it soon.

I use OpenIn for this [1] (it’s paid, but a one-time purchase at a very reasonable price). It works with URLs too, supports “browser profiles”, and lets you create logic using JavaScript (e.g., do X if the filename contains Y, or do Z if a modifier key is pressed).

It works really well and even has the ability to “fix” what external apps have changed. I plan to use this on new Macs to reconstruct my app associations and rules.

I do wish the rules were defined in plain text files — sometimes it’s hard to follow the logic through the UI and the way it handles things.

Another comment mentions Hammerspoon (which I used in the past — it was very nice). Maybe I can rebuild part of my current setup with it.

[1] https://loshadki.app/openin4/

037 commented on Hoppscotch: Open source alternative to Postman / Insomnia   github.com/hoppscotch/hop... · Posted by u/the_arun
paradite · a year ago
Can you save the full request details and full response details in one click as one file with this extension?

This is the feature I use the most.

037 · a year ago
Just tried. You can save the full response to a single file with one click, but it doesn’t include the original request.

I found an issue asking for the same feature: https://github.com/Huachao/vscode-restclient/issues/1311

u/037

KarmaCake day439June 3, 2023View Original