Compare commits
1 Commits
2020-06.22
...
2020-06-23
Author | SHA1 | Date | |
---|---|---|---|
4d7719af2c |
@ -30,7 +30,7 @@ import subprocess
|
||||
from termcolor import colored
|
||||
|
||||
# ========== Constants ==========
|
||||
FD_BIN = "/usr/bin/fd"
|
||||
FD_BIN = shutil.which("fd")
|
||||
FD_OPTS = ["--hidden"]
|
||||
# Matches 'y' or 'yes' only, ignoring case
|
||||
USER_RESPONSE_YES = r"^[Yy]{1}([Ee]{1}[Ss]{1})?$"
|
||||
|
Reference in New Issue
Block a user