All Projects → hex-ci → atom-tree-view-sort

hex-ci / atom-tree-view-sort

Licence: MIT license
Add a sorting feature for the Atom tree-view package.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to atom-tree-view-sort

atom-inline-blame
Atom package to display blame inline
Stars: ✭ 23 (-4.17%)
Mutual labels:  atom, atom-package
atom-ide-d
Adds D language support for Atom
Stars: ✭ 33 (+37.5%)
Mutual labels:  atom, atom-package
white-cursor
Provides a white I-bar cursor in the Atom editor for use with dark backgrounds
Stars: ✭ 13 (-45.83%)
Mutual labels:  atom, atom-package
Highlight Selected
Highlights the current word selected when double clicking
Stars: ✭ 244 (+916.67%)
Mutual labels:  atom, atom-package
atom-carbon-now-sh
Atom package to open the current editor content in https://carbon.now.sh/
Stars: ✭ 15 (-37.5%)
Mutual labels:  atom, atom-package
atom-remember-session
A simple package to make Atom remember your previous session - Not being developed anymore!
Stars: ✭ 15 (-37.5%)
Mutual labels:  atom, atom-package
atom-seti-icons
The awesome icons provided by Seti UI theme.
Stars: ✭ 33 (+37.5%)
Mutual labels:  atom, atom-package
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (+441.67%)
Mutual labels:  atom, atom-package
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+100%)
Mutual labels:  atom, atom-package
language-rainmeter
Syntax highlighting for Rainmeter files in Atom.
Stars: ✭ 19 (-20.83%)
Mutual labels:  atom, atom-package
Split Diff
Side-by-side file compare for the Atom text editor.
Stars: ✭ 188 (+683.33%)
Mutual labels:  atom, atom-package
atom-ide-definitions
Definitions for Atom IDE
Stars: ✭ 26 (+8.33%)
Mutual labels:  atom, atom-package
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (+508.33%)
Mutual labels:  atom, atom-package
file-type-icons
Atom package that changes the icon for files in the Tree View and Tabs to reflect the file's type
Stars: ✭ 28 (+16.67%)
Mutual labels:  atom, atom-package
Atom Terminal Tab
Simple terminal for the Atom text editor.
Stars: ✭ 134 (+458.33%)
Mutual labels:  atom, atom-package
atom-standardjs-snippets
⚡ A collection of JavaScript snippets for Atom, Standard Style
Stars: ✭ 47 (+95.83%)
Mutual labels:  atom, atom-package
Atom File Types
Specify additional file types for languages.
Stars: ✭ 54 (+125%)
Mutual labels:  atom, atom-package
Git Blame
Plugin for Atom Editor. Toggle git-blame annotations for the current file in the gutter.
Stars: ✭ 96 (+300%)
Mutual labels:  atom, atom-package
open-files
Atom package to show the open files in the tree-view panel, mirroring the functionality in Sublime Text
Stars: ✭ 15 (-37.5%)
Mutual labels:  atom, atom-package
tabnine-atom
Atom client for Tabnine - Code Faster with the All-Language AI Assistant for Code Completion, autocomplete JavaScript, Python, TypeScript, PHP, Go, Java, node.js, Ruby, C/C++, HTML/CSS, C#, Rust, SQL, Bash, Kotlin, React, Swift, Scala, Sass, Perl, Objective C, Node JS, Matlab, Haskell, Dart, Angular. https://atom.io/packages/tabnine
Stars: ✭ 33 (+37.5%)
Mutual labels:  atom, atom-package

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].