Grasshopper (tab manager extension for Firefox)
I'm currently working on it, and I use it myself for all tab management.
I use it in all my firefox profiles since it can be used as a sidebar and as a popup for smaller windows.
HN user
Grasshopper (tab manager extension for Firefox)
I'm currently working on it, and I use it myself for all tab management.
I use it in all my firefox profiles since it can be used as a sidebar and as a popup for smaller windows.
I've been seeing "generated by copilot" pull requests on github lately.
None. I write my own frontend, backend, db engine, libraries. Not completely of course, like I would still rely on Express and other heavy lifting when doing a node backend. If I need some special feature in the frontend I hunt for a library I can easily copy to my libs/ directory, but half the libraries that are used I wrote myself.
GitHub puns are easy https://addons.mozilla.org/en-US/firefox/addon/githop/
Sort Tabs has been added as a tabs action (Top right menu). Or as a command.
Wrap Text is now a setting. Defaults to false.
For further ideas you can use the github repo... thanks
Could just be an about:config flag, that would be better than having to apply userChrome.css on every profile where you need it.
I already enabled URL display so it already is two-line effectively but I feel like probably making both parts (the title and the URL) two-line each.
So apart from having URL + Title shown at the same time, I take it you mean to reserve two lines for those to have some room to wrap? I'll add a note to try it as a setting.
Main menu is the top left button inside the extension. In that menu you can enter Settings. Then in settings you can click the category to see a list of other categories, or use the arrows.
Already added to my notes. I'll likely implement it. Make it pin+normal tab aware even, like only sort normal, pins, or both.
Yes the theme is very customizable, check the Settings. There's also commands you can use if you double tap Ctrl twice. You can open the command palette and select Light Theme.
Grasshoppers are cool. And a platform has been created to add more features if they make sense. It already can do a bunch of stuff, I advice you to give it a try.
behind some tracking redirect
Put there by mozilla btw
Is this manager advanced enough to replicate Vivaldi's tab tiling and stacking functionality?
No, but it can do a bunch of stuff, which you can try.
also not sure why the screenshots devote 80% of space to non-addon functionality like page with some distracting chip images and colored tables
Was easier to take screenshots like this. But maybe I'll try cropping next time. I guess the idea was to show how it looks as a sidebar, or as a popup.
There's a link to the github in the store.
In grasshopper you can organize through tags, and colors, which create profiles mapped to urls, so they also apply for instance if you are in History view. The profile can be set to match the root, or the exact url. You can also filter different kinds of tabs, like unloaded, or playing. There's also a button that appears when a tab is playing, to go back to that tab (focus it).
In grasshopper you can filter by domain, but also can add tags, and colors, to any tab, and filter through this. There's a profile editor accessible when you right click the items.
This is powerful though I don't use it much yet https://github.com/Canop/broot
Yeah, the debate was fun. The thought I had myself was the chance that AGI turns out to lack the traits of humans we fear. And instead of being this ambitious adversary it ends up being our best friend, our protector, similar to how we take care of (some) of the other animals in the planet.
I disagree. You could have done a better system. I think it's a must to be "clever" regarding code, especially if the repetition is huge.
Yes I enjoy grasshopper https://addons.mozilla.org/en-US/firefox/addon/grasshopper-u...
I think I just know what the thing is going to be about. I just need to read a headline. If I think there's more to it I force myself to read a bit. Something that comes with repeating patterns over and over again for decades.
That Orion website has 0 javascript files. That's a good sign.
There's also Grasshopper
https://addons.mozilla.org/en-US/firefox/addon/grasshopper-u...
Yeah I use Grasshopper for that.
https://addons.mozilla.org/en-US/firefox/addon/grasshopper-u...
I use a very simple todo list.
https://madprops.github.io/Hoff/
When I need to perform a task in the immediate future (now or a couple of minutes/hours from now) I add a line. When I finish it I tick it and it goes away. I don't need more.
I also use this when I'm about to sleep but got enough motivation to stand up and write a task to fix/try tomorrow.
And also works for notes when you need to paste/jot something immediately.
The browser is already a framework
If you use firefox you might like this:
https://addons.mozilla.org/en-US/firefox/addon/grasshopper-u...
I made a script to open files with rofi
https://github.com/davatorium/rofi
Looks like this:
https://i.imgur.com/Hm9TGeV.jpg
In a vscode terminal I just use the alias "o" and it opens that at the correct location, then I can navigate and pick a file to open in the editor.
There's a chat on the left side, right side shows media. If I allow scrollbars to render normally the whole site is split in 2, in the middle being a scrollbar, which looks bad especially if not overlay. I've considered not caring about it and just let the scrollbar, but it bothers me. It's my application anyway, the browser is not just a document reader anymore, it's an application framework (as well).
I have an application that looks terrible if I don't make the scrollbar transparent. I thought this was going to be about not using those horrible javascript scrollbar libraries, which make the code a lot more complex (I tried them all).