Commit Graph

85 Commits

Author SHA1 Message Date
6b30c356dd Change Cmd::Run signature to take &clap::Options instead of
`Option<&clap::Options>` - saves 10k
2023-02-04 08:54:27 -05:00
5fd1bb1220 Add sha284sum and sha512sum applets 2023-02-04 01:06:54 -05:00
5e0c1141ef Create generic hash module; Add sha1sum, sha224sum and sha256sum
applets
2023-02-04 00:56:02 -05:00
8df1f99f70 Add md5sum applet 2023-02-03 19:12:40 -05:00
bcb5725a5c Add unistd::symlink function 2023-02-02 23:47:46 -05:00
6963ba4a4b Convert several commands to use raw system calls instead of libc
functions
2023-02-02 23:34:37 -05:00
fcc8abb67b Remove some allocations 2023-01-27 00:15:04 -05:00
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
6c0b7cb787 Use Bitflags trait in mode::Parser 2023-01-23 09:10:08 -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
fcf416ea3b Add rm to applet list on README 2023-01-17 17:46:05 -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
1ff61def39 New trait Mode, currently just prints the symbolic representation of a
Unix mode, as extracted from u32
2023-01-16 22:30:12 -05:00
97d4fe1947 Relicensed as GPL3, improved documentation and CONTRIBUTING 2023-01-16 19:03:25 -05:00
7da63bb1b5 Improve docs 2023-01-16 18:28:37 -05:00
e9819b6228 More test coverage fixed some logic errors; Impl BitAnd, BitAndAssign,
BitOr and BitOrAssign for Bit and Who enums against u32
2023-01-16 17:45:16 -05:00
528d2478cd mode::Parser - made self.who into u32 and test using bitflags 2023-01-16 16:22:29 -05:00
Nathan Fisher
bee6cdf08e Add mode::parser::parse_all method 2023-01-16 00:45:17 -05:00
Nathan Fisher
735c5bb8e8 mode::parser - add tests, fix failures 2023-01-16 00:30:21 -05:00
4724041d90 Simplify parser 2023-01-15 22:37:11 -05:00
962a9c53b6 mode: move Parser into separate module 2023-01-15 12:10:36 -05:00
b52787280b Finished mode parser (untested) 2023-01-15 12:05:20 -05:00
28d7b4c624 Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/shitbox into odin 2023-01-15 09:35:34 -05:00
9ddebe1873 Minor changes to unlink applet 2023-01-15 09:22:02 -05:00
Nathan Fisher
c727a1b6f8 Add mode::Parser and constructors 2023-01-15 01:28:57 -05:00
Nathan Fisher
68a4c08fe9 Moved chmod module to mode; Added some types to mode 2023-01-15 01:13:18 -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