-
Anyone know of other projects/solutions like Shox (seems abandoned, no commits for 2 years)?
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
You'll like tmux when you get to know it. The primary benefit outside of splitting windows and the status bar is being able to just leave stuff running in the background even if you disconnect from SSH or close the window. i.e. I have a setup on one headless machine that has many "windows" (think tabs) that monitor the system. I can also then leave any number of editors open at the right spot in the file and come back to it later. I have a plugin called tmux-resurrect that will even save the state of all these windows across reboots.
-
Check out the Nova theme which is essentially a status bar for a configurable option. The Dracula theme is another one that comes preconfigured with a load of goodies but I prefer to configure my own with Nova.
-
Check out the Nova theme which is essentially a status bar for a configurable option. The Dracula theme is another one that comes preconfigured with a load of goodies but I prefer to configure my own with Nova.
-
You'll probably want to use Tmux Plugin Manager (TPM) to manage your tmux plugins and maybe some other goodies from the tmux-plugins repo.
-
There's also this neat zsh plugin that /u/themotherhucker made that automatically connects you to your tmux session when you launch your shell (if you use zsh)
-
I've been playing some with Zellij too and like it, pretty fancy and easy to get used to due to all Shortcuts being interactively shown in the bottom. Though as my use case is mainly on remot servers, I'd often fall back to Tmux.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
In neovim I use this plugin to get it to work with the usual yank commands (i.e. mouse or visual mode to highlight and then press y, or yy for a line, etc).
-
Take a look at Starship
Related posts
-
Use fzf for tmux session switching
-
Zellij – A terminal workspace with batteries included (tmux alternative)
-
How would I get the name of the program running in the window that zellij run was ran in?
-
Zellij – A terminal workspace with batteries included
-
Come build Zellij WebAssembly (Rust) plugins for your terminal with us!