AJ ONeal
2d1c082e30
feat(webi): probe zst as unpacker; properly probe formats in webi-pwsh
...
webi/webi.sh: detect unzstd/zstd alongside the existing git/unxz/
unzip/tar probes. Sends `?formats=...,zst` when zstd is available so
the server can pick a .tar.zst build only on hosts that can extract
it.
webi/webi-pwsh.ps1: replace the hardcoded `formats=zip,exe,tar,git`
TODO with real Get-Command probing for git, zstd, and 7z.
2026-05-06 23:23:02 -06:00
AJ ONeal
7ea58dcdfb
fix(bsd): silence 'uname -o' error when not supported
2024-01-15 22:00:01 -07:00
AJ ONeal
67f361d35c
fix(bsd): detect and use OpenBSD 'shasum'
2024-01-15 22:00:01 -07:00
AJ ONeal
2fe6824472
chore: bump version to 1.2.8
2023-11-22 10:08:18 -07:00
AJ ONeal
0da4b5d7cd
chore: bump version to 1.2.7
2023-11-21 14:17:42 -07:00
AJ ONeal
948030b9cb
ref: move shell integrations to their own functions
2023-11-21 13:56:15 -07:00
AJ ONeal
faaed1d2ec
feat(completions): add --<option>s to the list
2023-11-21 13:56:15 -07:00
AJ ONeal
6875648daf
feat(webi): save install options for shell completions
2023-11-21 13:56:15 -07:00
AJ ONeal
e8ba56e75f
fix(zsh): must 'compinit' before 'compdef'
2023-11-21 13:56:15 -07:00
RubenRam
1f858bca4d
feat(webi): add webi init option
...
Add shell package completion for bash, zsh and fish
2023-11-21 13:55:57 -07:00
AJ ONeal
f10be58d64
ref: move 'webi --info' to its own function
2023-11-21 13:52:56 -07:00
AJ ONeal
6fa045a4f9
fix(busybox): prefer curl over wget, limit wget options on busybox
2023-11-20 09:18:35 -07:00
AJ ONeal
a4a386dd8a
ref: rename to package-install.tpl.sh to match namespace style
2023-11-18 23:57:33 -07:00
AJ ONeal
4869336b24
fix(webi): track if welcome message was already shown
2023-11-18 19:04:36 -07:00
AJ ONeal
0c99e0272e
fix(webi): add exec bit
2023-11-12 02:24:28 -07:00
AJ ONeal
b1d7df199f
feat(webi): add webi.sh to own installer
2023-11-07 00:25:18 -07:00