Update 'what's here'
commit
45b54854a1
1 changed files with 24 additions and 0 deletions
24
what%27s-here.md
Normal file
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 like this 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
|
Loading…
Add table
Add a link
Reference in a new issue