Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leocavalcante/risp
🦀📜 (rust-based (cli-tool (to-work-with (lists))))
https://github.com/leocavalcante/risp
csv list rust
Last synced: 12 days ago
JSON representation
🦀📜 (rust-based (cli-tool (to-work-with (lists))))
- Host: GitHub
- URL: https://github.com/leocavalcante/risp
- Owner: leocavalcante
- License: mit
- Created: 2020-02-11T20:49:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T16:32:21.000Z (almost 5 years ago)
- Last Synced: 2024-12-08T12:25:34.190Z (2 months ago)
- Topics: csv, list, rust
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦀 risp 📜
```powershell
USAGE:
risp.exe [OPTIONS] [SUBCOMMAND]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-d, --delimiter File delimiterARGS:
File pathSUBCOMMANDS:
chunk Chunks the list by [size] write to [prefix]
help Prints this message or the help of the given subcommand(s)
pick Pick a single column from the list
rand Gets random values from the list
split Splits the list [by] return a [step]
```