missed two

This commit is contained in:
Eric Lay 2023-04-24 19:38:54 -05:00
parent 65131390b0
commit 54b5e15aa5
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ pokedex_View() {
--bind=ctrl-b:preview:"echo; pokemon-colorscripts -b -n {1} --no-title; cat $POKEDATA/{1};" \
--bind=ctrl-s:preview:"echo; pokemon-colorscripts -s -n {1} --no-title; cat $POKEDATA/{1};" \
--bind=ctrl-n:preview:"printf '${indent}%s${indent} %s\n' 'Press space to hear entry' 'ctrl+space to stop'; pokemon-colorscripts -n {1} --no-title; cat $POKEDATA/{1};" |
parallel pokemon-colorscripts --no-title -n {} "&&" "$POKEDATA/{}"
parallel pokemon-colorscripts --no-title -n {} "&&" cat "$POKEDATA/{}"
}
### Quick view returns single Pokemon stat instead of opening pokedex