Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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