Skip to content

jonathangiardino/command-menu

Repository files navigation

Command Menu UI

Project's screenshot

To run this locally:

  • Clone the repo
  • npm install && npm run dev

For a live preview, visit rise-command-menu.vercel.app

Useful info

Keyboard shortcuts with single keystrokes and sequential keystrokes (e.g "d" or "e then e") are available only when the input is unfocused, while combinations like ⌘⌫ or ⌘C are available also when the input is focused as they do not overlap with the typing.

Stack used foir this project