|
|
3e1f2a2340
|
Updated README
|
2026-02-20 01:40:30 +01:00 |
|
|
|
2a908210a1
|
Added spawn with commands. ex. "arsh -c 'rm -rf /'"
and fixed a spelling mistake
|
2026-02-20 01:32:15 +01:00 |
|
|
|
1de31ff6a5
|
Changed the parsing method
This was made with help from ChatGPT :(
|
2026-02-20 01:31:36 +01:00 |
|
|
|
86ecaef72d
|
Pipes '|' support
- cd without arguments moves to $HOME
- updated README
|
2026-02-19 21:02:40 +01:00 |
|
|
|
afbcaac1ae
|
Script files support
- readline accepts stream to read from
- fixed issues with EOF
- arsh can be called with a file path as a second parameter, that will
be interpreted
|
2026-02-19 17:49:56 +01:00 |
|
|
|
e96ae4b4a2
|
Switched from GNU Readline to custom Readline function
to make arsh more compatible with other Unix-Like systems
- Fixed small memory leak
|
2026-02-19 16:13:34 +01:00 |
|
|
|
7bbfb75566
|
basic shell
|
2026-02-19 14:22:07 +01:00 |
|