SHA65536 / Charmeleon

A pokedex over SSH project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Charmeleon

A pokedex over SSH project. Pokedex in your terminal!

Installation

Clone the repository to get the server and pokemon data:

git clone https://github.com/sha65536/charmeleon
cd charmeleon
go build .

Usage

Charmeleon has two commands:

Start: Starts the server on specified address and port.

usage: charmeleon start [-h|--help] [-a|--address "<value>"] [-p|--port
                  <integer>]

                  Start the SSH server

Arguments:

  -h  --help     Print help information
  -a  --address  Address to listen on. Default: 0.0.0.0
  -p  --port     Port to listen on. Default: 23234

Build: Redownloads pokemon sprites, and converts to terminal printable format. WARNING!!! This requires your system to have img2xterm installed and imagemagick!

usage: charmeleon build [-h|--help]

                  Download images and remake cow files

Arguments:

  -h  --help  Print help information

Made with Charm

https://charm.sh

About

A pokedex over SSH project.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%