Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 2.43 KB

README.md

File metadata and controls

72 lines (50 loc) · 2.43 KB

Tree View Auto-Collapse

GitHub Stars

Version Downloads GitHub issues MIT License

Helps to keep the tree view clean and clear by collapsing currently unused entries.

Installation

Open SettingsInstall and search for tree-view-auto-collapse or install through command-line:

apm install tree-view-auto-collapse

Make sure to restart Atom after the package is installed.

Optional Setup

  • Package works the best with Auto Reveal and Focus on Reveal options enabled (Packagestree-view).
  • Works even better with ZenTabs package installed.

Usage

There are two modes you can use:

  • Default: Automatically clean tree view after closing a text editor tab (you can disable this behaviour in Packagestree-view-auto-collapseAuto-Collapse on Editor Tab Closing).
  • Invoke manually using command tree-view-auto-collapse:clean-up.

Issues

Feel free to submit issues and enhancement requests.

Contributing

Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Commit changes to your own branch
  • Push your work back up to your fork
  • Submit a Pull request so that we can review your changes
  • NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Maintainers

Paweł Golonko

LICENSE

MIT