Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ms-jpq/sortd
sorting commands for stdin -> stdout
https://github.com/ms-jpq/sortd
cli python
Last synced: about 1 month ago
JSON representation
sorting commands for stdin -> stdout
- Host: GitHub
- URL: https://github.com/ms-jpq/sortd
- Owner: ms-jpq
- Created: 2020-07-03T08:32:33.000Z (over 4 years ago)
- Default Branch: sortd
- Last Pushed: 2023-11-12T04:31:51.000Z (about 1 year ago)
- Last Synced: 2024-09-17T02:33:45.660Z (about 2 months ago)
- Topics: cli, python
- Language: Python
- Homepage:
- Size: 377 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sortd
Collection of `stdin` -> `stdout` sorting commands
```sh
sortd [options...]
```Supported formats:
`cfg`, `csv`, `json`, `lines`, `plist`, `toml`, `yaml`
## [Install](https://pypi.org/project/sortd)
```sh
pip3 install -U sortd
```