From a6c057175c20e441e318bffa62bd02f5d00f70ef Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Sat, 1 Jul 2017 09:39:41 -0300 Subject: [PATCH 1/2] Update README.md Install instructions and new type sub-command. --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e088dc3..20ec71f 100644 --- a/README.md +++ b/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- [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- [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: From 622f65e018e3c9870ee3663668350d456dd569e1 Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Sat, 1 Jul 2017 09:44:01 -0300 Subject: [PATCH 2/2] Identation. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20ec71f..54c0af0 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ 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. 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/). - - Otherwise, copy and paste the following bash script into a terminal for the installation: + - 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/). + - 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 @@ -93,7 +93,7 @@ Other Parameters: rnd-slideshow- [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. - type [type] - Change to a random pokemon of said type. + type [type] - Change to a random pokemon of said type. clear | disable | off - Clear the Pokemon in the terminal. help - Display this menu.