🐧 Initial commit of bin-wrapper#246
🐧 Initial commit of bin-wrapper#246jonathonf wants to merge 3 commits intofsquillace:masterfrom jonathonf:bin-wrapper
Conversation
Fix argument quoting/escaping.
Ensure empty argument list is "passed" correctly.
|
Hi, Thanks for this pull request and sorry for being so late here! I find it very interesting though. I am wondering how this would differ from https://github.com/fsquillace/junest#run-junest-installed-programs-directly-from-host-os ? As of now, executable files under Thanks again! |
|
The original reasoning was to automatically wrap the JuNest executable so it could be used directly within the host OS but I'll have to look again at this - things may have changed significantly over the past couple of years! |
This is an experimental hook-wrapper combo which allows for automatic wrapping of JuNest applications ready for use in the outer system's
$PATH. It's essentially an extension of the Command Not Found fallback but allows users to explicitly use JuNest packages "natively".Having this in place should also allow for future enhancements around application launchers (.desktop files), i.e. when the
executableis in$PATHthen you can use justExec=executable