kill-tabs alternatives and similar modules
Based on the "Command Line Apps" category.
Alternatively, view kill-tabs alternatives based on common mentions on social networks and blogs.
-
Live Server
A simple development HTTP-server with livereload capability. -
ttystudio
Record your terminal and compile it to a GIF or APNG without any external dependencies, bash scripts, gif concatenation, etc. -
Whatspup
🔳 WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
pjs
Pipeable JavaScript. Quickly filter, map, and reduce from the terminal. -
tty-table
CLI table for nodejs and the browser. Automatic word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of kill-tabs or a related project?
README
kill-tabs 
Kill all Chrome tabs to improve performance, decrease battery usage, and save memory
Works on macOS, Linux, Windows.
I'm a tab-abuser and I use this once in a while to prevent Chrome from taking up all system resources.
When you run kill-tabs
the Chrome tab processes are killed, which means they will no longer take up system resources, but they will still be in your Chrome window, just as crashed. When you want one back you just reload the tab.
CLI
$ npm install --global kill-tabs
$ kill-tabs --help
Usage
$ kill-tabs
Options
--no-chromium Don't kill tabs in Chromium
--no-chrome Don't kill tabs in Chrome
--no-brave Don't kill tabs in Brave
API
$ npm install kill-tabs
const killTabs = require('kill-tabs');
(async () => {
await killTabs();
console.log('Killed tabs');
})();
Tip
You can use the Reload All Tabs Chrome extension to easily reload all the tabs.