Skip to content

Keystroke launcher for Windows, macOS and Linux

License

Notifications You must be signed in to change notification settings

fawazahmed0/ueli

 
 

Repository files navigation

Ueli

Ueli is a keystroke launcher for Windows, macOS and Linux.

Screenshot Dark Windows

Ueli v9.0.0 is currently under development, more documentation is about to come.

Development

Requirements

Make sure you have pnpm installed.

Development

  • Install dependencies

    $ pnpm install
    
  • Run app in dev mode

    $ pnpm dev
    
  • Lint files

    $ pnpm lint
    
  • Perform typecheck

    $ pnpm typecheck:main
    $ pnpm typecheck:preload
    $ pnpm typecheck:renderer
    
  • Run tests

    $ pnpm test
    
  • Build and package app

    $ pnpm build && pnpm package
    

About

Keystroke launcher for Windows, macOS and Linux

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%