Skip to content

typie/typie

Repository files navigation

Typie - key launcher

The fastest, fuzzy search, open source key launcher around

Build Status

Getting Started

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
yarn

yarn package manager is npm on steroids -> use it, don't be lazy.

Scripts

run typie in development mode

yarn dev

compile & create build with electron-builder

yarn dist