]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/history - xdg-ninja.sh
Add login entry (#405)
[xdg-ninja.git] / xdg-ninja.sh
2024-03-21 Leo Heitmann RuizAdd new-line character (#384)
2024-01-07 b3nj5m1nMerge pull request #318 from b3nj5m1n/fix-missing-program
2024-01-07 b3nj5m1nRefactor file processing logic in jq command
2023-09-28 b3nj5m1nMerge pull request #264 from Midblyte/main
2023-09-28 b3nj5m1nUse variable for programs dir
2023-09-28 b3nj5m1nFix skipping one program during check
2023-09-28 b3nj5m1nMerge pull request #271 from fourchettes/shell-pattern...
2023-09-26 Asperatusxdg-ninja: add shell pattern matching capability
2023-04-23 b3nj5m1nMerge pull request #252 from fourchettes/unified_packag...
2023-04-22 Asperatusxdg-ninja: allow custom programs/ dir via XN_PROGRAMS_DIR
2022-11-06 b3nj4m1nMerge branch 'main' of github.com:b3nj5m1n/xdg-sidekick
2022-11-06 b3nj4m1nCap exit code at 101
2022-11-05 b3nj4m1nActually skip unsupported files when the flag is passed
2022-11-05 b3nj4m1nAdd option to skip unsupported files
2022-11-05 b3nj4m1nExit status = amount of fixable files
2022-06-28 b3nj4m1nFix dirname invocation v0.2.0.1
2022-06-28 b3nj4m1nResolve symlink to script file
2022-06-28 b3nj4m1nFix broken output when using pager with glow
2022-06-28 b3nj4m1nFix using batcat if it exists
2022-06-28 b3nj4m1nSwitch to using DECODER variable
2022-06-16 b3nj4m1nUse variables for ANSI codes
2022-05-28 LayerexUse pygmentize and highlight as fallback markdown rende...
2022-05-28 LayerexNormalize number of trailing newlines in markdown to...
2022-05-25 b3nj4m1nFix check for help
2022-05-24 b3nj4m1nExplicit checks
2022-05-24 LayerexUse test for "$MOVABLE" in check_file function (#66)
2022-05-23 LayerexCall jq only once and optimize string decoding (#58)
2022-05-22 LayerexOptimize usage of jq (#56)
2022-05-19 b3nj5m1nMerge pull request #47 from Kellett/main
2022-05-19 KellettMerge branch 'b3nj5m1n:main' into main
2022-05-19 klzAdded missing line ending
2022-05-16 b3nj5m1nMerge pull request #35 from fourchettes/bat_compatibility
2022-05-16 Asperatusxdg-ninja: change bat flags for retrocompatibility
2022-05-16 b3nj5m1nMerge pull request #33 from fourchettes/fix/shellcheck
2022-05-16 Asperatusxdg-ninja: remove shellcheck disable SC2016
2022-05-15 b3nj5m1nMerge pull request #29 from diogo464/dirname_fix
2022-05-15 diogo464fixed shellcheck warning
2022-05-15 diogo464fix dirname
2022-05-15 b3nj5m1nMerge pull request #27 from Mudskipper875/main
2022-05-15 Mudskipper875Fix escape codes for POSIX `sh`
2022-05-15 b3nj5m1nMerge pull request #23 from fourchettes/fix/dash
2022-05-15 Pooya MoradiAdd newline to log HELP for increased readability
2022-05-15 Pooya MoradiAdd support for bat for markdown rendering
2022-05-15 Asperatusxdg-ninja: change jq json source
2022-05-15 b3nj5m1nMerge pull request #20 from FineFindus/main
2022-05-14 JonathanAdded line break to glow not found
2022-05-14 b3nj5m1nMerge pull request #18 from Vikingat-RAGE/main
2022-05-14 b3nj4m1nSwitch heredoc & BASH_SOURCE to POSIX compliant
2022-05-14 b3nj4m1nAdd shellckeck directive
2022-05-14 b3nj4m1nUse printf in apply_shell_expansion
2022-05-14 b3nj4m1nRemove uses of declare
2022-05-14 b3nj4m1nUse long form instead of &>
2022-05-14 b3nj4m1nUse = instead of ==
2022-05-14 b3nj4m1nSwitch from echo to printf
2022-05-14 b3nj4m1nQuote $i
2022-05-14 b3nj4m1nChange [[ and ]] to [ and ]
2022-05-13 b3nj5m1nMerge pull request #9 from jakkso/patch-1
2022-05-13 Alexander PottsFix typo
2022-05-13 b3nj4m1nCheck for missing XDG vars
2022-05-13 b3nj4m1nMerge branch 'portability'
2022-05-13 Asperatusxdg-ninja: security and readability fixes
2022-05-13 Asperatusxdg-ninja: reformat script to standards
2022-05-13 Asperatusxdg-ninja: remove unused variables
2022-05-13 traxysMake sure to check ./programs when xdg-ninja is called...
2022-05-13 traxysDon't suppose the location of bash
2022-05-13 b3nj4m1nAdd disclaimer about glow
2022-05-13 b3nj4m1nActually exit when jq isn't installed
2022-05-13 b3nj4m1nCheck for presence of jq
2022-05-13 b3nj4m1nOutput more info
2022-05-13 b3nj4m1nAdd cli options & help to script
2022-05-12 b3nj4m1nUpdate README
2022-05-12 b3nj4m1nAdded first implementation