nap icon indicating copy to clipboard operation
nap copied to clipboard

Code snippets in your terminal

Results 16 nap issues
Sort by recently updated
recently updated
newest added

After use, it seems not very intuitive. For example, when I checked Folders, and press n, I though it create a new folder, but it's not. Secondly, what's the go...

That's a great program and I think it can be improved in a lot of ways. **Is your feature request related to a problem? Please describe.** ### **First suggestion**: I'm...

**Is your feature request related to a problem? Please describe.** From what I understand the code snippets are currently stored locally in a json file. **Describe the solution you'd like**...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

![image](https://github.com/maaslalani/nap/assets/42812113/04a6a55f-f831-4094-a09c-c89f7a659b6a) Adds validation for config. > If this PR is accepted this schema is referenced in [SchemaStore](https://github.com/SchemaStore/schemastore) to automatically enable validation for `**/nap/config.yaml`. For a usage explanation, please consult [this](https://github.com/noahgorstein/jqp/pull/78#issuecomment-2129013241)...

I have my snippets structured this way: ``` nap ├── bash ├── c ├── go └── javascript ``` I set `default_language` to `bash` since it's most common one I use....