Commit Graph

673 Commits

Author SHA1 Message Date
AJ ONeal
f663bb7822 hotfix: more specific bad response errors 2023-02-13 19:03:35 +00:00
AJ ONeal
2bcc903f80 hotfix: don't use debug stale times values in production, DUH! 2023-02-13 18:44:15 +00:00
AJ ONeal
5b6b700943 fix: replace 'uname -a' with 'uname -srm' for OS/Arch detection 2023-02-11 21:57:39 +00:00
AJ ONeal
b5fc4d742b chore: update shfmt 2023-02-11 21:39:07 +00:00
AJ ONeal
5fc3d0e174 doc(aliasman): supercharge the cheat sheet 2023-02-09 09:30:58 +00:00
AJ ONeal
c26c67662b feat: add aliasman 2023-02-09 09:13:08 +00:00
AJ ONeal
e2702eea08 hotfix: log headers and body on GitHub API error 2023-02-03 20:34:26 +00:00
AJ ONeal
c2f1882de5 feat: add bun 2023-01-30 09:17:30 +00:00
AJ ONeal
90a919736b fix: allow installers without releases 2023-01-30 07:16:00 +00:00
AJ ONeal
bab564bdeb fix(k9s): add release update timeout 2023-01-24 18:02:53 +00:00
AJ ONeal
21c668b4b7 chore(fmt): set .prettierrc.json.trailingComma = "all" 2023-01-24 17:54:39 +00:00
AJ ONeal
2149eeb7f8 chore(fmt): mv .prettierrc .prettierrc.json 2023-01-24 17:54:39 +00:00
AJ ONeal
9c1be4bc3a chore(fmt): npm run prettier 2023-01-24 17:54:39 +00:00
David McClellan
967eff256a Missing word - VIM Leader Cheatsheet
Updated VIM Leader cheatsheet - added missing word. 

-- Sorry @coolaj86 it bothered me for too long, had to submit
2023-01-18 22:51:26 +00:00
AJ ONeal
eddef3c24b ref: simplify download folder check 2023-01-15 07:26:54 +00:00
Vladimir Siritsa
4723810e2b feat: set Downloads dir from xdg-user-dir DOWNLOAD when available 2023-01-15 07:13:41 +00:00
AJ ONeal
40f37cb916 feat: add duckdns -> DuckDNS.sh alias 2023-01-15 03:25:02 +00:00
AJ ONeal
25b003996a feat: add DuckDNS.sh 2023-01-15 03:23:45 +00:00
AJ ONeal
22aa8ba596 feat(releases): add github source releases (no assets) 2023-01-15 02:22:33 +00:00
AJ ONeal
2f618384cc fix: update @root/request for hanging error bugfix 2022-11-14 17:39:50 +00:00
AJ ONeal
75284b2a93 ref!: remove 'shmatter' and update 'marked' 2022-10-20 20:48:41 +00:00
AJ ONeal
2f33f44c38 docs(caddy): update examples, simplify config 2022-10-20 19:46:13 +00:00
AJ ONeal
4d60ec9435 docs(sh,ms): meta redirect to cheat sheet 2022-09-28 07:24:31 +00:00
AJ ONeal
cbd8ae6420 docs: add new webi.sh and webi.ms 2022-09-28 07:24:31 +00:00
AJ ONeal
c7d761bbb2 fix(python): update version checks 2022-09-28 07:22:58 +00:00
NoahELE
f5216315d1 fix(fzf): update release.js 2022-09-28 06:28:49 +00:00
sachnr
f181609b91 lint(posix): block-redirect multi-command output (fix #511, SC2129) 2022-08-30 20:58:50 +00:00
Rishav Nandi
b19635874d lint(sh): ignore warnings about expansion in docstring (fixes #506) 2022-08-29 03:27:56 +00:00
AJ ONeal
8cda6ee36d chore(fmt): npm run fmt 2022-08-24 06:34:28 +00:00
AJ ONeal
de0a09290e chore(style): update fmt rules & guidelines 2022-08-24 06:34:28 +00:00
AJ ONeal
c4de76b5af fix(sh): use strict mode for install example 2022-08-24 05:16:43 +00:00
AJ ONeal
76fc3bfefa refactor(posix): remove cd output redirects - it has no output 2022-08-24 05:16:43 +00:00
AJ ONeal
184487e228 lint(_webi): redirect output properly the script embedded in bootstrap.sh (fix SC2069) 2022-08-24 05:08:31 +00:00
AJ ONeal
e2218a0683 lint(_webi): quote vars in the script embedded in bootstrap.sh (fix SC2046) 2022-08-24 05:07:56 +00:00
Rishav Nandi
96c02cd395 refactor(vps-addswap, vps-utils): quote variables to avoid word splitting 2022-08-24 04:53:23 +00:00
Rishav Nandi
0dbe056e5b refactor(_webi): refactor to make sure printf format strings don't use variables 2022-08-24 04:53:23 +00:00
Shyam Mahajan
9c38a0124c lint(sh): removed redundant [ around if blocks (fix #500, SC2143) 2022-08-24 04:46:12 +00:00
AJ ONeal
22310ec528 doc(posix): remove unnecessary references to bash 2022-08-21 07:52:30 +00:00
AJ ONeal
b12b06eedd refactor(posix): don't run scripts with bash unnecessarily 2022-08-21 07:30:55 +00:00
AJ ONeal
d2fdc7b41a refactor!(posix): use posix shebang #!/bin/sh (fix #494) 2022-08-21 07:10:33 +00:00
AJ ONeal
5053d7064f fix(posix): use subshell on cd entry, nix trailing cd 2022-08-21 06:51:02 +00:00
Tarek Arar
be05abb043 refactor!(posix) replace pushd with cd 2022-08-21 06:51:01 +00:00
AJ ONeal
fbcef3e583 refactor(posix): replace echo bashisms with printf (fixes #479, SC3037) 2022-08-21 06:49:34 +00:00
AJ ONeal
53d1588c8d refactor!(posix): translate 'read -s' bashism (shellcheck SC3045) 2022-08-21 06:47:47 +00:00
AJ ONeal
0a8675427c refactor!(posix): translate complex [[ bashisms (shellcheck SC3014) 2022-08-21 04:57:46 +00:00
AJ ONeal
0d611cb246 fix(posix): double quote vars that require it 2022-08-21 04:23:04 +00:00
AJ ONeal
a87e38b3e5 fix(posix): double quote vars that require it 2022-08-21 03:46:19 +00:00
AJ ONeal
8ccaf95611 fix:(posix) revert complex uses of [[ (bashisms) 2022-08-21 03:46:19 +00:00
Marcin Woźniak
48a16a315e refactor!(posix): replace simple [[ with [ (partial fix for #465) 2022-08-21 03:06:08 +00:00
thebatman1
6051f6ab72 fix(vps-addswap): updates root check
- removed current use of EUID and UID in favour of id

Closes: #482
2022-08-21 02:27:44 +00:00