Skip to content

hex-ci/atom-tree-view-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.