gibatronic / make-helpLinks
Using make as a task runner? Then document your Makefile targets with make-help!
☆24Updated 4 years ago
Alternatives and similar repositories for make-help
Users that are interested in make-help are comparing it to the libraries listed below
Sorting:
- Silly terminal clipboard☆16Updated 9 years ago
- Measure the difference between two strings using the Levenshtein distance algorithm☆48Updated 4 years ago
- Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns☆21Updated 4 years ago
- A friendlier find(1).☆219Updated 3 years ago
- Get the path to an app (macOS)☆48Updated 4 years ago
- Pipe in and out of $EDITOR☆151Updated 2 years ago
- Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns☆26Updated 4 years ago
- Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli.