This website requires JavaScript.
Explore
Help
Sign In
MQP
/
psh
Archived
Watch
3
Star
0
Fork
0
You've already forked psh
Code
Issues
Pull Requests
Releases
Wiki
Activity
5
Commits
1
Branch
0
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
Sam Abradi
2ed55a58d2
fixed the bullshit with the name conflict when loading commands that share names with commands being loaded from PATH. also made arguments work, basically by making BaseCommand take an aray of args in __init__ and then passing it all of the args in parse_cmd
2015-02-24 18:04:02 -05:00
Ian Adam Naval
9324774208
Improve shell argument parsing
...
For example, this patch fixes the command "df | awk '{print $1}'"
2015-02-20 22:53:22 -05:00
Ian Adam Naval
c9b1b2fba9
Initial commit
2015-02-20 18:20:22 -05:00