mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-23 04:13:20 +00:00
alias added: ichooseyou
This commit is contained in:
parent
2e338f689b
commit
489cd9ea4a
4 changed files with 4 additions and 1 deletions
|
@ -65,6 +65,7 @@ source ~/.bash_profile
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
pokemon [parameter]
|
pokemon [parameter]
|
||||||
|
ichooseyou [parameter]
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
[name] - Change the terminal background to the specified Pokemon.
|
[name] - Change the terminal background to the specified Pokemon.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tell application "iTerm"
|
tell application "iTerm"
|
||||||
tell current session of current window
|
tell current session of current window
|
||||||
set background image to "/Users/Laki/Documents/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/109.png"
|
set background image to "/Users/Laki/Documents/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/151.png"
|
||||||
end tell
|
end tell
|
||||||
end tell
|
end tell
|
1
ichooseyou
Symbolic link
1
ichooseyou
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
main.py
|
1
main.py
1
main.py
|
@ -62,6 +62,7 @@ def print_usage():
|
||||||
'''
|
'''
|
||||||
Usage:
|
Usage:
|
||||||
pokemon [parameter]
|
pokemon [parameter]
|
||||||
|
ichooseyou [parameter]
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
[name] - Change the terminal background to the specified Pokemon.
|
[name] - Change the terminal background to the specified Pokemon.
|
||||||
|
|
Loading…
Reference in a new issue