https://github.com/sphericalkat/katbin-cli
A CLI for katbin
https://github.com/sphericalkat/katbin-cli
Last synced: 12 months ago
JSON representation
A CLI for katbin
- Host: GitHub
- URL: https://github.com/sphericalkat/katbin-cli
- Owner: SphericalKat
- Created: 2022-05-06T16:05:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T06:34:13.000Z (over 1 year ago)
- Last Synced: 2024-11-01T07:24:37.780Z (over 1 year ago)
- Language: Rust
- Size: 276 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# katbin-cli
CLI for working with [katbin](https://katb.in)
## Installation
Katbin CLI is currently available on [crates.io](https://crates.io/crates/katbin). You can install it by:
```shell
cargo install katbin
```
On NetBSD, there's an official package. To install it, simply run:
```shell
pkgin install katbin-cli
```
## Licensing
Dual licensed under Apache 2.0 or MIT at your option.