]>
glassweightruler.freedombox.rocks Git - xdg-ninja.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Asperatus [Fri, 13 May 2022 18:07:17 +0000 (14:07 -0400)]
xdg-ninja: security and readability fixes
Here are the various fixes done:
- printf can interpret sequences, therefore you want to give variable as
a different argument
- ! [ -z "$VAL" ] <=> [ -n "$VAL" ] <=> [ "$VAL" ]
- double quote on variables to prevent globbing and word splitting
Asperatus [Fri, 13 May 2022 17:57:09 +0000 (13:57 -0400)]
xdg-ninja: reformat script to standards
Asperatus [Fri, 13 May 2022 17:54:03 +0000 (13:54 -0400)]
xdg-ninja: remove unused variables
Most variables were unused, and even more than that, it could cause
collisions as the variable named "HELP" was defined in some functions,
changing the value of the currently removed variable.
b3nj4m1n [Fri, 13 May 2022 18:40:09 +0000 (20:40 +0200)]
Add disclaimer about glow
b3nj5m1n [Fri, 13 May 2022 17:29:48 +0000 (19:29 +0200)]
Merge pull request #5 from Silejonu/patch-2
Fix quotes
Silejonu [Fri, 13 May 2022 17:29:01 +0000 (19:29 +0200)]
Update subversion.json
Silejonu [Fri, 13 May 2022 17:26:44 +0000 (19:26 +0200)]
Fix quotes
b3nj5m1n [Fri, 13 May 2022 17:07:24 +0000 (19:07 +0200)]
Merge pull request #4 from Silejonu/patch-1
Improve subversion recommendation
Silejonu [Fri, 13 May 2022 17:05:12 +0000 (19:05 +0200)]
Improve subversion recommendation
b3nj5m1n [Fri, 13 May 2022 16:47:09 +0000 (18:47 +0200)]
Merge pull request #3 from duongdominhchau/main
Typo fix for rbenv, add quote to solargraph
Duong Do Minh Chau [Fri, 13 May 2022 16:41:44 +0000 (23:41 +0700)]
Typo fix
b3nj4m1n [Fri, 13 May 2022 16:07:07 +0000 (18:07 +0200)]
Actually exit when jq isn't installed
b3nj4m1n [Fri, 13 May 2022 16:05:05 +0000 (18:05 +0200)]
Check for presence of jq
b3nj4m1n [Fri, 13 May 2022 15:18:24 +0000 (17:18 +0200)]
Add more configs
b3nj4m1n [Fri, 13 May 2022 14:15:06 +0000 (16:15 +0200)]
Added config for feh
b3nj4m1n [Fri, 13 May 2022 14:09:00 +0000 (16:09 +0200)]
Add preview
b3nj4m1n [Fri, 13 May 2022 13:57:46 +0000 (15:57 +0200)]
Output more info
b3nj4m1n [Fri, 13 May 2022 13:49:36 +0000 (15:49 +0200)]
Add cli options & help to script
b3nj4m1n [Fri, 13 May 2022 13:29:01 +0000 (15:29 +0200)]
Added configurations for most of the programs listed under partial support on arch wiki
b3nj4m1n [Fri, 13 May 2022 04:00:24 +0000 (06:00 +0200)]
Add dependencies to README
b3nj4m1n [Fri, 13 May 2022 03:54:44 +0000 (05:54 +0200)]
Update README
b3nj4m1n [Fri, 13 May 2022 02:04:54 +0000 (04:04 +0200)]
Add configuration for rustup
b3nj4m1n [Fri, 13 May 2022 02:04:39 +0000 (04:04 +0200)]
Use $EDITOR, ask before saving
b3nj4m1n [Fri, 13 May 2022 01:58:38 +0000 (03:58 +0200)]
Update README
b3nj4m1n [Fri, 13 May 2022 01:54:21 +0000 (03:54 +0200)]
Add support for cabal & stack
b3nj4m1n [Fri, 13 May 2022 01:53:56 +0000 (03:53 +0200)]
Add add-program tool
b3nj4m1n [Thu, 12 May 2022 17:52:13 +0000 (19:52 +0200)]
Add subset of supported programs from arch wiki article
b3nj4m1n [Thu, 12 May 2022 17:03:03 +0000 (19:03 +0200)]
Update README
b3nj4m1n [Thu, 12 May 2022 16:03:38 +0000 (18:03 +0200)]
Added first implementation
b3nj5m1n [Thu, 12 May 2022 13:35:22 +0000 (13:35 +0000)]
Initial commit