Skip to content
readme.md 420 B
Newer Older
Arul Agrawal's avatar
Arul Agrawal committed
## nextprev

a simple rust program intended as a replacement of [this script](https://git.arul.io/arul/nix-old/-/blob/45f5dd002db2df4b7d027a7bf93cb07e47c3927e/nix/homeConfigurations/scripts/nextprev)

Arul Agrawal's avatar
Arul Agrawal committed
~~this implementation is about 4x faster than the bash script~~ okay it's actually about the same, its just spawn() isn't counting the exec time of osascript (which is actually the slowest part of this whole thing LMAO)