Update 'what's here'

rhi 2022-05-20 06:11:41 -04:00
commit 45b54854a1

24
what%27s-here.md Normal file

@ -0,0 +1,24 @@
## `find-parent PATTERN...`
- finds the nearest containing directory with a file matching one of the patterns
- so, `find-parent flake.nix`, or `find-parent '*.cabal'` or whatever
- prints the full path of the file it found by default
- or just the dir it was in with the `-d` flag
- exits with 1 otherwise
- written in [execline](https://skarnet.org/software/execline/index.html), waow
## `wide`, `little`
- makes text look   or ˡⁱᵏᵉ ᵗʰⁱˢ
- the end
## `tablet-setup`
- sets the buttons, orientation, etc of my graphics tablet
- written in [raku](https://raku.org/) because normal languages are for chumps
## `sbin/i4oled-chgrp`
- `i4oled-chgrp DIR` changes the group any files inside `DIR` to `plugdev`
- used by `bin/tablet_setup` to make the screen thingies on my tablet writeable
- a separate script because it needs to run as root