mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-05-16 21:13:47 -07:00
fix selecting anime from list
This commit is contained in:
parent
706b66ae3a
commit
867a237b9a
2
ani-cli
2
ani-cli
@ -251,7 +251,7 @@ get_search_query() {
|
||||
-config "$CFG_DIR/${ROFI_CFG}")
|
||||
|
||||
# Strip the list entry number from string
|
||||
query="${query//[1-9]+\. /}"
|
||||
query="${query//[1-9]*\. /}"
|
||||
[ "$VERBOSE" -eq 1 ] && printf "%s\n" "Query: $query"
|
||||
else
|
||||
query=$*
|
||||
|
Loading…
x
Reference in New Issue
Block a user