tabist VS computer

Compare tabist vs computer and see what are their differences.

tabist

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

computer

📁 ○ ○ ○ dotfolders and dotfiles (by chapmanjacobd)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
tabist computer
4 7
44 4
- -
0.0 9.9
over 5 years ago 5 days ago
JavaScript Shell
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

computer

Posts with mentions or reviews of computer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-22.
  • Ask HN: What rabbit hole(s) did you dive into recently?
    12 projects | news.ycombinator.com | 22 Apr 2024
    gs (ghostscript), mutool, ocrmypdf...

    To add/remove: mutool merge -h

    To split PDF pages: mutool poster -h

    I made a script here that I use frequently for scanned documents: https://github.com/chapmanjacobd/computer/blob/main/bin/pdf_...

    Shrink PDFs: gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf in.pdf

    (or switch prepress to ebook to shrink more)

    or to really shrink, b&w only:

    gs -q -dNOPAUSE -dBATCH -dSAFER -sProcessColorModel=DeviceGray -sColorConversionStrategy=Gray -dDownsampleColorImages=true -dOverrideICC -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dColorImageDownsampleType=/Bicubic -dColorImageResolution=120 -dGrayImageDownsampleType=/Bicubic -dGrayImageResolution=120 -dMonoImageDownsampleType=/Bicubic -dMonoImageResolution=120 -sOutputFile=out.pdf in.pdf

  • Ask HN: Why does GNU Stow (et al.) exist?
    1 project | news.ycombinator.com | 20 Apr 2024
    I've been putting my whole home folder under git for almost a year [1].

    I haven't seen any other repos on GitHub with a similar layout. Why do people rely on GNU Stow and other complicated tools to essentially do what git does? I haven't noticed any performance problems with just using git.

    [1]. https://github.com/chapmanjacobd/computer/

  • A browser plugin that shows you which search results require a login to use their services before you even click on them
    1 project | /r/Lightbulb | 29 Apr 2023
    with these settings: https://github.com/chapmanjacobd/computer/blob/main/.github/firefox/ublacklist-settings.json
  • I'm new to termux, so suggest me what cool stuff to use termux for.
    7 projects | /r/termux | 20 Jan 2023
  • My Bad Habit of Hoarding Information
    16 projects | news.ycombinator.com | 6 Jan 2023
    The problem with a lot of these tools is there is no incremental escape hatch. I had 25,000 tabs last year which I saved as a line delimited text file.

    Then every day I automate opening 7 tabs and I force myself to get through them. Sometimes it takes 2 minutes, sometimes it takes an hour. Sometimes it ends with me adding 50 more links to the text file. Sometimes the tabs are garbage but often they are worthwhile.

    https://github.com/chapmanjacobd/computer/blob/main/.config/...

    https://github.com/chapmanjacobd/computer/blob/main/.config/...

    But over the past year I've gone through 2,555 tabs! So it seems like it is working. Maybe in 10 years I'll reach tab zero

  • Script suggestion post!
    21 projects | /r/mpv | 29 Dec 2022
    autocrop.lua
  • Yet another yt-dlp linux script
    3 projects | /r/youtubedl | 16 Oct 2022
    I started doing this with my phone and it made formatting my phone painless. The hardest part is getting started. I still haven't added all my config files to git; I have a daily script that will remove one line from my home directory gitignore so I can incrementally add config files. And it has already brought me a lot of peace of mind even if I'm only like 30% of the way done on the desktop.

What are some alternatives?

When comparing tabist and computer you can also consider the following projects:

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

hamster-system - Ultra-simple framework to organize your life.

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

evafast - mpv script for hybrid fastforward and seeking

min - A fast, minimal browser that protects your privacy

lkmpg - The Linux Kernel Module Programming Guide (updated for 5.0+ kernels)

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

mpv-scripts - Various scripts for mpv

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

yt-dlp - A feature-rich command-line audio/video downloader

btfs - A bittorrent filesystem based on FUSE.

mpv-youtube-quality - A userscript for MPV that allows you to change youtube video quality (ytdl-format) on the fly