tools.md
... ...
@@ -35,10 +35,6 @@ Fast, unicode and TT font support, resizing works, [most of the time](https://tw
35 35
https://github.com/git/git/blob/master/contrib/completion/git-completion.bash
36 36
https://github.com/ilikejam/git/blob/master/contrib/completion/git-prompt.sh
37 37
38
-### asciinema
39
-https://asciinema.org/
40
-Record terminal sessions to file, without messing up SIGWINCH like typescript does.
41
-
42 38
### fonts
43 39
Only one font is acceptable in a shell, and that font is misc-fixed. No antialiasing, at 6x13.
44 40
https://monkey.org/~marius/beautiful-fixed-width-fonts-for-osx.html
... ...
@@ -60,14 +56,23 @@ Window management with keyboard shortcuts.
60 56
https://github.com/DaFuqtor/MiddleClick-Catalina
61 57
Make trackpad triple-tap emulate middle-click.
62 58
63
-## Infra
59
+# Infra
64 60
### goss (Linux)
65 61
https://github.com/aelsabbahy/goss (original)
66 62
https://github.com/ilikejam/goss (updated dgoss)
67 63
Serverspec without the horrific syntax.
68 64
Has a party trick - it can automatically analyse running systems and write a spec from what it finds. Very cool.
69 65
70
-## Audio
66
+# Unix
67
+### asciinema
68
+https://asciinema.org/
69
+Record terminal sessions to file, without messing up SIGWINCH like typescript does.
70
+
71
+### recode
72
+https://linux.die.net/man/1/recode
73
+Convert text streams between formats, e.g. de-escape strings in XML, convert utf8 to ascii.
74
+
75
+# Audio
71 76
### Airfoil (OSX)
72 77
https://rogueamoeba.com/airfoil/
73 78
Send audio to chromecast, airplay, and bluetooth from individual apps (or the system) to multiple sinks.