tools.md
... ...
@@ -0,0 +1,31 @@
1
+<!-- TITLE: Tools -->
2
+<!-- SUBTITLE: Stuff I use to do stuff -->
3
+
4
+# Desktop
5
+## Emacs
6
+### org-mode
7
+### tramp
8
+
9
+## Terminal (OSX)
10
+Because the defaults are fine.
11
+
12
+## urxvt (Linux, Cygwin)
13
+
14
+## jq
15
+
16
+## yq
17
+
18
+## xmllint -xpath
19
+
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. Code is edited on the desktop in emacs and pushed/pulled.
27
+
28
+
29
+# Python
30
+## click
31
+## WTForms