jeang3nie
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
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-22 00:26:44 -05:00
7630e016c9 Add `realpath` applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 20:57:19 -05:00
862ad82b47 Add `chroot` applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 19:35:26 -05:00
eeb9a61fa3 Add `logname` applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 19:21:52 -05:00
d92cb9f208 Add `printenv` applet
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 18:27:20 -05:00
9df197a4b9 Add `chgrp` applet; Add `args` module for commonly used args to increase
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 09:13:23 -05:00
f68ae6df91 chmod - implement `quiet`
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-21 01:55:54 -05:00
71a9f8839a Add `mknod` applet (untested)
jeang3nie pushed to odin at jeang3nie/shitbox 2023-01-20 23:54:50 -05:00
e9e9c53f19 Add `mkfifo` applet