diff options
| author | krisdoodle45 <86745210+krisdoodle45@users.noreply.github.com> | 2021-10-20 16:27:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-20 10:27:40 -0400 |
| commit | 714aa92a9596352d4f70e35d212fe922c23348b4 (patch) | |
| tree | bc41525148da254363c66c8eb8403171028a1706 /.config | |
| parent | 7c6b8a85b69dbc3dca55b28f4078ac86fc01cf48 (diff) | |
| download | eibhear-714aa92a9596352d4f70e35d212fe922c23348b4.tar.gz eibhear-714aa92a9596352d4f70e35d212fe922c23348b4.tar.zst eibhear-714aa92a9596352d4f70e35d212fe922c23348b4.zip | |
ext: Remove in favor of atool (#1013)
* ext: Give the ability to extract multiple files and wildcards
* Variable renaming
* Make user get prompted if extracted file overwrites another file
* Deleted ext
We have atool
* Replace ext with aunpack
Diffstat (limited to '.config')
| -rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 4101338..9ec6830 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -36,7 +36,7 @@ cmd extract ${{ printf "%s\n\t" "$fx" printf "extract?[y/N]" read ans - [ $ans = "y" ] && ext $fx + [ $ans = "y" ] && aunpack $fx }} cmd delete ${{ |
