Simple command launcher thing. Might be useful to someone, still missing some essential features though.
  • TypeScript 60.6%
  • SCSS 16.9%
  • HTML 15.6%
  • CSS 6.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] 5e9d9a28c5
chore(deps): bump @babel/traverse from 7.16.5 to 7.23.7 (#2)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.5 to 7.23.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 15:21:43 +00:00
public Initialize project using Create React App 2021-12-29 16:19:59 +00:00
src feat: add open button for command thing 2022-03-21 00:35:46 +00:00
.gitignore save progress 2021-12-30 03:39:49 +00:00
.prettierrc save progress 2021-12-30 03:39:49 +00:00
LICENSE chore: add license 2022-01-01 22:12:04 +00:00
package.json save progress 2021-12-30 03:39:49 +00:00
README.md chore: add image to README.md 2022-01-01 22:08:41 +00:00
tsconfig.json Initialize project using Create React App 2021-12-29 16:19:59 +00:00
yarn.lock chore(deps): bump @babel/traverse from 7.16.5 to 7.23.7 (#2) 2024-01-11 15:21:43 +00:00

React Command Thing

image

I saw implementations of command menus about the place and wanted to see how involved it is to make one. Here's my attempt.

Run

yarn start