Commit graph

27 commits

Author SHA1 Message Date
User0
0cd7b3af12
feat: do error handling with anyhow, slight refactor (#6)
Co-authored-by: user0-07161 <user0thenyancat@proton.me>
2025-09-14 20:42:10 +03:00
b1351ae2b4 feat: add dos2unix and unix2dos 2025-04-12 09:15:04 +02:00
9b73d54905 feat: add the dirname command 2025-03-30 23:05:49 +03:00
9d1b21ca0c feat: add ln, unix only and not fully compatible yet 2025-03-29 22:10:14 +01:00
546bb79e43 feat: add the env command 2025-03-28 15:35:26 +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
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
21743a5c07 feat, fix: add nproc, make dd's output more busybox-like 2025-03-22 13:22:23 +01: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
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