needle-cli
v1.0.0
Published
`needle` will help you to find the _needle in the haystack_ By using metadata in the folders you'll be able to add tags and descriptions to your project folders so you can locate them easily at any time
Downloads
2
Readme
needle 🔎
needle
will help you to find the needle in the haystack
By using metadata in the folders you'll be able to add tags and descriptions to your project folders so you can locate them easily at any time
Use
needle paths --add /Users/juanmanuelgarrido/PROJECTS/needle
needle paths --show
needle index --generate
needle index --stats
needle search
find the needle! > react redux
needle search --fields description,tags
find the needle! > react redux
needle create
description > this project is the bomb
tags > react redux
notes > my first comment
needle add tags
tags > another_tag and_another_one my_tag
needle add notes
notes > this is some comment i'd like to add...
notes > and some other comment
Dependencies
Resources
- https://developer.atlassian.com/blog/2015/11/scripting-with-node/
- http://codewinds.com/blog/2013-08-19-nodejs-writable-streams.html
- https://gist.github.com/bjouhier/1722850