diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-29 16:13:24 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-29 16:13:24 -0700 |
commit | ce3cf8239255302cda4616bb482db062f8c75bfa (patch) | |
tree | af4f847c7f6aea5b585aa139e9a21a94c44b6b59 | |
parent | 1704305c1fece7916db0a2ded51b932f76bf593a (diff) |
refactor
-rwxr-xr-x | .local/bin/o | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/o b/.local/bin/o index 9a08cd0b..a12eee46 100755 --- a/.local/bin/o +++ b/.local/bin/o @@ -8,6 +8,7 @@ # improve # if $1 is executable script filename in current dir and no ./ in front, use ./$1 ? # also consider if $1 is executable but is directory? +# consider directoy, using xdg-mime to get the application name, hope the application can open dir and use it to batch open them, maybe not use while to open them one by one # I don't care about errors, I don't want to handle errors, just shut up please. # nohup seems not necessary if don't care about daemon SIGHUP requirement |