|
|
@ -62,12 +62,13 @@ Scripts here fall into a handful of categories: |
|
|
|
- Screenshot and screencast tools used in my work as a writer for |
|
|
|
DigitalOcean and Adafruit |
|
|
|
- Things for working with the [p1k3](https://p1k3.com/) repo and site |
|
|
|
- Things for use with text editors (prefixed with `vim-`) |
|
|
|
- Text filters and fragments, mostly for use with Vim aliases |
|
|
|
- Miscellaneous utilities |
|
|
|
|
|
|
|
Most of these are unlikely to be portable, useful, or documented. |
|
|
|
|
|
|
|
- `chrome-incognito`: run Google Chrome in incognito mode |
|
|
|
- `cheat`: a place to hang a personal cheatsheet of sorts |
|
|
|
- `dmenu_unique`: run dmenu with big fonts and vertical, only showing each entry once |
|
|
|
- `dog`: concatenate argument strings and stdin |
|
|
|
- `filter-decorate`: splat some text dingbats into HTML I write sometimes |
|
|
@ -95,6 +96,7 @@ Most of these are unlikely to be portable, useful, or documented. |
|
|
|
- `today`: print a date |
|
|
|
- `todaydir`: find a p1k3 dir for the current date |
|
|
|
- `uni`: search unicode codepoint names (via @chneukirchen) |
|
|
|
- `unsorted-unique`: print all lines of input once (just an `awk` one-liner) |
|
|
|
- `wip`: move a p1k3 file into a work-in-progress directory |
|
|
|
- `words`: split input into individual words |
|
|
|
- `xm`: call xmodmap (dumb) |
|
|
@ -105,7 +107,7 @@ Most of these are unlikely to be portable, useful, or documented. |
|
|
|
### tmux |
|
|
|
|
|
|
|
I use `tmux` for terminal multiplexing (i.e., most of what GNU Screen does). |
|
|
|
In practice, this means that I rely on it for: |
|
|
|
In practice, this means that I rely on it for |
|
|
|
|
|
|
|
- persistent shell sessions, sometimes attached to multiple machines |
|
|
|
- putting a bunch of shell / editor buffers inside one `ssh` or `mosh` |
|
|
|