Commit Graph

60 Commits

Author SHA1 Message Date
754f604603 Add mktemp applet 2023-01-24 00:51:36 -05:00
5076dcc350 Add hostid applet 2023-01-23 10:17:17 -05:00
3ef3a8b3aa Use Bitflags trait and Bit enum in which applet;
Move `Bit` and `Who` enums out of `mode` module into submodules
2023-01-23 09:39:02 -05:00
71915916a0 Add wc applet; Add Bitflags trait; 2023-01-23 00:43:54 -05:00
9a7af682b7 Add readlink applet 2023-01-22 10:24:21 -05:00
Nathan Fisher
7630e016c9 Add realpath applet 2023-01-22 00:26:26 -05:00
862ad82b47 Add chroot applet 2023-01-21 20:55:59 -05:00
eeb9a61fa3 Add logname applet 2023-01-21 19:34:02 -05:00
d92cb9f208 Add printenv applet 2023-01-21 19:20:30 -05:00
9df197a4b9 Add chgrp applet; Add args module for commonly used args to increase
consistency
2023-01-21 18:25:09 -05:00
f68ae6df91 chmod - implement quiet 2023-01-21 09:11:54 -05:00
Nathan Fisher
71a9f8839a Add mknod applet (untested) 2023-01-21 01:54:52 -05:00
e9e9c53f19 Add mkfifo applet 2023-01-20 23:53:28 -05:00
091bf713bd Add pwd applet 2023-01-20 22:46:16 -05:00
0453acd0de Add chmod applet (untested) 2023-01-20 12:08:04 -05:00
e648a8a83a Cleanup chown applet 2023-01-19 19:08:09 -05:00
7fc064a441 chown - Removed several clones 2023-01-18 21:45:18 -05:00
3016f4c234 Add chown applet (untested not optimized) 2023-01-18 21:42:11 -05:00
3c27255c5b Fix previous fix - doh! 2023-01-17 17:39:50 -05:00
b94ebaa4bd rm - fix interactive prompts 2023-01-17 17:39:01 -05:00
8a14cfb590 Add rm applet 2023-01-17 17:27:41 -05:00
f7b7fcca16 Add rmdir applet 2023-01-16 23:44:21 -05:00
9ddebe1873 Minor changes to unlink applet 2023-01-15 09:22:02 -05:00
c6e162ebc8 Added doc comments 2023-01-14 10:36:08 -05:00
b401aaad47 Fixed some Clippy lints 2023-01-14 02:34:27 -05:00
3ffcdb54ed Add cut applet 2023-01-14 02:08:14 -05:00
5560cf55a9 Add sync applet 2023-01-13 12:09:10 -05:00
Nathan Fisher
a8c8ba5819 Simplified Cmd trait, trimmed 600K from binary size 2023-01-13 01:08:32 -05:00
76e7036da9 Add link applet 2023-01-12 19:00:16 -05:00
2f58e82de2 Added groups and clear applets 2023-01-12 18:33:41 -05:00
d77387f963 Add pw module for user and group information;
which - check if our user can exec found file
2023-01-11 20:50:20 -05:00
cbe8b09c64 Removed a brand name before making public 2023-01-10 18:32:27 -05:00
4d9cbbd413 Add which applet 2023-01-10 18:28:33 -05:00
315ee56e25 Add whoami applet 2023-01-09 18:39:38 -05:00
0513cdef2e Add fold utility 2023-01-08 11:40:08 -05:00
1e1e909afe Added basename applet 2023-01-08 01:12:36 -05:00
f70244ea49 Add nproc applet 2023-01-07 18:50:18 -05:00
991e19bcbc Added yes applet 2023-01-07 18:30:22 -05:00
3857265728 Added rev applet 2023-01-07 11:44:35 -05:00
fb389fd309 Simplify subcommand parsing:
- one match statement to return a `Box<dyn Cmd>`
- one array containing all command names
Only two places to register new commands (besides their module), both in
crate::cmd::mod.rs. Also removes `once_cell` crate dependency.

Replace `base64` crate dependency with `data_encoding::BASE64` so that
both base32 and base64 commands use the same crate.
2023-01-06 23:41:02 -05:00
84ede35190 Finish mountpoint applet 2023-01-05 19:20:12 -05:00
6b6cc314e8 Added color to base64 file header; Ran clippy lints and fixed all but
missing docs;
2023-01-04 15:14:16 -05:00
36835dd322 Added colored output for head and base32 applets (file header is green) 2023-01-04 14:26:44 -05:00
Nathan Fisher
dff8561875 Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/shitbox into odin 2023-01-03 23:21:42 -05:00
Nathan Fisher
9f9182f4cd Add base64 applet 2023-01-03 23:02:43 -05:00
95b781ae9a Fix some clippy lints 2023-01-03 19:47:00 -05:00
829dad2c5f Added factor applet 2023-01-03 12:49:09 -05:00
2bce4afe7a Added dirname command; Fix wrap for base32; Various cleanups; 2023-01-01 11:26:56 -05:00
2510f80303 Head - allow head -1 type arguments 2022-12-29 23:20:55 -05:00
727c75d9a0 Added base32 command 2022-12-26 23:44:53 -05:00