Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T02:43:46.000Z (almost 7 years ago)
- Last Synced: 2025-01-12T04:12:03.048Z (11 days 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.
![Screenshot](https://raw.githubusercontent.com/hswolff/tree-view-extended/master/screenshot.png)
## 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