tree-view-copy-file-tree
Put an ASCII tree representation of part of your project structure into the clipboard
savetheclocktower 20 0 0.0.2 MIT GitHub
  • Made for Pulsar!

    This package was written specifically for Pulsar and did not exist in the Atom package repository.

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