Suggestion: symlink appimage to folder in $PATH
See original GitHub issueIt 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
or ksnip -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:
- without app version
- without appimage extension
- should be in lowercase
Thanks for this great app! Best regards
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to make application paths relative in AppImage? #1035
I'm attempting to create my first AppImage package for my application (c++). ... to the directory in which the app was started, and...
Read more >How to make a symlink to an AppImage - Ask Ubuntu
In ~/.local/share/applications/ create the launcher, customizing the "Exec" path here to match the location of your AppImage file. [Desktop ...
Read more >[SOLVED] How to add ~/Applications to my path
Just change bin to Applications and re-login. Or better yet, name your directory bin instead of Applications , and you're already done ...
Read more >Handling symbolic links of assembly files - FreeCAD Forum
If I open the new symlink file in FreeCAD then the assembly will open normally, but all the links will be broken. Maybe...
Read more >[solved] dmenu is not showing application - Arch Linux Forums
I'm using gdm so I created a ~/.xprofile file exporting the correct path! But I'm not quite sure if I prefer that over...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great ! The final 0.9.6 release should be ready soon
@vinifmor I think that your suggestions covers everything.