app-launcher
app-launcher copied to clipboard
Launch application from Emacs
I'm currently using NixOS and this package can only find some of my applications strangely. It's not just the ones in ~/.local/share/applications either; I can't figure out what the pattern...
It would be really cool if this tool could support application icons. It looks like that should be possible by advising `completion-metadata-get`, similar to how [marginalia](https://github.com/minad/marginalia) and [all-the-icons-completion](https://github.com/iyefrat/all-the-icons-completion) work.
Expected Behavior: On selection of Emacsclient from menu, launch new emacsclient frame (behavior of counsel-linux-app) Actual Behavior: Emacsclient appears to be a valid selection in completion menu; upon selection, however,...
This small change causes app-launcher to follow symbolic links so that *.desktop files can be managed by a program such as GNU Stow. Desktop files could be kept anywhere else...
I had some faulty desktop files (i.e. apps with an empty Name field) and this error occurred. This seems to be a leftover from the counsel package.
e.g. "PulseAudio Volume Control" is better known to some people as "pavucontrol" - it's nice if that also matches. Not sure how to do that aside from duplicating entries. Can...
Horizontally align annotations based on the longest application name. This works for completion frameworks like vertico, ivy, helm and the inbuilt completing-read. Also for icomplete-vertical-mode which however aligns annotations automatically....