Skip to content

Repository files navigation

Sort Lines Package Build Status

Sorts your lines in Atom. Never gets tired.

sort-lines-demo

Installation

From within Atom: Settings -> Install -> search for "sort-lines" and click "Install" OR

From CLI: apm install sort-lines and restart Atom.

Commands and Keybindings

All of the following commands are under the atom-text-editor selector.

If any lines are selected in the active buffer, the commands operate on the selected lines. Otherwise, the commands operate on all lines in the active buffer.

CommandDescriptionKeybinding
sort-lines:sortSorts the lines (case sensitive)F5
sort-lines:case-insensitive-sortSorts the lines (case insensitive)
sort-lines:naturalSorts the lines ("natural" order)
sort-lines:reverse-sortSorts the lines in reverse order (case sensitive)
sort-lines:uniqueRemoves duplicate lines

Custom keybindings can be added by referencing the above commands. To learn more, visit the Using Atom: Basic Customization or Behind Atom: Keymaps In-Depth sections in the flight manual.

About

An Atom package to sort lines of text

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages