mybookie by @karosaurus
forked from the nifty md-file-tree by @michalbe
Generate markdown list of all the files in a directory with a dropbox sharelink and google search link.
Install with:
$ npm install https://github.com/karosaurus/mybookie/tarball/master
Then in any dir
$ insert command here
generated list.md
file:
- __books__
- [Automated Data Collection with R - Simon Munzert.pdf](https://www.google.com)
- [[bitme] SQL Injection Attacks and Defense, Second Edition 1597499633 (Syngress, 2012).pdf](https://www.google.com)
- [Mastering Social Media Mining with R - Sharan Kumar Ravindran & Vikram Garg.pdf](https://www.google.com)
note that this script skips all hidden files and directories (with .
, like .git
or .gitignore
) & node_modules
directory.