tabist VS bb-adrs

Compare tabist vs bb-adrs and see what are their differences.

tabist

Simple Tab Manager Extension for Chrome and Firefox. (by fiveNinePlusR)

bb-adrs

Architecture Decision Records for Buildbarn (by buildbarn)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
tabist bb-adrs
4 2
44 22
- -
0.0 0.0
over 5 years ago 3 months ago
JavaScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tabist

Posts with mentions or reviews of tabist. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-18.
  • TabFS – a browser extension that mounts the browser tabs as a filesystem
    15 projects | news.ycombinator.com | 18 Feb 2023
    I have a extension that does that almost pretty identically to what you are looking for... it does list out every page you have but doesn't list the url. there is an unreleased version that I use that has a tab dumping to json that I use for just that session restore reason.

    Maybe I'll finish the updated version and release it soon.

    feel free to check it out: https://github.com/fiveNinePlusR/tabist

    https://addons.mozilla.org/en-US/firefox/addon/tabist/

    https://chrome.google.com/webstore/detail/tabist/hdjegjggiog...

  • My Bad Habit of Hoarding Information
    16 projects | news.ycombinator.com | 6 Jan 2023
    I wrote a little webext to help me find tabs in a visual way grouped by window. middle click closes the tab and left click brings the tab you click on to the forefront. It's simple but something I use many times every day.

    feel free to try it out:

    https://addons.mozilla.org/en-US/firefox/addon/tabist/

    https://chrome.google.com/webstore/detail/tabist/hdjegjggiog...

    https://github.com/fiveNinePlusR/tabist

  • Overcoming Tab Overload
    7 projects | news.ycombinator.com | 14 May 2021
    for a lot of people you search for something to solve a problem. for instance debugging an issue. you middle click on a bunch of promising tabs and then go through them. if there is some useful information on that page you leave it open but it's rare that it's the only thing you need to know to solve your problem. another use is some API you need to use so you'd open up a bunch of tabs on the functions you are exploring how you need to use them.

    I also separate the issue by window too and also use tabs and windows as temporary bookmarks really. not worthy of a full bookmark but not finished with.

    I created an webextension to deal with handling those tabs because having a bunch of tabs across a bunch of windows is not the most ergonomic without one. might be useful for someone here I suppose: https://github.com/fiveNinePlusR/tabist

    https://chrome.google.com/webstore/detail/tabist/hdjegjggiog...

    https://addons.mozilla.org/en-US/firefox/addon/tabist/

  • TabFS: Mount the Browser Tabs as a Filesystem
    9 projects | news.ycombinator.com | 31 Dec 2020
    I am like your friend... basically tabs are a "working memory" that you don't want to store permanently in bookmarks. each window or sets of windows is typically a different topic that is being research on with a bunch of middle clicks to open tabs. I have so many open that I wrote a small webext for it that shows a page of all your tabs that you can click on to navigate to that tab with a click. just a nicer interface to see all the windows open and all the tabs. https://github.com/fiveNinePlusR/tabist

bb-adrs

Posts with mentions or reviews of bb-adrs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-19.
  • NFS > FUSE: Why We Built Our Own NFS Server in Rust
    5 projects | news.ycombinator.com | 19 Sep 2023
    For people who are interested in doing something similar in Go, some time ago I implemented a generic VFS that can be exposed both via FUSE and NFSv4.

    It’s part of Buildbarn, a distributed build cluster for Bazel, but it can also easily be used outside that context.

    Details: https://github.com/buildbarn/bb-adrs/blob/master/0009-nfsv4....

    My recommendation to the authors would be to use NFSv4 instead of NFSv3. No need to mess around with that separate MOUNT protocol. Its semantics are also a lot closer to POSIX.

  • TabFS – a browser extension that mounts the browser tabs as a filesystem
    15 projects | news.ycombinator.com | 18 Feb 2023
    The open-source implemention I'm aware of is in Buildbarn

    Design doc: https://github.com/buildbarn/bb-adrs/blob/master/0009-nfsv4....

What are some alternatives?

When comparing tabist and bb-adrs you can also consider the following projects:

brotab - Control your browser's tabs from the command line

osa-chrome - Emacs remote tab control for Google Chrome

auto-tab-discard - Use native tab discarding method to automatically reduce memory usage of inactive tabs

file-system-stress-testing - A tool that can be used to stress test POSIX filesystems.

min - A fast, minimal browser that protects your privacy

go-xdr - An XDR (External Data Representation) to Go compiler

winger - Window Manager: A Firefox web extension for switching windows and moving tabs between windows

btfs - A bittorrent filesystem based on FUSE.

computer - πŸ“ β—‹ β—‹ β—‹ dotfolders and dotfiles

TabFS - πŸ—„ Mount your browser tabs as a filesystem.

VBAChromeDevProtocol - VBA (Excel) based wrapper for Chrome Developer Protocol (CDP) - sorta a VBA version of Puppeteer/Selenium