jeang3nie
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
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-04 11:09:23 -05:00
f0099a2958 Add b2sum applet - switch to blake2b_simd crate to get around
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-04 08:56:49 -05:00
6b30c356dd Change Cmd::Run signature to take &clap::Options instead of
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-04 01:08:32 -05:00
5fd1bb1220 Add sha284sum and sha512sum applets
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-04 00:58:13 -05:00
5e0c1141ef Create generic hash module; Add sha1sum, sha224sum and sha256sum
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-03 19:14:18 -05:00
8df1f99f70 Add md5sum applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-02 23:49:19 -05:00
bcb5725a5c Add unistd::symlink function
jeang3nie pushed to odin at jeang3nie/shitbox 2023-02-02 23:36:41 -05:00
6963ba4a4b Convert several commands to use raw system calls instead of libc
jeang3nie pushed to musl at Hitchhiker/src 2023-01-29 00:18:06 -05:00
7617a35cbc Revert from embedded sed src to autotools build; Use GNU grep over BSD port,
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-23 10:19:24 -05:00
5076dcc350 Add hostid applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-23 09:41:26 -05:00
3ef3a8b3aa Use Bitflags trait and Bit enum in which applet;
6c0b7cb787 Use Bitflags trait in mode::Parser
Compare 2 commits »
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-23 00:45:40 -05:00
71915916a0 Add wc applet; Add Bitflags trait;
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-22 10:25:53 -05:00
9a7af682b7 Add readlink applet