Skip to content

SHA65536/Charmeleon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages