Commit graph

18 commits

Author SHA1 Message Date
eeda98e41c refact: dabble in macros a bit 2025-03-24 14:57:15 +02:00
01c7a889db feat: add a function to the argparser so we can stop repeating 2025-03-24 14:54:59 +02:00
85e1dac2cf style: please dont forget to run cargo fmt... 2025-03-22 14:55:46 +02:00
21743a5c07 feat, fix: add nproc, make dd's output more busybox-like 2025-03-22 13:22:23 +01:00
b2cdb5d3ca refact: refactor the argparser for the future 2025-03-22 14:05:55 +02:00
e2e038fc18 feat: add basic dd 2025-03-22 10:22:35 +01:00
8774468d48 feat: list commands when no command is called 2025-03-21 22:16:47 +01:00
182bf45172 feat: add very basic ash shell clone
this supports no scripting at all!
2025-03-21 21:21:48 +01:00
7ae11ea80b feat: make cat even more busybox-like 2025-03-21 19:45:14 +01:00
aef41f2c18 feat: add a test gh action 2025-03-21 09:16:11 +02:00
2f4e324be5 docs: because github complained about it 2025-03-21 09:16:06 +02:00
aa4ca85758 feat: minimize some jank :D 2025-03-21 09:16:06 +02:00
3fcfd94ac1 feat: add a new argparser to minimize jank 2025-03-21 09:16:06 +02:00
981ec1443e feat: adjust cat to be more busybox-like, add mkdir 2025-03-21 09:16:01 +02:00
20c093e5a4 feat: add echo, fix annoying windows bug 2025-03-20 19:39:45 +02:00
036b1147f3 feat: add very basic argument handling and cat command 2025-03-20 18:14:58 +01:00
e2b7f66435 feat: add a very basic command registry 2025-03-20 17:07:50 +02:00
e7973db1e7 init: hello, world! 2025-03-20 15:18:36 +02:00