You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a clipboard history plugin (default trigger "cc", requires a clipboard manager source, currently supports gpaste)
Update apps plugin index every time the launcher window is shown, making new installed apps show up instantly in search results (#13)
Specify limited API for plugins under catapult.api
When installing, don't relay PREFIX to setup.py as many distros interpret that differently. Use SETUP_PREFIX separately if needed, e.g. for building a distro package, you could use something like make DESTDIR=pkg PREFIX=/usr SETUP_PREFIX=/usr install. See Makefile for details.