webi-installers/.git
3 years agotypo fix and format update
AJ ONeal [Thu, 1 Oct 2020 21:15:06 +0000 (21:15 +0000)]
typo fix and format update

3 years agoupdate watchexec cheat sheet
AJ ONeal [Thu, 1 Oct 2020 21:02:43 +0000 (21:02 +0000)]
update watchexec cheat sheet

3 years agoupdate go tooling
AJ ONeal [Thu, 1 Oct 2020 20:07:47 +0000 (20:07 +0000)]
update go tooling

3 years agoworkarounds for fluter
AJ ONeal [Sat, 26 Sep 2020 23:18:56 +0000 (23:18 +0000)]
workarounds for fluter

3 years agoallow xattr to fail
AJ ONeal [Sat, 26 Sep 2020 22:55:29 +0000 (22:55 +0000)]
allow xattr to fail

3 years agofix #142: update for ipify's new API
AJ ONeal [Mon, 5 Oct 2020 22:07:46 +0000 (22:07 +0000)]
fix #142: update for ipify's new API

3 years agoUpdating the cheatsheet
SenorGrande [Mon, 5 Oct 2020 17:25:20 +0000 (06:25 +1300)]
Updating the cheatsheet
Also removing comment from releases

3 years agoUpdating the cheatsheet
SenorGrande [Sun, 4 Oct 2020 05:43:49 +0000 (18:43 +1300)]
Updating the cheatsheet

3 years agoadd goreleaser
SenorGrande [Sun, 4 Oct 2020 03:11:14 +0000 (16:11 +1300)]
add goreleaser

3 years agoMerge pull request #135 from ryanburnette/master
Ryan Burnette [Tue, 29 Sep 2020 20:56:04 +0000 (16:56 -0400)]
Merge pull request #135 from ryanburnette/master

Housekeeping

3 years agoquote first line
Ryan Burnette [Sat, 26 Sep 2020 21:05:18 +0000 (17:05 -0400)]
quote first line

3 years agoupdate package.json
Ryan Burnette [Sat, 26 Sep 2020 21:01:01 +0000 (17:01 -0400)]
update package.json

- rename packages to webi-packages
- set private to avoid accidental publishing to npm
- bump version to v0.2.0 and discuss using versions in this repo

3 years agowebi in titles
Ryan Burnette [Sat, 26 Sep 2020 20:58:55 +0000 (16:58 -0400)]
webi in titles

propose that we not use code styling in titles

3 years agoreadme title
Ryan Burnette [Sat, 26 Sep 2020 20:58:31 +0000 (16:58 -0400)]
readme title

propose a cleaner title that links back to the github repo

