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: 11 months ago
JSON representation

sorting commands for stdin -> stdout

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
```