notes-cli icon indicating copy to clipboard operation
notes-cli copied to clipboard

Small markdown note taking CLI app playing nicely with your favorite editor and other CLI tools

Results 9 notes-cli issues
Sort by recently updated
recently updated
newest added

In the case that #13 #14 #15 are too overreaching to be included, or would incur extra complexity in the core code. Maybe we should have a contrib directory that...

This would be a killer feature. Imagine you have one note named `repair-log`, in it you are logging what you have done step-by-step to repairing an item you have at...

Essentially what I want is a "I don't care about the name" option. Before finding this, I was making my own script to manage notes that was going to become...

This may be a bit monolithic and contradictory to the nature of the program, which encourages piping into things. If there are features like this that are considered monolithic we...

There might be a better alternative to the current DSL for the metadata ``` --- Categories: - foo Tags: - bar Created: ... --- Title === ``` Benefits: - metadata...

I have just checked out the app and it's awesome. But I'm on Windows and use PowerShell so I don't have access to commands like `less` and `grep` which are...

Great tool. Can there be a blank line after the first heading please so the markdown is valid?

`notes new test "My foo Note"` `notes ls | fzf | xargs -o typora` - trying to open "My foo Note" fails due to the spaces

We probably need category completion (and maybe tags) for all supported shells.

enhancement