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
8f9b9da4a3
chore: npm run fmt
2026-03-08 19:38:49 -06:00
AJ ONeal
c94b4cf5c7
fix(windows): use Get-CimInstance instead of deprecated Get-WmiObject
2024-11-10 07:51:52 +00:00
Caleb
d7a4aaf6b7
fix(windows): use Get-WmiObject instead of deprecated wmic
...
Signed-off-by: Caleb <53413881+CK6853@users.noreply.github.com >
2024-11-10 07:51:23 +00: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
Soren Richenberg
af6b09ef2a
fix(windows): apply -File and quotations to webi.bat file to pass %USERPROFILE% as a single argument when it contains spaces
2024-01-15 21:44:43 -07:00
AJ ONeal
379a301bf3
fix(windows): 'powershell -File ...' to work with $HOME with spaces
2024-01-15 21:44:43 -07:00
AJ ONeal
72c0cd5985
fix(webi): remove bogus ./webi/releases.js
2024-01-02 15:27:09 -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
c0c7e61cb5
fix: revert curl --fail-with-body to --fail
2023-11-17 08:57:24 -07:00
AJ ONeal
cf621183b4
fix(windows): use -L with curl (for redirects from Github assets, etc)
2023-11-14 10:55:07 -07:00
AJ ONeal
0c99e0272e
fix(webi): add exec bit
2023-11-12 02:24:28 -07:00
AJ ONeal
3e97590568
fix(windows): show machine info
2023-11-12 02:24:27 -07:00
AJ ONeal
693e91d275
feat(windows): auto-update before exit after running installer
2023-11-11 23:07:28 -07:00
AJ ONeal
1af9db79bb
feat(windows): show welcome message
2023-11-11 23:07:28 -07:00
AJ ONeal
1f634be3bd
fix(windows): only show PATH update message once
2023-11-11 23:07:28 -07:00
AJ ONeal
fe363814a1
fix(windows): preserve parent installer's ENVs by reverting in-process call operator to new-process powershell
2023-11-11 23:07:28 -07:00
AJ ONeal
2046371f62
fix(windows): downgrade Elevated Privileges error to warn-once (for ssh)
2023-11-11 23:06:32 -07:00
AJ ONeal
79c2f434bf
ref!(webi): use $HOME instead of switching and relying on the current directory
2023-11-11 21:27:06 -07:00
AJ ONeal
ea36def846
ref(webi): run cmd.exe with %USERPROFILE% path rather than pushd / popd
2023-11-11 21:01:04 -07:00
AJ ONeal
941b84092e
ref(windows): use Invoke-DownloadUrl in webi itself
2023-11-11 21:01:04 -07:00
AJ ONeal
03a23606b2
doc: vanquish typo 'xbin' => 'bin'
2023-11-11 13:24:02 -07:00
AJ ONeal
5d5fa8f695
fix: '.local\xbin' => '.local\bin'
2023-11-11 13:24:01 -07:00
AJ ONeal
1b3d575b0f
fix(windows): include User-Agent MS so that alias installs work in dev
2023-11-08 00:41:20 -07:00
AJ ONeal
838f2d5288
ref(webi): move powershell script into its installer dir
2023-11-07 12:46:52 -07:00
AJ ONeal
b1d7df199f
feat(webi): add webi.sh to own installer
2023-11-07 00:25:18 -07:00
RubenRam
69ea717e06
doc(webi): update README Files section
2023-11-02 17:28:48 -06:00
AJ ONeal
d592d338df
chore(windows): remove .bat cruft
2023-10-25 11:48:09 -06:00
AJ ONeal
1306fd6ebc
fix: replace leftover 'pathman add' with 'webi_path_add'
2023-10-24 13:16:54 -06:00
AJ ONeal
3d51b8373a
chore(pwsh): lint+fix
2023-10-18 02:10:55 -06:00
AJ ONeal
f98086b38e
chore(pwsh): fmt
2023-10-18 02:10:55 -06:00
AJ ONeal
efb67109fb
ref!: replace pathman with PowerShell [Environment]::SetEnvironmentVariable
2023-05-09 00:04:59 +00:00
AJ ONeal
21c668b4b7
chore(fmt): set .prettierrc.json.trailingComma = "all"
2023-01-24 17:54:39 +00:00
AJ ONeal
cbd8ae6420
docs: add new webi.sh and webi.ms
2022-09-28 07:24:31 +00:00
AJ ONeal
22310ec528
doc(posix): remove unnecessary references to bash
2022-08-21 07:52:30 +00:00
AJ ONeal
d2fdc7b41a
refactor!(posix): use posix shebang #!/bin/sh ( fix #494 )
2022-08-21 07:10:33 +00:00
brij
fdeefd7e75
refactor(posix): remove function prefixes from all shell files
2022-08-18 15:10:58 +00:00
MoNakouzi
82af8b46a4
docs: replace ``bash with ``sh in all .md files
2022-08-15 20:45:43 +00:00
Kid
404d573f3d
Drop unnecessary mentions of Windows version
2022-06-06 16:13:40 +00:00