toozej / ansible

Ansible
GNU General Public License v3.0
1 stars 0 forks source link

include Albert in gui-common role #98

Closed toozej closed 2 years ago

toozej commented 5 years ago

general site: https://github.com/albertlauncher/albert

toozej commented 5 years ago

shortcut to launch and search Simplenote would also be excellent. Bound to s {query}

working Applescript from Alfred on MacOS to maybe base it off:

tell application "Simplenote"
    reopen
    activate
end tell 
tell application "System Events"
  keystroke "f" using {option down, command down}
  keystroke "{query}"
end tell
toozej commented 5 years ago

~Compare with https://github.com/KELiON/cerebro and setup the best one~

decided against Cerebro because it's Electron based, thus slower to use and more RAM heavy

toozej commented 2 years ago

closing as unneeded / won't do