hex-ci / atom-tree-view-sort

Add a sorting feature for the Atom tree-view package.

Home Page:https://atom.io/packages/tree-view-sort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tree-view-sort package

Version Downloads Status Linux & OSX Status Windows Join the chat at https://gitter.im/atom-tree-view-sort/Lobby

Add a sorting feature for the Atom tree-view package.

Features

Sort By

  • File name
  • File name (ignore extension)
  • File extension name
  • File size
  • File access time
  • File change time
  • File modify time
  • File creation time
  • File group name ("file group" means "component", "directive" etc, e.g. "a.component.js" "b.component.js" "a.directive.js" "b.directive.js")

Descending Sorting

You can set descending sorting or ascending sorting.

Case-Sensitive Sorting

You can set case-sensitive sorting or case-insensitive sorting.

Sorting Folders

Using the Sorting Folders will sort the folders, otherwise the folders will not be sorted. This option does not affect the option of the sort folders before or after files.

Sort Folders Before or After Files

When listing directory items, list subdirectories before or after files.

Directories to apply to

You can define a RegEx pattern of which folders to apply these settings to, or leave blank and apply to all folders.

About

Add a sorting feature for the Atom tree-view package.

https://atom.io/packages/tree-view-sort

License:MIT License


Languages

Language:JavaScript 97.9%Language:CSS 2.1%