tools.md
... ...
@@ -3,29 +3,24 @@
3 3
4 4
# Desktop
5 5
## Emacs
6
+The editor to end all editors. Or the OS in need of a good editor, depending who you ask.
7
+Editing modes for every language, markup, conf file out there.
8
+
6 9
### org-mode
7
-### tramp
10
+https://www.youtube.com/watch?v=oJTwQvgfgMM
11
+TODO lists, GTD, hierarchical notes, et al.
8 12
9 13
## Terminal (OSX)
10
-Because the defaults are fine.
14
+The default terminal app on OSX is Just Fine. Even does middle-click paste.
11 15
12 16
## urxvt (Linux, Windows)
13
-
14
-## jq
15
-
16
-## yq
17
-
18
-## xmllint -xpath
17
+https://wiki.archlinux.org/index.php/Rxvt-unicode
18
+Fast, unicode and TT font support, resizing works. [Most of the time](https://twitter.com/thatcks/status/910970907971244032)
19 19
20 20
## Airfoil (OSX)
21
-For sending audio to chromecast, airplay, and bluetooth
22
-
23
-
24
-# Server
25
-## vi
26
-vi's fine for config files and quick edits.
27
-
28
-
21
+https://rogueamoeba.com/airfoil/
22
+Send audio to chromecast, airplay, and bluetooth from individual apps (or the system) to multiple sinks.
23
+Combine with Chromecast Audios (sadly discontinued now) for dirt cheam multi-room audio.
29 24
# Python
30 25
## click
31 26
## WTForms