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

Describe the bug Editor is not starting if I use NVIM-APPNAME Expected behavior Open the snippet with nvim. Desktop (please complete the following information): Arch Linux, nvim 10... echo $EDITOR...

**Describe the bug** Whenever i want to edit a snippet, the default editor is nano, but in my system, my current editor is nvim, and i cant change it. **Expected...

Resolves #52 The bubble `List` type already has default keys that respect `j` and `k`, so this PR simply adds `h` and `l` for navigating panes.

**Describe the bug** nap segfaults when moving two snippets from filtered list **To Reproduce** Steps to reproduce the behavior: 1. Create some snippets ``` $ export NAP_HOME=$(mktemp -d) $ jot...

**Describe the bug** My co-worker (non-technical) @benschenkel89 is experiencing a bug on DOS. **To Reproduce** Steps to reproduce the behavior: 1. build latest `main` branch on windows 2. pressing the...

**Describe the bug** On a clean installation on a macOS system, attempting to edit a note will have `nano` warn the user that the path is not valid. Manually creating...

**Is your feature request related to a problem? Please describe.** I noticed nap does not yet support nested directories when creating snippets **Describe the solution you'd like** Similar to how...

Is your feature request related to a problem? Please describe. As a frequent user of 'nap' and someone accustomed to Vim's navigation keys, I find it challenging to navigate without...

**Describe the bug** ![image](https://user-images.githubusercontent.com/29267295/232891211-cc9004e6-3ee4-4bbf-871c-3865e3621783.png) I make snippet like this, after close and open nap again then it is not loaded In ~/.local/share/nap directory there are some files I previously created...

**Is your feature request related to a problem? Please describe.** I would like ny code snippets to get synched/saved and currently I store most of reused code in [gist](https://gist.github.com/)'s. **Describe...