mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 12:23:04 +00:00
Updated readme
This commit is contained in:
parent
10727a6a76
commit
5320145964
2 changed files with 10 additions and 1 deletions
|
@ -60,6 +60,7 @@ Other Parameters:
|
|||
pokemon regions - List all the available regions.
|
||||
pokemon slideshow - Iterate through each Pokemon.
|
||||
pokemon slideshow-kanto - Iterate through each Pokemon in the specified reigon.
|
||||
pokemon extra - List all the Pokemon from the 'Extra' folder.
|
||||
pokemon help - Display this menu.
|
||||
|
||||
```
|
||||
|
@ -79,6 +80,14 @@ I highly suggest making the font colors black and the terminal window transparen
|
|||
|
||||
![alt-tag](Samples/transparency_setting.png)
|
||||
|
||||
# Adding Custom Images
|
||||
|
||||
The folder Images/Extra is for adding custom images. You can manually add backgrounds to this folder and they will be visible to the program. To see a list of all the custom backgrounds type:
|
||||
```
|
||||
pokemon extra
|
||||
```
|
||||
Alternatively, you can delete images from this folder and it will not break the program.
|
||||
|
||||
# Solutions for Issues
|
||||
|
||||
If you experience a line at the top of the terminal after changing the Pokemon, you can remove it by typing in the *clear* command or opening a new terminal.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tell application "iTerm"
|
||||
tell current session of current window
|
||||
set background image to "/Users/Laki/GitHub/Pokemon-Terminal/Images/Extra/giratina-origin.png"
|
||||
set background image to "/Users/Laki/GitHub/Pokemon-Terminal/Images/Generation I - Kanto/025.png"
|
||||
end tell
|
||||
end tell
|
Loading…
Reference in a new issue