https://github.com/doarakko/kon
Display fox image in the terminal.
https://github.com/doarakko/kon
cli fox homebrew rust
Last synced: 4 months ago
JSON representation
Display fox image in the terminal.
- Host: GitHub
- URL: https://github.com/doarakko/kon
- Owner: Doarakko
- License: mit
- Created: 2022-05-09T07:44:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T13:43:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T11:45:18.709Z (over 1 year ago)
- Topics: cli, fox, homebrew, rust
- Language: Rust
- Homepage:
- Size: 1.01 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# kon
 
Display fox image in the terminal.
## Install
cargo
```sh
cargo install kon
```
Homebrew
```sh
brew tap Doarakko/homebrew-tap
brew install kon
```
## Usage
```sh
kon
```

## Release
```sh
# 1. Update version in Cargo.toml
# 2. Create and push tag
git tag v0.1.4
git push origin v0.1.4
# 3. Update homebrew-tap
./scripts/update-homebrew.sh 0.1.4
```
## Credit
- [RandomFox](https://randomfox.ca/)