| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ext: Remove in favor of atool (#1013) | krisdoodle45 | 2021-10-20 | 1 | -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) | Hekuran | 2021-08-19 | 1 | -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) | MRAAGH | 2021-02-23 | 1 | -0/+1 |
| | | |||||
| * | Exit codes, stderr suppression, minor edits (#788) | anntnzrb | 2020-08-27 | 1 | -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 fix | Luke Smith | 2020-03-08 | 1 | -1/+2 |
| | | |||||
| * | #!/bin/sh shebang. newline after universalized. | Luke Smith | 2020-02-08 | 1 | -1/+1 |
| | | |||||
| * | portable shebang | Luke Smith | 2019-08-18 | 1 | -1/+1 |
| | | |||||
| * | script documentation | Luke Smith | 2019-05-31 | 1 | -1/+3 |
| | | |||||
| * | who needs it | Luke Smith | 2019-05-19 | 1 | -1/+41 |
| | | |||||
| * | massive cleanup | Luke Smith | 2019-05-19 | 1 | -0/+1 |
