Hi there,
I was almost able to replace dmenu with rofi except for one missing functionality.
In dmenu I can source and run custom aliases and functions. Basically, I created a file ~/.zsh_aliases which contains all my custom aliases and functions. I am using it together with a small script that sources these aliases and functions and allows me to call them from dmenu. The advantage here is that I can also source the exactly same file in my shell rc file.
What do you think about including support for custom aliases and functions into rofi and what would be the best approach to do that?
Thanks for your advice!
Robert
Hi there,
I was almost able to replace dmenu with rofi except for one missing functionality.
In dmenu I can source and run custom aliases and functions. Basically, I created a file
~/.zsh_aliaseswhich contains all my custom aliases and functions. I am using it together with a small script that sources these aliases and functions and allows me to call them from dmenu. The advantage here is that I can also source the exactly same file in my shell rc file.What do you think about including support for custom aliases and functions into rofi and what would be the best approach to do that?
Thanks for your advice!
Robert