jeang3nie
jeang3nie pushed to odin at jeang3nie/shitbox 2023-03-14 22:19:41 -04:00
a16a77148d Add `who` utility
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-24 19:09:38 -05:00
226bc46888 Add `touch` applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-21 00:09:14 -05:00
44914ced6f Broke `stat` out into workspace crate; Reduced clap features for smaller
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-20 23:02:19 -05:00
102678015b Fixed clippy lints
jeang3nie pushed to musl at Hitchhiker/src 2023-02-20 00:43:00 -05:00
d80003ff1d Removed ex, replaced with xvi
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-17 19:03:50 -05:00
5a7c2008b5 Add `df` applet; Finalize some bootstrap details;
jeang3nie pushed to musl at Hitchhiker/src 2023-02-14 22:30:17 -05:00
62c2ab897d Replace ee with kilo editor; Change plist construction to group /var
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-13 10:39:38 -05:00
888cc3272b Fix `bootstrap` for all commands
423592973f Revert "Fix bootstrap for all three binaries"
0450cdfee6 Fix bootstrap for all three binaries
Compare 3 commits »
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-13 00:44:03 -05:00
83fcb52d80 Use `errno` workspace crate for `mount` and `stat` workspace crates
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-13 00:28:16 -05:00
05ce5422c0 Add `errno` workspace crate, fix error handling in `unistd` workspace
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-10 22:00:57 -05:00
dca08c34bb Add unix-mode (previously a submodule)
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-08 16:21:57 -05:00
ebebf2b4e5 Add `swapoff` applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-07 10:35:38 -05:00
565e2c52d4 Add `swaplabel` applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-07 00:17:31 -05:00
29af667a0f utilbox/umount - add `lazy` flag, iter through mnt entries in one pass
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-06 23:10:51 -05:00
a468b09816 utilbox/umount - use Vec::retain instead of iter/filter/collect
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-06 18:59:57 -05:00
39c3803acb Add `utilbox` binary and `umount` applet; Move `blkid` `mountpoint` and
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-05 23:54:35 -05:00
06b88d2c24 Refactoring:
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-05 00:55:07 -05:00
59b80e3b85 Add `ln` applet (untested); Switch to _at versions of certain syscalls
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-04 11:22:34 -05:00
859071698a Use `args::file()` for input spec - base32/base64/rev
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-04 11:14:22 -05:00
aa89efe63a Do not display default value of "-" for input in hash applets