notes icon indicating copy to clipboard operation
notes copied to clipboard

:pencil: Simple delightful note taking, with more unix and less lock-in.

Results 14 notes issues
Sort by recently updated
recently updated
newest added
trafficstars

#### Issue Summary If the notes directory is a symbolic link, find and search are always empty. #### Steps to Reproduce 1. Create symbolic link `ln -s ~/Google\ Drive/Notes ~/Notes`...

bug
ready-to-go

I'm willing to put together a pull request for interactive mode, but I'd most likely want to depend on [junegunn/fzf](https://github.com/junegunn/fzf) for the interactive functionality. @pimterry - does that jive with...

in-discussion

# Fixes # Fixes #58 #57 Closes #58 #57 ### Checklist - [x] I have made a change to this repository, be it functionality, testing, documentation, spelling, or grammar. -...

I sync my notes with syncthing, so I sometimes get copies of my files under notes/.stversions, which show up when doing 'notes grep' etc. notes should ignore files which are...

ready-to-go

#### Issue Summary `notes o` doesn't open a directory as expected to. #### Steps to Reproduce 1. `notes o` >> Couldn't get a file descriptor referring to the console ![notes...

#### Issue Summary Installing the autocompletion (following instructions) script at: /usr/local/share/zsh/site-functions And checking the permissions are all ok, autocompletion does not work #### Steps to Reproduce 1. Install notes on...

I think it might be nice to have some kind of automatic git integration. Since gdrive still isn't a first class citizen on Linux and I don't use any other...

ready-to-go

It would be nice if I could see the notes I've recently edited (or perhaps even the ones I've recently accessed), with a command like `notes recent`. I may take...

in-discussion

`grep` showing the matching line and context would be useful. Would be nice to colourise and highlight the matching part of the content/filename that matches too Need to make sure...

ready-to-go
help wanted

Also add to https://github.com/zsh-users/zsh-completions

ready-to-go
help wanted
good first issue