3 years ago1. Removed unwanted git rev in "watchexec/install.sh"
Anurag sati [Fri, 25 Sep 2020 21:42:47 +0000 (03:12 +0530)]
1. Removed unwanted git rev in "watchexec/install.sh"
2. Used ```bash instead of $ in "watchexec/README.md"

3 years agoAdded watchexec + cheat sheets
Anurag sati [Fri, 25 Sep 2020 19:52:48 +0000 (01:22 +0530)]
Added watchexec + cheat sheets

3 years agoupdate package name in README; add more links
AJ ONeal [Sat, 26 Sep 2020 20:47:24 +0000 (20:47 +0000)]
update package name in README; add more links

3 years agoclarify error message
AJ ONeal [Sat, 26 Sep 2020 20:35:31 +0000 (20:35 +0000)]
clarify error message

3 years agoupdate Nerd Font cheat sheet
AJ ONeal [Fri, 25 Sep 2020 19:12:58 +0000 (19:12 +0000)]
update Nerd Font cheat sheet

3 years agoupdate lsd README
AJ ONeal [Fri, 25 Sep 2020 06:46:51 +0000 (06:46 +0000)]
update lsd README

3 years agoupdate extensions table
AJ ONeal [Sat, 19 Sep 2020 09:20:10 +0000 (09:20 +0000)]
update extensions table

3 years agoadd archiver as alias for arc
AJ ONeal [Sat, 19 Sep 2020 09:02:20 +0000 (09:02 +0000)]
add archiver as alias for arc

3 years agoadd mholt/archiver
AJ ONeal [Sat, 19 Sep 2020 08:56:24 +0000 (08:56 +0000)]
add mholt/archiver

3 years agoadd fish
AJ ONeal [Tue, 22 Sep 2020 22:51:27 +0000 (22:51 +0000)]
add fish

3 years agoaarch64 bugfix and minor formatting updates
AJ ONeal [Tue, 22 Sep 2020 19:59:43 +0000 (19:59 +0000)]
aarch64 bugfix and minor formatting updates

3 years agoadd missing link
AJ ONeal [Wed, 26 Aug 2020 05:57:36 +0000 (05:57 +0000)]
add missing link

3 years agoadd and update vim plugins with sensible defaults
AJ ONeal [Wed, 16 Sep 2020 10:02:23 +0000 (10:02 +0000)]
add and update vim plugins with sensible defaults

3 years agoupdate caddy readme
Ryan Burnette [Thu, 17 Sep 2020 02:06:12 +0000 (22:06 -0400)]
update caddy readme

3 years agoUsed ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.
oguztecirlioglu [Thu, 17 Sep 2020 16:34:03 +0000 (17:34 +0100)]
Used ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.

3 years agorg: don't embellish performance
Andrew Gallant [Wed, 16 Sep 2020 12:46:42 +0000 (08:46 -0400)]
rg: don't embellish performance

ripgrep is fast, but no non-toy search tool is going to be faster in
every case. It's better to be a bit more reserved instead of spreading
misinformation about the performance of a tool. It may be an obvious
embellishment, but plenty of people will take it seriously.

In general, I think we should encourage spreading the nuance in the
trade offs of our tools as opposed to hyping them.

3 years agorg: remove 'R.I.P. grep'
Andrew Gallant [Wed, 16 Sep 2020 12:44:18 +0000 (08:44 -0400)]
rg: remove 'R.I.P. grep'

The "rip" in the name "ripgrep" is meant to mean "to rip through text."
Incidentally, its dual meaning never occurred to me until someone told
me after I had released it.

See also:
https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md#intentcountsforsomething

3 years agomake WSL cheat sheet much nicer
AJ ONeal [Tue, 15 Sep 2020 18:42:27 +0000 (18:42 +0000)]
make WSL cheat sheet much nicer

3 years agofix WSL 2 install, update docs, separate installs
AJ ONeal [Tue, 15 Sep 2020 01:21:18 +0000 (01:21 +0000)]
fix WSL 2 install, update docs, separate installs

3 years agoupdate docs and fix typo
AJ ONeal [Mon, 14 Sep 2020 12:43:35 +0000 (12:43 +0000)]
update docs and fix typo

3 years agoadd launch and password reset instructions
AJ ONeal [Mon, 14 Sep 2020 12:28:35 +0000 (12:28 +0000)]
add launch and password reset instructions

3 years agoadd command line appx Linux instructions
AJ ONeal [Mon, 14 Sep 2020 12:18:48 +0000 (12:18 +0000)]
add command line appx Linux instructions

3 years agoadd wsl and wsl2
AJ ONeal [Mon, 14 Sep 2020 12:01:16 +0000 (12:01 +0000)]
add wsl and wsl2

3 years agotest and fix caddy on Windows
AJ ONeal [Sat, 12 Sep 2020 04:09:50 +0000 (04:09 +0000)]
test and fix caddy on Windows

3 years agoAdd caddy for Windows 10
NorbertLuszkiewicz [Mon, 31 Aug 2020 07:36:49 +0000 (09:36 +0200)]
Add caddy for Windows 10

3 years agoadd sd
ayusHman [Fri, 11 Sep 2020 03:45:44 +0000 (09:15 +0530)]
add sd

3 years agoresolve issue #100
schmelto [Tue, 8 Sep 2020 10:51:52 +0000 (12:51 +0200)]
resolve issue #100

3 years agochanges made
Pratyush Saxema [Mon, 7 Sep 2020 06:31:15 +0000 (12:01 +0530)]
changes made

changes made as per request

all set

3 years agoUpdated gitignore with changes in #97
Tanvesh Takawale [Mon, 31 Aug 2020 09:26:36 +0000 (14:56 +0530)]
Updated gitignore with changes in #97

3 years agoFix #96: Added required files to the readme.
Tanvesh Takawale [Mon, 31 Aug 2020 06:58:52 +0000 (12:28 +0530)]
Fix #96: Added required files to the readme.

3 years agoFix #95: Delete _example/install.bat
Tanvesh Takawale [Mon, 31 Aug 2020 10:58:56 +0000 (16:28 +0530)]
Fix #95: Delete _example/install.bat

3 years ago exe added to format array
Akshansh Rewariya [Sun, 30 Aug 2020 08:41:03 +0000 (14:11 +0530)]
 exe added to format array

3 years agobackup windows terminal png
AJ ONeal [Tue, 25 Aug 2020 21:52:58 +0000 (21:52 +0000)]
backup windows terminal png

3 years agoUpdate nerdfont README and support Windows 10
AJ ONeal [Tue, 25 Aug 2020 21:51:32 +0000 (21:51 +0000)]
Update nerdfont README and support Windows 10

3 years agoremove xattr com.apple.quarantine before trying spctl
AJ ONeal [Tue, 25 Aug 2020 04:25:24 +0000 (04:25 +0000)]
remove xattr com.apple.quarantine before trying spctl

3 years agoupdate new installer template
AJ ONeal [Mon, 24 Aug 2020 16:19:50 +0000 (10:19 -0600)]
update new installer template

3 years agoadd bug report template
AJ ONeal [Mon, 24 Aug 2020 16:16:02 +0000 (10:16 -0600)]
add bug report template

3 years agoadd git issue template
AJ ONeal [Mon, 24 Aug 2020 15:56:16 +0000 (09:56 -0600)]
add git issue template

3 years agoadd lsd
AJ ONeal [Sat, 22 Aug 2020 22:18:59 +0000 (22:18 +0000)]
add lsd

3 years agobetter test output
AJ ONeal [Sat, 22 Aug 2020 20:47:10 +0000 (20:47 +0000)]
better test output

3 years agomake _example current, add rg for Windows
AJ ONeal [Sat, 22 Aug 2020 20:21:01 +0000 (20:21 +0000)]
make _example current, add rg for Windows

3 years agoadd comrak for Markdown to HTML
AJ ONeal [Fri, 14 Aug 2020 05:25:37 +0000 (05:25 +0000)]
add comrak for Markdown to HTML

3 years agov0.5.1
AJ ONeal [Wed, 12 Aug 2020 18:55:44 +0000 (12:55 -0600)]
v0.5.1

3 years agocleanup rg's install.sh
AJ ONeal [Thu, 30 Jul 2020 05:47:13 +0000 (23:47 -0600)]
cleanup rg's install.sh

3 years agoUpdate README.md
Christopher Yin [Sat, 1 Aug 2020 08:30:46 +0000 (04:30 -0400)]
Update README.md

Closest flag to this is the --ignore-path option in the Prettier docs, but it's different (path to a list of ignored directories). Doesn't seem necessary to include here as it already looks for the ./.prettierignore file

3 years agoMerge pull request #65 from zorro1rr/justins_branch
AJ ONeal [Thu, 30 Jul 2020 16:27:02 +0000 (10:27 -0600)]
Merge pull request #65 from zorro1rr/justins_branch

fix PKG_URL => my_url, remove unnecessary comments

3 years agoMerge branch 'master' into justins_branch
AJ ONeal [Thu, 30 Jul 2020 16:24:28 +0000 (10:24 -0600)]
Merge branch 'master' into justins_branch

3 years agofixed issue #63
yollotltamayo [Thu, 30 Jul 2020 16:09:54 +0000 (11:09 -0500)]
fixed issue #63

3 years agoagregate the download source #63
yollotltamayo [Thu, 30 Jul 2020 03:37:30 +0000 (22:37 -0500)]
agregate the download source #63

3 years agohotfix for github release API rate limit token
AJ ONeal [Thu, 30 Jul 2020 06:35:34 +0000 (00:35 -0600)]
hotfix for github release API rate limit token

3 years agohotfix to remove trailing '}' from bin names
AJ ONeal [Thu, 30 Jul 2020 05:53:05 +0000 (23:53 -0600)]
hotfix to remove trailing '}' from bin names

3 years agoattempted fix
Justin_Howard [Thu, 30 Jul 2020 04:34:58 +0000 (22:34 -0600)]
attempted fix

3 years agoadd nerdfont
AJ ONeal [Wed, 29 Jul 2020 05:06:55 +0000 (23:06 -0600)]
add nerdfont

3 years agomove bat cat explanation from usage to alias
Aaron Kc Hsu [Mon, 27 Jul 2020 03:59:25 +0000 (21:59 -0600)]
move bat cat explanation from usage to alias

3 years agoadd bypass alias to bat cheat sheet
Aaron Kc Hsu [Mon, 27 Jul 2020 02:08:37 +0000 (20:08 -0600)]
add bypass alias to bat cheat sheet

3 years agoUpdate README.md
Mark Chapman [Sun, 26 Jul 2020 19:39:59 +0000 (19:39 +0000)]
Update README.md

Remove quotes from raw response

3 years agobugfix whitespace
AJ ONeal [Fri, 17 Jul 2020 04:59:41 +0000 (22:59 -0600)]
bugfix whitespace

3 years agobug fix issue 55
mwolfhoffman [Fri, 24 Jul 2020 18:17:38 +0000 (12:17 -0600)]
bug fix issue 55

3 years agoshow hex->bin conversion
AJ ONeal [Wed, 15 Jul 2020 04:23:12 +0000 (04:23 +0000)]
show hex->bin conversion

3 years agomust use literal ip, not 'localhost'
AJ ONeal [Wed, 15 Jul 2020 04:02:02 +0000 (04:02 +0000)]
must use literal ip, not 'localhost'

3 years agoadd SNI/Host spoof option
AJ ONeal [Wed, 15 Jul 2020 03:55:09 +0000 (03:55 +0000)]
add SNI/Host spoof option

3 years agocleanup
AJ ONeal [Wed, 15 Jul 2020 00:16:30 +0000 (00:16 +0000)]
cleanup

3 years agoadd fzf for Mac, Windows 10, and Linux
AJ ONeal [Wed, 15 Jul 2020 00:00:13 +0000 (00:00 +0000)]
add fzf for Mac, Windows 10, and Linux

3 years agoadd curlie
AJ ONeal [Tue, 14 Jul 2020 23:05:14 +0000 (23:05 +0000)]
add curlie

3 years agoupdate comments
AJ ONeal [Tue, 14 Jul 2020 20:42:41 +0000 (20:42 +0000)]
update comments

3 years agoadd fd for Mac, Windows 10, Linux
AJ ONeal [Tue, 14 Jul 2020 20:42:17 +0000 (20:42 +0000)]
add fd for Mac, Windows 10, Linux

3 years agoadd hexyl
AJ ONeal [Tue, 14 Jul 2020 20:25:48 +0000 (20:25 +0000)]
add hexyl

3 years agonix xbin in favor of opt/PKG_VER/bin
AJ ONeal [Tue, 14 Jul 2020 20:06:50 +0000 (20:06 +0000)]
nix xbin in favor of opt/PKG_VER/bin

3 years agoadd webi to npm as @root/webi@v0.5.0
AJ ONeal [Tue, 14 Jul 2020 06:36:44 +0000 (00:36 -0600)]
add webi to npm as @root/webi@v0.5.0

3 years agoadd log directive to simple example
AJ ONeal [Tue, 14 Jul 2020 02:53:05 +0000 (02:53 +0000)]
add log directive to simple example

3 years agoupdate README for local brew
AJ ONeal [Mon, 13 Jul 2020 21:14:31 +0000 (21:14 +0000)]
update README for local brew

3 years agosudo for Windows 10
AJ ONeal [Mon, 13 Jul 2020 20:59:59 +0000 (20:59 +0000)]
sudo for Windows 10

3 years agoadd deno for Windows 10
AJ ONeal [Mon, 13 Jul 2020 20:18:01 +0000 (20:18 +0000)]
add deno for Windows 10

3 years agoswitch to HOME-based local 'brew'
AJ ONeal [Mon, 13 Jul 2020 19:52:54 +0000 (13:52 -0600)]
switch to HOME-based local 'brew'

3 years agoclarify README's intended audience
AJ ONeal [Mon, 13 Jul 2020 19:44:52 +0000 (13:44 -0600)]
clarify README's intended audience

3 years agoupdate formatting, add random key gen
AJ ONeal [Mon, 13 Jul 2020 07:38:19 +0000 (07:38 +0000)]
update formatting, add random key gen

3 years agobetter error message for Mac and Linux
AJ ONeal [Mon, 13 Jul 2020 07:04:17 +0000 (07:04 +0000)]
better error message for Mac and Linux

3 years agoadd info for debug api
AJ ONeal [Mon, 13 Jul 2020 05:19:47 +0000 (05:19 +0000)]
add info for debug api

3 years agoadd bug message
AJ ONeal [Mon, 13 Jul 2020 05:17:33 +0000 (05:17 +0000)]
add bug message

3 years agofix amd64 misclassification
AJ ONeal [Mon, 13 Jul 2020 04:58:19 +0000 (04:58 +0000)]
fix amd64 misclassification

3 years agotypo fix
AJ ONeal [Sun, 12 Jul 2020 02:29:13 +0000 (02:29 +0000)]
typo fix

3 years agoadd uninstall instructions
AJ ONeal [Sat, 11 Jul 2020 06:32:32 +0000 (00:32 -0600)]
add uninstall instructions

3 years agostill fixing WSL
AJ ONeal [Thu, 9 Jul 2020 17:06:01 +0000 (17:06 +0000)]
still fixing WSL

3 years agoMicrosoft Linux, again
AJ ONeal [Thu, 9 Jul 2020 16:52:37 +0000 (16:52 +0000)]
Microsoft Linux, again

3 years agoupdate docs
AJ ONeal [Thu, 9 Jul 2020 11:54:13 +0000 (11:54 +0000)]
update docs

3 years agoadd webi dat dat dat
AJ ONeal [Thu, 9 Jul 2020 11:46:17 +0000 (11:46 +0000)]
add webi dat dat dat