pimterry / notes

:pencil: Simple delightful note taking, with more unix and less lock-in.
https://github.com/pimterry/notes
MIT License
1.26k stars 82 forks source link

Add support for removing notes #11

Closed ecksun closed 7 years ago

ecksun commented 7 years ago

This required changing the assert_exists helper to actually check for existence, instead of checking for it explicitly being a file.

pimterry commented 7 years ago

Nice! Yes, this looks good to me, merged. Great work on the tests and docs too :+1:.