-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
shell equivalents for justpath commands #15
Comments
Wonder why I get this output:
for |
After sorting uniq does see the duplicates:
|
|
Ok, |
Maybe the flag should be called --recepies or --cookbook - easier to type. |
How to Follow Symbolic Links in Linux |
justpath --bare | grep -v -e usr -e home | xargs -l1 realpath |
Justpath would print what shell command you can do instead.
Easy for simple commands, less obvious for bigger commamds. Also a lot of comments this is trivial in bash.
Maybe start with just one flag --shell and then add --bash, --zsh or --cmd
The text was updated successfully, but these errors were encountered: