Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r-thomson/sortlines.novaextension

An extension for Nova that adds utilities to rearrange lines
https://github.com/r-thomson/sortlines.novaextension

javascript nova-extension

Last synced: 20 days ago
JSON representation

An extension for Nova that adds utilities to rearrange lines

Awesome Lists containing this project

README

        

# Sort Lines for Nova

A humble extension for [Nova](https://nova.app) that adds utilities to rearrange the selected lines.

Sorting is performed based on the behavior of the [`Intl.Collator` API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator).

## Usage

The following commands are available under `Editor → Sort Lines`.

- Sort lines ascending
- Sort lines descending
- Reverse lines
- Shuffle lines