mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 20:33:08 +00:00
Update README.md
Install instructions and new type sub-command.
This commit is contained in:
parent
83fa1c30e1
commit
a6c057175c
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
@ -55,9 +55,9 @@ You can install in any (npm-supported) OS using `npm install --global pokemon-te
|
|||
|
||||
1. Make sure you have Python 3.5+ installed, check the instructions of your distribution.
|
||||
2. Make sure you have Terminology or Tilix, again check the package manager of your distribution.
|
||||
3.
|
||||
3. Install
|
||||
- If you are a Arch Linux User, you can install it from the AUR package [pokemon-terminal-git](https://aur.archlinux.org/packages/pokemon-terminal-git/).
|
||||
- If you aren't a Arch Linux user, copy and paste the following into a terminal for the installation:
|
||||
- Otherwise, copy and paste the following bash script into a terminal for the installation:
|
||||
```bash
|
||||
# Pokemon Installation
|
||||
git clone https://github.com/LazoCoder/Pokemon-Terminal $HOME/.Pokemon-Terminal
|
||||
|
@ -91,15 +91,16 @@ Other Parameters:
|
|||
slideshow-<region> [time] - Iterate through each Pokemon in the specified region. Optional time (in seconds) between Pokemon.
|
||||
rnd-slideshow [time] - Iterate through each Pokemon in a random order. Optional time (in seconds) between Pokemon.
|
||||
rnd-slideshow-<region> [time] - Iterate through each Pokemon in the specified region in a random order. Optional time (in seconds) between Pokemon.
|
||||
light - Change the terminal background to a random light-colored Pokemon.
|
||||
dark - Change the terminal background to a random dark-colored Pokemon.
|
||||
light - Change the terminal background to a random light-colored Pokemon.
|
||||
dark - Change the terminal background to a random dark-colored Pokemon.
|
||||
type [type] - Change to a random pokemon of said type.
|
||||
clear | disable | off - Clear the Pokemon in the terminal.
|
||||
help - Display this menu.
|
||||
|
||||
Wallpaper Parameters:
|
||||
pokemon _pikachu - Change the wallpaper to the specified Pokemon.
|
||||
pokemon _random - Change the wallpaper to a random Pokemon.
|
||||
pokemon _random-kanto - Change the wallpaper to a random Pokemon from the specified region.
|
||||
pokemon _pikachu - Change the wallpaper to the specified Pokemon.
|
||||
pokemon _random - Change the wallpaper to a random Pokemon.
|
||||
pokemon _random-kanto - Change the wallpaper to a random Pokemon from the specified region.
|
||||
|
||||
Search System Information:
|
||||
Any input containing 3 or more characters triggers the internal search system. Examples:
|
||||
|
|
Loading…
Reference in a new issue