https://github.com/leocavalcante/risp
🦀📜 (rust-based (cli-tool (to-work-with (lists))))
https://github.com/leocavalcante/risp
csv list rust
Last synced: about 1 year 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T16:32:21.000Z (about 6 years ago)
- Last Synced: 2025-02-03T06:35:22.692Z (about 1 year 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 information
OPTIONS:
-d, --delimiter File delimiter
ARGS:
File path
SUBCOMMANDS:
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]
```