This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
/** | |
* gather.js | |
* | |
* A CLI tool to gather code files from given directories/files, annotate them, | |
* and copy the resulting annotated code blob into the clipboard. | |
* | |
* Usage: | |
* node gather.js relative/path/to/dir relative/path/to/file.js ... |