Helpful functions and scripts to aid in scripting and development
Find a file
Andrew Rogers 3c216356b6 [NEW] make-lsp: Generate clangd command JSON for make targets
Currently my silly-cc project kind of sucks, but I need a way to
generate my compile commands for LSP on Makefile-based and
Autotools-based projects.  This shell script should work most of the
time provided your Makefiles aren't silencing the emission of compile
commands with a prepending dash ("-") on targets that we care about.
2023-10-09 02:33:21 -05:00
scripts [NEW] make-lsp: Generate clangd command JSON for make targets 2023-10-09 02:33:21 -05:00
.gitignore Added ignore file 2023-05-22 14:07:35 -05:00
errhandl.bash Added unhappy_ending to happy wrappy 2023-05-04 14:38:30 -05:00
errno.bash Added errno.bash :) 2023-05-15 14:33:38 -05:00
LICENSE added LICENSE and README 2023-02-22 13:06:18 -06:00
logging.bash logging: $usage helper and more cat-like helpers 2023-10-09 02:32:58 -05:00
README.md added LICENSE and README 2023-02-22 13:06:18 -06:00

Bash Helpers

Arcane incantations that we're tired of remembering how to do in Bash will end up here. Include me as a submodule in whenever you're writing shell scripts.

Patches welcome!