]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/log
xdg-ninja.git
3 years agoxdg-ninja: security and readability fixes
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

3 years agoxdg-ninja: reformat script to standards
Asperatus [Fri, 13 May 2022 17:57:09 +0000 (13:57 -0400)]
xdg-ninja: reformat script to standards

3 years agoxdg-ninja: remove unused variables
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.

3 years agoAdd disclaimer about glow
b3nj4m1n [Fri, 13 May 2022 18:40:09 +0000 (20:40 +0200)]
Add disclaimer about glow

3 years agoMerge pull request #5 from Silejonu/patch-2
b3nj5m1n [Fri, 13 May 2022 17:29:48 +0000 (19:29 +0200)]
Merge pull request #5 from Silejonu/patch-2

Fix quotes

3 years agoUpdate subversion.json
Silejonu [Fri, 13 May 2022 17:29:01 +0000 (19:29 +0200)]
Update subversion.json

3 years agoFix quotes
Silejonu [Fri, 13 May 2022 17:26:44 +0000 (19:26 +0200)]
Fix quotes

3 years agoMerge pull request #4 from Silejonu/patch-1
b3nj5m1n [Fri, 13 May 2022 17:07:24 +0000 (19:07 +0200)]
Merge pull request #4 from Silejonu/patch-1

Improve subversion recommendation

3 years agoImprove subversion recommendation
Silejonu [Fri, 13 May 2022 17:05:12 +0000 (19:05 +0200)]
Improve subversion recommendation

3 years agoMerge pull request #3 from duongdominhchau/main
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

3 years agoTypo fix
Duong Do Minh Chau [Fri, 13 May 2022 16:41:44 +0000 (23:41 +0700)]
Typo fix

3 years agoActually exit when jq isn't installed
b3nj4m1n [Fri, 13 May 2022 16:07:07 +0000 (18:07 +0200)]
Actually exit when jq isn't installed

3 years agoCheck for presence of jq
b3nj4m1n [Fri, 13 May 2022 16:05:05 +0000 (18:05 +0200)]
Check for presence of jq

3 years agoAdd more configs
b3nj4m1n [Fri, 13 May 2022 15:18:24 +0000 (17:18 +0200)]
Add more configs

3 years agoAdded config for feh
b3nj4m1n [Fri, 13 May 2022 14:15:06 +0000 (16:15 +0200)]
Added config for feh

3 years agoAdd preview
b3nj4m1n [Fri, 13 May 2022 14:09:00 +0000 (16:09 +0200)]
Add preview

3 years agoOutput more info
b3nj4m1n [Fri, 13 May 2022 13:57:46 +0000 (15:57 +0200)]
Output more info

3 years agoAdd cli options & help to script
b3nj4m1n [Fri, 13 May 2022 13:49:36 +0000 (15:49 +0200)]
Add cli options & help to script

3 years agoAdded configurations for most of the programs listed under partial support on arch...
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

3 years agoAdd dependencies to README
b3nj4m1n [Fri, 13 May 2022 04:00:24 +0000 (06:00 +0200)]
Add dependencies to README

3 years agoUpdate README
b3nj4m1n [Fri, 13 May 2022 03:54:44 +0000 (05:54 +0200)]
Update README

3 years agoAdd configuration for rustup
b3nj4m1n [Fri, 13 May 2022 02:04:54 +0000 (04:04 +0200)]
Add configuration for rustup

3 years agoUse $EDITOR, ask before saving
b3nj4m1n [Fri, 13 May 2022 02:04:39 +0000 (04:04 +0200)]
Use $EDITOR, ask before saving

3 years agoUpdate README
b3nj4m1n [Fri, 13 May 2022 01:58:38 +0000 (03:58 +0200)]
Update README

3 years agoAdd support for cabal & stack
b3nj4m1n [Fri, 13 May 2022 01:54:21 +0000 (03:54 +0200)]
Add support for cabal & stack

3 years agoAdd add-program tool
b3nj4m1n [Fri, 13 May 2022 01:53:56 +0000 (03:53 +0200)]
Add add-program tool

3 years agoAdd subset of supported programs from arch wiki article
b3nj4m1n [Thu, 12 May 2022 17:52:13 +0000 (19:52 +0200)]
Add subset of supported programs from arch wiki article

3 years agoUpdate README
b3nj4m1n [Thu, 12 May 2022 17:03:03 +0000 (19:03 +0200)]
Update README

3 years agoAdded first implementation
b3nj4m1n [Thu, 12 May 2022 16:03:38 +0000 (18:03 +0200)]
Added first implementation

3 years agoInitial commit
b3nj5m1n [Thu, 12 May 2022 13:35:22 +0000 (13:35 +0000)]
Initial commit