tree-view-copy-file-tree Made for Pulsar!

Put an ASCII tree representation of part of your project structure into the clipboard

savetheclocktower

12

0

0.0.2

MIT

GitHub

tree-view-copy-file-tree package

Right-click on a tree-view directory and select “Copy Subtree to ASCII” to build a text representation of the file tree with the selected directory as the root and place it in your clipboard.

For instance, here’s what it would look like with this package:

tree-view-copy-file-tree
├── lib/
│   ├── main.js
│   └── tree-generator.js
├── menus/
│   └── tree-view-copy-file-tree.json
├── spec/
│   └── tree-view-copy-file-tree-spec.js
├── .gitignore
├── CHANGELOG.md
├── LICENSE.md
├── package.json
└── README.md