You are here |
ukiahsmith.com | ||
| | | |
johncodes.com
|
|
| | | | Tmux is one of my favorite utilities: it's a terminal multiplexer that lets you create persistent shell sessions, panes, windows, etc. all within a single terminal. It's a great way to organize your shell sessions and natively give you multi-shell environments to work in without having to rely on a terminal program for those features. You'd think in a world of modern applications and fancy terminals like iTerm 2 and Kitty, you wouldn't need such a utility. | |
| | | |
hboon.com
|
|
| | | | The primary reason I use tmux (and originally screen) was so I don't lose my current working directories when I accidentally close my terminal window(s). tmux attach and you are back where you fat fingered a cmd+w or cmd+q. | |
| | | |
its.mw
|
|
| | | | Let's script it up and optimise our tmux workflow. | |
| | | |
www.hugozap.com
|
|
| | A simple example of how to use WebAssembly in the browser and what the toolchain looks like. |