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
I set it up in a Terminal as a shell on WIndows. It's already usable as the default shell. Some things I am missing, high to low priority:
High (no workaround):
Medium (workaround available or not needed, but ugly or very annoying):
~/
cd C:\Users
'
cp something ~/.bin
Low (workaround available and only slightly annoying):
cd
ll
ls -l
The text was updated successfully, but these errors were encountered:
I think "cd -" also doesn't work
Sorry, something went wrong.
For ll should we add an alias function and add that to the ShellState? Should be pretty trivial..
alias
ShellState
No branches or pull requests
I set it up in a Terminal as a shell on WIndows. It's already usable as the default shell. Some things I am missing, high to low priority:
High (no workaround):
Medium (workaround available or not needed, but ugly or very annoying):
~/
. #87 (this one I miss a lot)cd C:\Users
(add'
automatically) #31cp something ~/.bin
#44Low (workaround available and only slightly annoying):
cd
should go to the home directory #32ll
alias forls -l
#56The text was updated successfully, but these errors were encountered: