Commit graph

11 commits

Author SHA1 Message Date
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
ccf335b69a Added ignore file 2023-05-22 14:07:35 -05:00
7c13324acc Added Pandoc-powered Markdown previewer! 2023-05-22 14:06:32 -05:00
bce092c777 Added errno.bash :) 2023-05-15 14:33:38 -05:00
64066d0172 Added unhappy_ending to happy wrappy
Now happy prints the command line that failed before exiting!
2023-05-04 14:38:30 -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
1cde3473b5 Add happy wrappy! 2023-02-22 21:41:54 -06:00
959eae6761 Added C/C++ include dir getter. See its USAGE for more. 2023-02-22 13:13:38 -06:00
c58db2335a added logging helpers 2023-02-22 13:06:39 -06:00
a7b1d8d712 added LICENSE and README 2023-02-22 13:06:18 -06:00