Explore >> Select a destination


You are here

ukiahsmith.com
| | johncodes.com
6.8 parsecs away

Travel
| | 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
15.0 parsecs away

Travel
| | 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
9.8 parsecs away

Travel
| | Let's script it up and optimise our tmux workflow.
| | www.hugozap.com
70.9 parsecs away

Travel
| A simple example of how to use WebAssembly in the browser and what the toolchain looks like.