The fastest, fuzzy search, open source key launcher around
Wanna try typie out? download an executable from Typie releases
Consider yourself a development ninja machine? wanna contribute?
Just fork it clone it and run yarn to install dependencies.
git clone https://github.com/typie/typie.git
# install dependencies
yarnyarn package manager is npm on steroids -> use it, don't be lazy.
run typie in development mode
yarn devcompile & create build with electron-builder
yarn dist