summaryrefslogtreecommitdiffstats
path: root/.local/bin/ext
Commit message (Collapse)AuthorAgeFilesLines
* ext: Remove in favor of atool (#1013)krisdoodle452021-10-201-45/+0
| | | | | | | | | | | | | * 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
* update `ext` script (#986)Hekuran2021-08-191-5/+5
| | | | | | | | | | | Arch & Artix already have the `libarchive` pkg, which contains `bsdtar`. So lets just use it, since its superior, faster, it also has easier syntax, and it auto-detects the compression. btw the .tar.zst was wrong anyhow, so if u wont merge this, dont forget to fix that. from the manual: ``` -I, --use-compress-program=COMMAND Filter data through COMMAND. It must accept the -d option, for decompression. The argument can contain command line options. ..... --zstd Filter the archive through zstd(1). ```
* support .tar.zst (#903)MRAAGH2021-02-231-0/+1
|
* Exit codes, stderr suppression, minor edits (#788)anntnzrb2020-08-271-4/+4
| | | | | | | | This is a re-attempt of #643 - `[ "$archive" = "" ]` may be replaced with `[ -z "$archive" ]` - added exit codes - upon entering `ext -c` with no arguments stderr will be thrown from readlink, should be suppressed
* tar.xz fixLuke Smith2020-03-081-1/+2
|
* #!/bin/sh shebang. newline after universalized.Luke Smith2020-02-081-1/+1
|
* portable shebangLuke Smith2019-08-181-1/+1
|
* script documentationLuke Smith2019-05-311-1/+3
|
* who needs itLuke Smith2019-05-191-1/+41
|
* massive cleanupLuke Smith2019-05-191-0/+1