Commit graph

9 commits

Author SHA1 Message Date
Hekuran
0a6982f1e1
update ext script (#986)
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).
```
2021-08-19 07:56:44 -04:00
MRAAGH
1692a8fe15
support .tar.zst (#903) 2021-02-23 11:43:47 -05:00
anntnzrb
ca9b3952e6
Exit codes, stderr suppression, minor edits (#788)
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
2020-08-27 15:57:16 -04:00
Luke Smith
b085acedb0
tar.xz fix 2020-03-08 18:23:04 -04:00
Luke Smith
2b5df860de
#!/bin/sh shebang. newline after universalized. 2020-02-08 18:43:37 -05:00
Luke Smith
1bca65bfc2
portable shebang 2019-08-18 12:28:11 -04:00
Luke Smith
6b334b59fc
script documentation 2019-05-31 19:38:43 -04:00
Luke Smith
b1057aa78e
who needs it 2019-05-19 20:47:24 -04:00
Luke Smith
c6e69e9642 massive cleanup 2019-05-19 20:05:14 -04:00
Renamed from .local/bin/tools/ext (Browse further)