Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binkley/shell
Helpful shell scripts and programs
https://github.com/binkley/shell
git shell testing
Last synced: about 2 months ago
JSON representation
Helpful shell scripts and programs
- Host: GitHub
- URL: https://github.com/binkley/shell
- Owner: binkley
- License: other
- Created: 2016-03-29T19:48:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T15:03:02.000Z (5 months ago)
- Last Synced: 2024-11-29T17:04:46.556Z (2 months ago)
- Topics: git, shell, testing
- Language: Shell
- Size: 434 KB
- Stars: 12
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# binkley's Shell Scripts and Programs
## Contents
Helpful shell scripts and programs.
* [color](color/README.md) - Working with 8- and 24-bit color in the terminal
* [coverage](coverage) - Check JVM Maven project coverage with JaCoCo and
Pitest
* [fibs](fibs) - Matrix math with Fibonacci Q-matrix
* [gee](gee/README.md) - Git and tee mashup
* [git](git/README.md) - Git help and extensions
* [jurlq](jurlq) - Mash-up of curl and jq ("xpath" for JSON) (Deprecated: use
HTTPie)
* [ksh](ksh) - KSH-specific scripting
* [maven-bash-testing](maven-bash-testing/README.md) - Maven driving Bash
* [maven-tools](maven-tools) - Helper scripts for maven repos
* [mdv](mdv) - Markdown viewer
* [open](open) - Launch UI programs from the command line
* [plain-bash-testing](plain-bash-testing/README.md) - Bash test framework
* [rls](rls) - Handle GPG from command line for other programs
* [run-jvm-main](run-jvm-main) - Run executable jar including auto-rebuild
* [svn-recommit](svn-recommit/README.md) - Reedit an SVN commit message
* [starter](starter/README.md) - Starter script for writing commands in BASH
* [unicode](unicode/README.md) - Work with UNICODE data
* [workaround-for-jenv-on-cygwin](workaround-for-jenv-on-cygwin) - Until jenv.be supports Cygwin## Building
```
$ make
```On success exits 0 and prints no output. On failures, should be noisy and
in color (when run on a suitable terminal). However, parse errors by BASH will not be in color: it is too early to have enabled color support.## Tools in this directory
* `fibs` - Shows off the Fibonacci Q matrix with Bash integer math
* `mdv` - Markdown viewer## TODO
* Top-level make does not know about working offline
## Resources
* [_Advanced Bash-Scripting Guild_](http://www.tldp.org/LDP/abs/html/)