Hacker News new | ask | show | jobs
A project shell script trick that I personally use (github.com)
2 points by yevgenyhong 263 days ago
1 comments

Try `source ,prj.sh` and find your commands with `,<tab>`. print use of command with `type ,command`.

I'm enjoying this way. I'd appreciate it if you could also share how to use it.