aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2026-03-01embed: maybe fix macOS issueDylan Araps
2026-03-01bin/embed: make /really/ portableDylan Araps
Turns out that sed and awk backslash handling differs across implementations so the original code (and the many other incantations of it I tried) didnt work on macOS and BSD (or worked there but not in GNU or busybox). Here's a POSIX shell version that should work everywhere.
2026-02-28dfm: add ranger style bulk renameDylan Araps
Also the ability to embed scripts within dfm.
2026-02-28bin/u8: fix reading of bytesDylan Araps
related to: #2
2026-02-28bin/u8: Fix byte splitting and variable chainingDylan Araps
Turns out I encountered this issue five years ago and reported it. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257702 Closes #2
2026-02-270.99.0Dylan Araps