Commit graph

16 commits

Author SHA1 Message Date
d74f23134f [NEW] psp-enc: Convert batches of videos to native PSP AVC 2023-12-29 17:59:20 -06:00
358d98902b make-lsp: Support SDCC 2023-11-15 04:47:10 -06:00
c56fc66966 make-lsp: Fix quoting on -C and -f, JSON dir fix 2023-10-09 03:02:49 -05:00
abd0a7dd01 make-lsp: Support Makefiles using cc/cxx/c++ 2023-10-09 02:46:36 -05:00
2c0774e4a7 make-lsp: Check for jq command on startup 2023-10-09 02:41:34 -05:00
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
2986e61021 dl: Set file mode to exec-able 2023-10-09 01:40:00 -05:00
5f14bd2d2f [NEW] dl: Add aria2c-based torrent downloading script 2023-06-29 12:46:54 -05:00
86502a872b include_info: Support alternate GCC and Clang versions from MacPorts 2023-06-26 12:35:01 -05:00
f110aba78a include_info: Work with silly-cc and absolute CC/CXX paths 2023-06-26 00:36:59 -05:00
1f24e094ca pacpruner: Remove extra PERL HERE doc 2023-06-24 04:07:07 -05:00
d6a5fe58e5 [NEW] pacpruner: Added pacman pruner script and usage calculator 2023-06-24 03:57:50 -05:00
b4e2541e50 logging.bash: Add dedcat and excat helpers 2023-06-21 23:51:03 -05:00
7c13324acc Added Pandoc-powered Markdown previewer! 2023-05-22 14:06:32 -05:00
db1918af4e Added Git history comparator (#walker)
Hashwalker is a new tool that allows you to compare two branches or
refspecs with completely different histories to find the commit where
they differ the least.

To use it you will need to add your disparate repositories as remotes on
a single repository on your local machine.  You'll need to have two
checked out branches to compare, as well.  One branch is your target
you'd like to rebase and the other is an upstream you'd like to rebase
upon.

Running the tool will give you a minimal diff that you can rebase your
problem branch upon, so you can begin bringing it up-to-date with
upstream.

See the "Usage" in scripts/hashwalker for more information.
2023-02-22 23:41:42 -06:00
959eae6761 Added C/C++ include dir getter. See its USAGE for more. 2023-02-22 13:13:38 -06:00