We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The basic framework is up and running. Here is an overview of the required functionality, to be updated with progress:
Command-line parsing/handling
.
..
;
&&
Filesystem
Contents.IManager
Input/Output
ls
wc
2>&1
/dev/null
less
Command handling
ls -al
ls -a -l
man
Commands
alias
cat
clear
cp
cd
echo
env
exit
export
grep
head
history
mkdir
more
mv
pwd
rm
sed
sort
tail
touch
Misc
.bashrc
.bash_profile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The basic framework is up and running. Here is an overview of the required functionality, to be updated with progress:
Command-line parsing/handling
.
and..
;
,&&
etcFilesystem
Contents.IManager
but could change in future. Async.Input/Output
ls
wc
2>&1
/dev/null
?less
) whilst command is runningCommand handling
ls -al
is the same asls -a -l
man
) info auto generated from declared optionsCommands
alias
cat
clear
cp
cd
echo
env
exit
export
grep
head
history
less
ls
man
mkdir
more
mv
pwd
rm
sed
sort
tail
touch
wc
Misc
.bashrc
or.bash_profile
that is auto run?The text was updated successfully, but these errors were encountered: