-
Notifications
You must be signed in to change notification settings - Fork 73
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
Suggestion: symlink appimage to folder in $PATH #122
Comments
@gobonja it's a nice an easy improvement to add. The best path for the links would be ~/.local//bin, as you described, since the AppImage files are stored locally as well. There are some conditions bauh will have to deal with:
If you have a better idea regarding these conditions, please, comment here. |
@vinifmor I think that your suggestions covers everything. |
@gobonja , it is already available on staging. Could you give me a feedback if it is working properly on your end ? (you can install it through AUR as bauh-staging) P.S: during the initialization process, bauh will create the symlinks if needed) |
I just tested it and it works perfectly. Great work! |
Great ! The final 0.9.6 release should be ready soon |
It would be great if bauh would create symlink of installed appimages in folder which is exist in $PATH.
With this feature application could be launched directly from terminal and parameters could be passed to app (e.g.)
vscodium ~/example-file
orksnip -f
Easiest solution would be to create symlink in
$HOME/.local/bin/
(since this folder is already added to $PATH)Or introduce new folder that needs to be added to $PATH
e.g.
$HOME/.local/share/bauh/appimage/bin
Symlink should be created:
Thanks for this great app!
Best regards
The text was updated successfully, but these errors were encountered: