Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r-thomson/sortlines.novaextension
- Owner: r-thomson
- Created: 2024-01-18T03:05:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T17:31:29.000Z (7 months ago)
- Last Synced: 2024-04-16T21:04:14.166Z (7 months ago)
- Topics: javascript, nova-extension
- Language: JavaScript
- Homepage: https://extensions.panic.com/extensions/net.ryanthomson/net.ryanthomson.SortLines/
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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