19 results
tagged
shell
for item in list
do
echo "$item"
done
for ((i=0; i<10; i++))
do
echo "$i"
done
…and more…
WezTerm is a powerful cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.
tmuxp, a novel approach to manage tmux(1) (>= 1.8) workspaces through python objects.
pipe viewer: ... where have you been all my life?
git log --graph --pretty="format:%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset"