AndrewCopeland / zettelkasten

Creating notes with the zettelkasten note taking method and storing all notes on github
Apache License 2.0
89 stars 11 forks source link

Feature: grep option #36

Closed AndrewCopeland closed 3 years ago

AndrewCopeland commented 3 years ago

I find my self performing the following command quite a bit:

zk ls | grep <some value>

It would be easier if I could do:

zk grep <some value>
AndrewCopeland commented 3 years ago

Resolved in PR https://github.com/AndrewCopeland/zettelkasten/pull/38