Live data from Hacker News

TabFS: Mount your Browser Tabs as a Filesystem

omar.website

101–110 of 242 posts

Re: TabFS: Mount your Browser Tabs as a Filesystem

#101
post #41

KDE on Linux used to have something similar in the late 90s - it allowed you to open a website URL as a directory listing, so you could browse the site's asset directories and open image files, etc. Think like a client-side generated version of Apache's index pages, but using your local file manager. It was a plugin to the VFS framework (KIO) the desktop and all the apps use, so it would also work e.g. in Open File d…

> Ripping a music CD into MP3s was similar - you'd open the volume in the file manager and see your tracks along with a virtual folder full of MP3 files. AudioCD KIO is still working the same way. I'm ripping an old audio CD of mine to FLAC as I write this comment. KDE's one of the oldest and best maintained feature is KIO backend. It's still alive and kicking as hard as in 3.5.x days.

Disclainer: KDE developer

Yeah, KIO is an awesome piece of software. Yesterday, a fuse interface was released[1] so that non-KDE software in Plasma also get most of the benefits of KIO.

And speaking of browser tabs, Plasma Browser integration allows to switch to an open tabs from Krunner directly and it works with Firefox, Chrome and Microsoft Edge.

[1]: https://feverfew.home.blog/2020/12/31/kio-fuse-5-0-0-release...

Re: TabFS: Mount your Browser Tabs as a Filesystem

#102

This is a brilliant piece of work. As someone who has thousands of tabs open, I've always wanted to "close all tabs with a single command", or view all the open tabs and mass select them and close, for years. Otherwise, going through them one by one and deleting takes forever. Now somebody make a vim pluggin so I can delete tabs by visual selecting a bunch of them and typing "d".

[deleted]

Re: TabFS: Mount your Browser Tabs as a Filesystem

#103
post #13

Earlier quoted context omitted.

> As someone who has thousands of tabs open This behavior always confuses me. To what end? Have you ever derived any value from a tab you chose not to close?

I derive close to zero value from bookmarks. The only value they provide is that they appear in the address bar during searches. They are organized in a linear fashion, they require constant maintenance and they are also not immediately accessible often requiring you to open a separate window. Worst of all even if you choose to do something as stupid as manage bookmarks you will now have to have to manage both tabs a…

[deleted]

Re: TabFS: Mount your Browser Tabs as a Filesystem

#104
post #45

What is the tool used in the example where they select files and then delete them? https://omar.website/tabfs/doc/delete.mp4 Ah, I see now. It is called "dired". I wonder if it can be used standalone, without emacs.

You could always

     emacs --eval '(dired ".")'
to immediately start emacs-dired in this directory :-)

Re: TabFS: Mount your Browser Tabs as a Filesystem

#105
post #46

This is a brilliant piece of work. As someone who has thousands of tabs open, I've always wanted to "close all tabs with a single command", or view all the open tabs and mass select them and close, for years. Otherwise, going through them one by one and deleting takes forever. Now somebody make a vim pluggin so I can delete tabs by visual selecting a bunch of them and typing "d".

Same here, currently sitting at 300 tabs ( Lost about 800 a few weeks ago from Safari crash again ). I just wish the Show All tabs on Safari put up a list of tabs so I could quickly navigate through them ( and selectively close them ). Right now Show All Tabs Reloads all the tabs. That is the same on macOS and iOS. Your phone gets quite warm doing it.

> Lost about 800 a few weeks ago from Safari crash again

Sounds like someone taking a corner at 200 mph and rolling their eyes when they hit the crash barrier. Not often is the following true, but - you're using that tool wrong.

Re: TabFS: Mount your Browser Tabs as a Filesystem

#106
post #33

Earlier quoted context omitted.

1 - Right-click empty space next to the tabs and select 'Bookmark all tabs' 2 - Name the bookmark folder (within the top-level bookmark folder) something like: 'Tab-mess-from- ' 3 - Ctrl-F4 close them. Press and hold Ctrl, then F4 them one at a time. You can close 200+ tabs in a minute. (or as other suggested, right-click any tab and use the option 'close other tabs').

I open a new window for each "task" and open tabs in that window, if it is non trivial I also move that window to a new Desktop/Space. When I want to shelve a task I bookmark all the tabs in that window into a dedicated folder then close the whole window and the desktop.

you should try amna, which basically automates that process. You make a task, it gives you a chrome window for the task and syncs your work. You can then close the browser, and the data is saved.

http://getamna.com

Re: TabFS: Mount your Browser Tabs as a Filesystem

#107
post #46

This is a brilliant piece of work. As someone who has thousands of tabs open, I've always wanted to "close all tabs with a single command", or view all the open tabs and mass select them and close, for years. Otherwise, going through them one by one and deleting takes forever. Now somebody make a vim pluggin so I can delete tabs by visual selecting a bunch of them and typing "d".

Same here, currently sitting at 300 tabs ( Lost about 800 a few weeks ago from Safari crash again ). I just wish the Show All tabs on Safari put up a list of tabs so I could quickly navigate through them ( and selectively close them ). Right now Show All Tabs Reloads all the tabs. That is the same on macOS and iOS. Your phone gets quite warm doing it.

Safari maintains a list of tabs in a plist. You can’t delete while Safari is running, but at least you can extract the list to back it up.

Re: TabFS: Mount your Browser Tabs as a Filesystem

#108

Earlier quoted context omitted.

1 - Right-click empty space next to the tabs and select 'Bookmark all tabs' 2 - Name the bookmark folder (within the top-level bookmark folder) something like: 'Tab-mess-from- ' 3 - Ctrl-F4 close them. Press and hold Ctrl, then F4 them one at a time. You can close 200+ tabs in a minute. (or as other suggested, right-click any tab and use the option 'close other tabs').

There is a browser extension called onetab that does this for you. The issue i find is that even if you create the perfect system, you still rarely m go back and revisit these tabs kept open.

Try amna - https://getamna.com.

It can make this a little better by storing the tabs as part of a task. Soo you can get back to them as part of a context rather than just a link.

Re: TabFS: Mount your Browser Tabs as a Filesystem

#110
post #71

Earlier quoted context omitted.

I open a new window to research a specific topic. Then I open up all the links on sub tabs. This encloses all my research for this subject in one window. Often times I have upwards of 10+ windows opened. Since some of the work spans over several days or weeks. I also take screenshots of relevant information. Which gets automatically labeled by date and time into a screenshot folder, and sub-sorted into months.

This is where I miss to be able to name each group-of-tabs (the window) with a name so I can manage (eg when alt-tab’ing) quickly. So window ‘topic-1’ have 10 tabs relating to ‘topic-1’ and the property ‘topic-1’ is visible in my WM. Is this possible (I have not -yet - searched ‘enough’ for this functionality...)?

Try Amna. https://getamna.com.

You can do this per chrome window and bubble the tasks up to a task.

Post reply on HN