Code Monkey home page Code Monkey logo

pokeget's Introduction

pokeget

GitHub stars GitHub license GitHub code size in bytes GitHub commit activity GitHub last commit

Pokeget is a bash script you can use to display cool sprites of pokemon in your terminal.

Info

Pokeget has support for all pokemon up to gen 8 including gen 8 and is written in bash.

Pokeget has only needs basic dependencies usually preinstalled in GNU/Linux systems.

Examples

pokeget pokeget

Installation

Note: the install commands should be exactly the same for updating, and repairing pokeget. You can install pokeget by running the install script:

bash <(curl -s https://raw.githubusercontent.com/talwat/pokeget/main/scripts/install.sh)

Which will preform a local installation, or to install for all users do:

sudo bash <(curl -s https://raw.githubusercontent.com/talwat/pokeget/main/scripts/install.sh)

When updating, make sure you do the same command you did when installing to avoid having multiple copies of pokeget.

Uninstallation

Currently there is no uninstall script, however to remove pokeget simply do:

rm ~/.local/bin/pokeget
rm -rf ~/.config/pokeget

in your shell to remove a local installation, and to remove a system wide installation do:

sudo rm -rf /usr/bin/pokeget

Keep in mind if you did a system wide installation all users who used pokeget will have to delete their pokeget config files manually

The pokeget configuration files are located in ~/.config/pokeget so keep that in mind.

Sources

All sprites are taken from Pokemon Reborn (A pokemon fan game).

However, the original sprites and character designs are made by Game Freak.

The sprites have been converted into .txt files by me, so feel free to use them in other projects.

Usage

The help command is pokeget help, if you need to get a quick reminder.

You can do pokeget <pokemon national dex id> to display the sprite.

If you want a list of flags, you can look at USAGE.md.

Dependencies

To run pokeget you will need bash and unzip.

To install pokeget, you might need wget if you don't clone the repository and instead use the install instructions.

All dependencies are usually installed by default on most Linux distros, as this script is designed to run on GNU/Linux.

Known issues

During testing, some of the unicode symbols have displayed incorrectly, this is still being worked on.

pokeget's People

Contributors

talwat avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.