Commit graph

37 commits

Author SHA1 Message Date
44510ff8a1 feat: improve the argparser, check diff for changes 2025-03-28 15:35:06 +03:00
6f59fe5d1f fix: revise the box command to not overflow 2025-03-28 09:33:37 +03:00
1a405e3f8b feat: add the seq command 2025-03-27 21:28:01 +02:00
1bd25373cd feat: add the base32 command 2025-03-27 20:15:40 +02:00
72f3d3dc46 feat: add the base64 command 2025-03-27 16:46:41 +02:00
979a6c5979 feat: add some more functions to input 2025-03-27 16:45:52 +02:00
197248260b fix: i accidentally didnt make it public 2025-03-27 15:33:03 +02:00
a5f2f1866b feat: add a convenience function for repls, will be useful later! 2025-03-27 13:07:37 +02:00
54bf70bca1 chore: modify the tests slightly 2025-03-27 12:42:11 +02:00
60956e3831 feat: add encodings to boxutils, no dependencies! :D 2025-03-27 12:41:02 +02:00
d8bc6b620e feat: add the tee command 2025-03-26 16:49:30 +02:00
407050aad5 feat: add hostname, not busybox compatible yet! 2025-03-25 13:30:04 +02:00
6e24462cae feat: add the whoami command 2025-03-25 13:18:35 +02:00
8fccfd25c0 feat: add the sleep command 2025-03-25 10:36:24 +02:00
f362a01e0c feat: dabble with macros a bit more 2025-03-24 21:09:33 +02:00
826a914c8f feat: add the pwd command 2025-03-24 20:22:33 +02:00
be4cbd760b feat: add the yes command 2025-03-24 20:18:24 +02:00
47f5cfb674 feat: add the test command (incomplete!) 2025-03-24 15:48:34 +02:00
c16858fd8d feat: add true and false 2025-03-24 15:00:14 +02:00
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