Commit Graph

14 Commits

Author SHA1 Message Date
Nathan Fisher d248f7d17b Remove `Default` constraint on `Cmd` trait and begin removing
derive(Default) from applets
2023-04-17 23:27:57 -04:00
Nathan Fisher edbabc11c1 Add tests for truncate applet 2023-04-17 23:01:43 -04:00
Nathan Fisher 97679e43a6 Finish truncate applet (untested) 2023-04-17 22:40:49 -04:00
Nathan Fisher 8e302f3f85 Add WIP truncate applet 2023-04-17 22:11:02 -04:00
Nathan Fisher a16a77148d Add `who` utility 2023-03-14 22:17:46 -04:00
Nathan Fisher 226bc46888 Add `touch` applet 2023-02-24 19:07:53 -05:00
Nathan Fisher 44914ced6f Broke `stat` out into workspace crate; Reduced clap features for smaller
size;
2023-02-21 00:07:16 -05:00
Nathan Fisher 102678015b Fixed clippy lints 2023-02-20 23:00:35 -05:00
Nathan Fisher 5a7c2008b5 Add `df` applet; Finalize some bootstrap details; 2023-02-17 19:01:30 -05:00
Nathan Fisher 888cc3272b Fix `bootstrap` for all commands 2023-02-13 10:38:02 -05:00
Nathan Fisher 423592973f Revert "Fix bootstrap for all three binaries"
This reverts commit 0450cdfee6.
2023-02-13 10:32:36 -05:00
Nathan Fisher 0450cdfee6 Fix bootstrap for all three binaries 2023-02-13 10:30:46 -05:00
Nathan Fisher 39c3803acb Add `utilbox` binary and `umount` applet; Move `blkid` `mountpoint` and
`clear` applets into `utilbox`
2023-02-06 18:57:28 -05:00
Nathan Fisher 06b88d2c24 Refactoring:
- Split into workspace crates
- Split into two binaries `corebox` and `hashbox`
- Add `mount` crate to workspace to prepare for third binary `utilbox`
2023-02-05 23:50:59 -05:00