Skip to content

Commit

Permalink
include info on glob shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
kashyab12 committed May 26, 2024
1 parent c6d9952 commit 56fcb62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---

### setup
## Setup
Please ensure you have [nodejs intalled](https://nodejs.org/en/download/package-manager). [nvm](https://github.com/nvm-sh/nvm) is a popular option to manage multiple nodejs versions. Once you have cloned the project, `cd` into the project directory and if you have [nvm](https://github.com/nvm-sh/nvm) installed run `nvm use` to install the identical nodejs version. Once done, install the project dependencies:
```bash
$ npm install
Expand All @@ -13,8 +13,9 @@ Once you've installed the dependencies execute the following to run the project:
```bash
$ npm run start
```
Press **CRTL+Enter** to display seek and search. To close the app, open the tray menu (located on the top right corner) and click Exit.

### todos
## Todos
* startup is noticeably slow, the installed packages portion. Make it faster using worker threads? Also does it need recomputing on every startup? Save the struct info and when running reference it and use the info if it already exists. If it's a new app then compute and add it to the file/db? Revalidation needs to occur at some point though?
* file searching! next most imp item.
* for queries which don't map to app or file -> open in default browser?
Expand Down
Binary file modified res/seek-demo-may24.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56fcb62

Please sign in to comment.