b401aaad47
Fixed some Clippy lints
2023-01-14 02:34:27 -05:00
Nathan Fisher
a8c8ba5819
Simplified Cmd trait, trimmed 600K from binary size
2023-01-13 01:08:32 -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
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
95b781ae9a
Fix some clippy lints
2023-01-03 19:47:00 -05:00
2510f80303
Head - allow head -1
type arguments
2022-12-29 23:20:55 -05:00
48d42e7b3c
Cleanups including creating a static list of commands
2022-12-25 23:50:37 -05:00
cf99f2005a
Added README.md, CONTRIBUTING.md and LICENSE. Added /sbin/nologin
...
applet.
2022-12-25 22:27:17 -05:00
1af14e7ff7
Add link generation to bootstrap command
2022-12-25 19:30:36 -05:00
d190050798
Major API revamp
2022-12-25 18:29:09 -05:00
480960ce2b
bootstrap: recreate completion function to use
...
clap_completion::generator::Generator trait to specify generic parameter
2022-12-22 19:09:44 -05:00
0cc2bd507b
Fix path in previous commit
2022-12-21 20:20:43 -05:00
728c66fb70
Generate Bash and Fish completions
2022-12-21 20:19:38 -05:00
aa1d311745
Add man page generation to bootstrap applet
2022-12-20 19:23:41 -05:00
a2e80dc867
Add sleep applet
2022-12-20 18:35:45 -05:00
228e1c779f
Initial commit
2022-12-20 12:05:21 -05:00