https://github.com/hswolff/tree-view-extended
Atom.io package. Extend your tree-view. Add a list of open files, and a list of git modified files.
https://github.com/hswolff/tree-view-extended
atom atom-editor atom-package atom-plugin git nuclide plugin
Last synced: about 2 months ago
JSON representation
Atom.io package. Extend your tree-view. Add a list of open files, and a list of git modified files.
- Host: GitHub
- URL: https://github.com/hswolff/tree-view-extended
- Owner: hswolff
- License: mit
- Created: 2016-12-26T15:21:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T02:43:46.000Z (almost 8 years ago)
- Last Synced: 2025-04-02T11:51:34.628Z (8 months ago)
- Topics: atom, atom-editor, atom-package, atom-plugin, git, nuclide, plugin
- Language: JavaScript
- Homepage: https://atom.io/packages/tree-view-extended
- Size: 217 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tree-view-extended package
Extend your tree-view. Add a list of open files, and a list of git modified files.

## Features
- Show all your open files in the tree view
- Show all your git modified files in the tree view
- Toggle either tree view extension to be sticky. It won't scroll with the rest of the tree view.
- Close open files from the tree view extension.
- Toggle the visibility of either extension.
## Thank you!
Without these two packages this one would not exist.
- https://github.com/postcasio/tree-view-open-files
- https://github.com/rjaviervega/tree-view-git-modified
## Todo
- [ ] Support showing pending tab state
- [ ] Support drag and drop of tab order
- [ ] Support showing nested view of files within their folders