https://github.com/ms-jpq/sortd
sorting commands for stdin -> stdout
https://github.com/ms-jpq/sortd
cli python
Last synced: 11 months 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 (about 6 years ago)
- Default Branch: sortd
- Last Pushed: 2025-03-31T12:58:03.000Z (over 1 year ago)
- Last Synced: 2025-07-08T12:48:19.174Z (about 1 year ago)
- Topics: cli, python
- Language: Python
- Homepage:
- Size: 379 KB
- Stars: 4
- Watchers: 2
- 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
```