An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# kon

![crates](https://img.shields.io/crates/v/kon.svg) ![Licence](https://img.shields.io/github/license/Doarakko/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
```

![sample](./sample.gif)

## 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/)