bat-extras
tmux-resurrect
bat-extras | tmux-resurrect | |
---|---|---|
5 | 38 | |
1,258 | 11,544 | |
- | 1.0% | |
7.1 | 0.0 | |
5 months ago | 5 months ago | |
Shell | Shell | |
MIT License | MIT License |
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.
bat-extras
-
How are threads created in Linux x86_64
So it seems that clone3 is the syscall that creates new threads. Let's use man (better if you use batman) to find about it.
-
What modern utilities should be a standard part of a modern unixy distro?
If you like bat, you may find these useful: https://github.com/eth-p/bat-extras#batman
-
Using vim as manpager, why isn't it working correctly? Using fish btw (plz don't roast me)
for man pager I found and absolutely love batman (from the amazing bat extras by eth-p
-
man.archlinux.org now live
Idea: Look into adding color to it. After discovering batman I've become used to syntax highlighted man pages.
-
Top CLI Programs Which Finally Solved My Fear Of The Terminal ⌨️
Next, there is bat and one of its add-ons: batman which provides git diff support, syntax highlighting and vim-style navigation on top of the base command of cat and man.
tmux-resurrect
- How to restore nvim session with tmux resurrect
-
How to use neovim as a server?
I use https://github.com/tmux-plugins/tmux-continuum and https://github.com/tmux-plugins/tmux-resurrect to restore all my tmux sessions if I reboot my machine or kill tmux.
-
What is the trick theprimegen is using to search his entire computer from terminal emulator?
tmux-resurrect and tmux-continuum are the utils I use to persist sessions across reboots. They have keybinds and options to make it either automatic or manual, but they save EVERYTHING down to the Neovim session (if you use those) for the session's working directory
-
Can I save a Terminal window to open on next reboot?
This would be my first go-to: https://github.com/tmux-plugins/tmux-resurrect
- tmux-continuum / resurrect won't relaunch some cli applications.
- Save tmux environment automatically on exit?
-
Programmer interrupted: The cost of interruption and context switching (2022)
I hardly reboot a machine unless I am intending to, but there are plugins for tmux for this too.
https://github.com/tmux-plugins/tmux-resurrect
-
A beautiful tmux setup in 3 minutes
And to save and restore tmux sessions automatically, I use tmux-resurrect + tmux-continuum.
-
What are some lesser known packages that improve quality of life for you on Linux?
You must use all 3 of: tmux-continuum tmux-resurrect vim-obsession
-
Why is Tmux better than neovim's built-in terminal?
Sure. Once you log in to the remote Linux machine, just run `tmux` and do your job. When you connect to the remote Linux machine next time, run `tmux attach`, and you will be right where you left off. The sessions will be persisted until you restart the Linux machine (well, or kill the tmux server). If you'd like even more persistence after machine restart, you can also try https://github.com/tmux-plugins/tmux-resurrect
What are some alternatives?
forgit - :zzz: A utility tool powered by fzf for using git interactively.
zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.
mt_asm - Multithreading on GNU/Linux x86_64 from scratch.
wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
vim-superman - Read Unix man pages faster than a speeding bullet!
zellij - A terminal workspace with batteries included
zsh-autosuggestions - Fish-like autosuggestions for zsh
vscode-org-mode - Emacs Org Mode for Visual Studio Code
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
dotfiles
sd - Intuitive find & replace CLI (sed alternative)
tpm - Tmux Plugin Manager