Hilbish
Hilbish copied to clipboard
feat: add command builtins
hilbish itself doesnt provide a lot of builtins. the sh interpreter does add a few but the common important ones are not there.
on windows, a lot of the commands available on a linux system are not available (for hopefully obvious reasons), so there is no ls or cat, etc. hilbish should implement them in some capacity to have a closer and similar experience on all platforms (mainly windows)
this includes: ls, clear, cat, etc.
hi, i can do this?
I don't know what the procedure is to collaborate on a project so I'll ask
i really just need suggestions for the commands to add since i already have a branch for the commands (its just called builtins) and if you are gonna pr, do them to the branch
ok, i don't have suggestions but i can look
i saw that don't have ls and cat, will i do ok?
sure