I love OneTab, being able to dump 50-100 tabs out to a running page of links to restart the browser is simple peace of mind to me.
I love Onetab as well. The problem I often have is sending a lot of tabs to Onetab, then never looking at them again. Which may not actually be a problem and more of an indication for how "important" the tab actually was. The dream for me would be if Onetab has a search feature that allowed you to search the text on all the tabbed pages that you saved. Because sometimes you save a tab because of a specific topic, but…
Overcoming Tab Overload
201–210 of 240 posts
Re: Overcoming Tab Overload
#202My main problem with tabs is that they function as an additional window manager, meaning I'm constantly using two window managers at the same time, and getting confused between them. For example, I can use Ctrl+Tab to cycle through browser tabs and Alt+Tab to cycle through windows. I can't use either to cycle through everything I have open.
It is actually worse than that. Many/most implementations of tabs are completely opaque to the window manager so if you want to programmatically control your browser windows e.g. by moving a window with a certain title to the front you can't do it for windows that contain a certain tab unless it is the active tab. Oops.
Re: Overcoming Tab Overload
#203Earlier quoted context omitted.
Is what you're describing any different from just bookmarking all the tabs in a window to a new folder and closing the window? That's what I do. And then just open the whole folder as tabs in a new window when I go back to something. Then the advantage is that I can give the folder a name, a date, tags, nest it under a grouping of folders, etc. Plus I can back up bookmarks which gives me huge peace of mind. I've been…
There are many differences. First, if you "open the whole folder", you have to wait for a few hundred tabs to open for a large project, a few tens for a small project. That's very slow and uses a lot of memory. They don't open quickly in the asleep state the same was as tab sessions do. Then there is the maintenance of the folder. If you bookmark all tabs in a window to a folder, later you'll open the whole folder, d…
Anyway, i was exploring options and i was glad to find your experience. I think i am ultimately looking for something similar to what you want and maybe will email you at some point to ask about this if i do indeed get a little deeper into it if you don't mind.
Re: Overcoming Tab Overload
#204My current solution is to having developed a webextension + server system (https://github.com/domovikapp/domovik-server/) where I can stash any tab in a TOREAD list, and those replace my blank new tab page. Crude, but it does the job for me.
Re: Overcoming Tab Overload
#205Earlier quoted context omitted.
Is what you're describing any different from just bookmarking all the tabs in a window to a new folder and closing the window? That's what I do. And then just open the whole folder as tabs in a new window when I go back to something. Then the advantage is that I can give the folder a name, a date, tags, nest it under a grouping of folders, etc. Plus I can back up bookmarks which gives me huge peace of mind. I've been…
There are many differences. First, if you "open the whole folder", you have to wait for a few hundred tabs to open for a large project, a few tens for a small project. That's very slow and uses a lot of memory. They don't open quickly in the asleep state the same was as tab sessions do. Then there is the maintenance of the folder. If you bookmark all tabs in a window to a folder, later you'll open the whole folder, d…
The most useful extensions I've found to manage this complexity are https://github.com/tpamula/webextension-window-titler and https://github.com/l10nelw/winger.
This is the script I made to bring up the firefox window I desire from the custom name I gave it using window-titler:
#!/usr/bin/env bash
#
# switches to the firefox window that starts with the provided word between brackets
NAME=$1
WIN=$(wmctrl -l | grep Firefox | grep "\[${NAME}")
if [[ -z $WIN ]]; then
echo "no window found"
exit
fi
NUM_WINS=$(echo "$WIN" | wc -l)
if [[ $NUM_WINS -ne "1" ]]; then
echo -e "$NUM_WINS windows found, please be more specific:\n"
for w in "$WIN"; do
echo "$w" | cut -d' ' -f4-
done
exit
fi
WIN_NAME=$(echo $WIN | cut -d' ' -f4-)
WIN_ID=$(echo $WIN | cut -d' ' -f1)
echo opening: $WIN_NAME
wmctrl -iR $WIN_ID
And winger allows me to stash not-currently-needed windows in bookmarks, and restore them later...This is a less than perfect system, but it's good enough for me for now.
Re: Overcoming Tab Overload
#206I have restricted myself from browsing internet on mobile phone, so I only view them from my personal computer
I always keep a note on what I browse, regardless of how important or useless it is (except entertainment stuff to some extent)
I am using this note taking method to all my work as well, for example, searching online about security aspect of several CI/CD pipeline tools that my company use
The notes that I create are all mostly markdown files, with names to their own, so I can grep or find whenever I want, and encrypt and archive the whole folder as I want to back them up
By note taking down the links that I have viewed, sometimes with some wordings for explanation, I can keep track most of them, not all, becacuse sometimes I use namings that I couldn't recall and that's totally fine, I can still grep/find as I want anyway
I would just put down some file names so you guys can get a better idea
1. 3d-printing.md
2. asm.md
3. algorithms.md
4. browser.md
5. cybersecurity.md
6. hacking.md
7. graphics.md
8. gamedev0.md
9. reverse-engineering.md
10. storage-hard-drive.md
11. vpn-proxy.md
12. video-hardware-acceleration.md
13. game-engine.md
14. freelance-startups-business-side-hustle.md
15. fuchsia.md
16. electrical-and-computer-engineering.md
17. electronics.md
and a lot more like
300. linux/doc/linux-kernel.md
301. android/doc/android-apps.md
302. macos/doc/macos.md
303. windows/doc/windows-install.md
Edit: if you are wondering why do this at all when everything is just one google search away, well, i guess that's the whole point
Re: Overcoming Tab Overload
#207Re: Overcoming Tab Overload
#208I just wish there were a way to save page state along with a bookmark or similar. Sometimes I'd really like to close a ton of tabs, or just close my browser, or a whole window, and reopen tomorrow. But I'm relying on scroll position to know where I am in 20 different documents, or login credentials that only last for 24 hours, or certain comment threads that have been expanded while others have been collapsed, or my…
This is (bugs withstanding) what Firefox does if you choose to"Restore previous session" int the General/Startup section of about:preferences . This feature is provided by a Gecko component called the the session store ( https://searchfox.org/mozilla-central/source/toolkit/compone... ).
Re: Overcoming Tab Overload
#209I just wish there were a way to save page state along with a bookmark or similar. Sometimes I'd really like to close a ton of tabs, or just close my browser, or a whole window, and reopen tomorrow. But I'm relying on scroll position to know where I am in 20 different documents, or login credentials that only last for 24 hours, or certain comment threads that have been expanded while others have been collapsed, or my…
Hi. I may have something for ya. I'm building Amna ( https://getamna.com ) which manages tabs with tasks. Amna can do this (kind of). If you don't explicitly "close" a a browser window within Amna, it will just minimize the window. So it preserves the state (e.g scroll), while still giving you freedom to work on something else with a clean slate. It's not perfect, since the tabs aren't really closed, they'd be just o…
Can you do something similar?
Re: Overcoming Tab Overload
#210Tree style tabs on the side of my window absolutely changed my computing life. I stopped seeing tabs as a collection of what Im doing and instead started using them + the browsers inclination to save my tabs across restarts to track everything. Ill have a tree of tabs for blogs im reading, a tree for work stuff, a tree for amazon orders, etc. All that context can be closed in a single click. Ill have hundreds of tabs…