In Ubuntu, when i tap the Win key, the activities screen appears where i can type a search term. I am using Ulauncher for quick access to some custom search queries. Is it possible to define search queries for the Ubuntu activities as well?
For example, i could define that when the search query starts with the keyword "i ", then i am searching on IMDB like: https://www.imdb.com/find?q=%s
where s is the search term after the keyword "i ".
Is that possible and if so, how?
Thanks for your help!
alias i='f() { xdg-open "https://www.imdb.com/find?q=$1" };f'
– Lucien Chardon Jul 15 '22 at 09:04