https://github.com/lafkpages/tosdr-cli
A command line interface for ToS;DR.
https://github.com/lafkpages/tosdr-cli
cli terms-of-service tosdr
Last synced: 3 months ago
JSON representation
A command line interface for ToS;DR.
- Host: GitHub
- URL: https://github.com/lafkpages/tosdr-cli
- Owner: lafkpages
- Created: 2023-11-01T13:38:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T09:43:14.000Z (6 months ago)
- Last Synced: 2025-01-07T23:31:07.539Z (5 months ago)
- Topics: cli, terms-of-service, tosdr
- Language: Rust
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToS;DR CLI
A command line interface for [ToS;DR](https://tosdr.org/).
## Building
You'll need [Rust](https://www.rust-lang.org) and [Cargo](https://crates.io) installed.
```sh
git clone https://github.com/lafkpages/tosdr-cli.git
cd tosdr-cli
cargo build --release
```## Usage
```sh
./target/release/tosdr-cli --help
```