chore: add more pokemon, jira-cli

main
sudo pacman -Syu 2023-10-29 03:08:04 +07:00
parent c3e4d7c75a
commit de620ac01e
5 changed files with 27 additions and 1 deletions

9
data/pokeget/eevee.txt Normal file
View File

@ -0,0 +1,9 @@
▄▄▄▄
▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▄▄▄▄▄▄▀ ▀▀
▀▀▄▄▀

View File

@ -0,0 +1,9 @@
▄▄▄▄▄▄▄ ▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀
▀▀▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄
▀▀ ▀▄▄▄▄▄
▀▀▀

View File

@ -68,7 +68,7 @@ if command -v nnn &>/dev/null; then
fi
# https://github.com/talwat/pokeget-rs
rand_poke=$((RANDOM % 4))
rand_poke=$((RANDOM % 6))
if [[ $rand_poke -eq 0 ]]; then
cat ~/.config/pokeget/pikachu.txt
elif [[ $rand_poke -eq 1 ]]; then
@ -77,6 +77,10 @@ elif [[ $rand_poke -eq 2 ]]; then
cat ~/.config/pokeget/ditto.txt
elif [[ $rand_poke -eq 3 ]]; then
cat ~/.config/pokeget/chikorita.txt
elif [[ $rand_poke -eq 4 ]]; then
cat ~/.config/pokeget/eevee.txt
elif [[ $rand_poke -eq 5 ]]; then
cat ~/.config/pokeget/squirtle.txt
fi
# Depend on your company

View File

@ -15,3 +15,5 @@ pokeget --hide-name pikachu >data/pokeget/pikachu.txt
pokeget --hide-name clefairy >data/pokeget/clefairy.txt
pokeget --hide-name ditto >data/pokeget/ditto.txt
pokeget --hide-name chikorita >data/pokeget/chikorita.txt
pokeget --hide-name eevee >data/pokeget/eevee.txt
pokeget --hide-name squirtle >data/pokeget/squirtle.txt

View File

@ -19,3 +19,5 @@ go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
go install gotest.tools/gotestsum@latest
go install github.com/maruel/panicparse/v2@latest
go install github.com/ankitpokhrel/jira-cli/cmd/jira@latest