bash_opts
argbash
bash_opts | argbash | |
---|---|---|
1 | 13 | |
2 | 1,390 | |
- | - | |
0.0 | 0.0 | |
about 5 years ago | about 2 months ago | |
Shell | M4 | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bash_opts
argbash
-
Is there a recommended alternative to getopts?
Yeah, now that I look at it a bit closer, it is quirky. Not unmanageable, but I think I prefer something like Argparse which generates the parsing code for you using a simpler language.
- Bashkit V1
- BashLib a helpful source file for any script
- Argbash: Bash argument parsing code generator
- GitHub - matejak/argbash: Bash argument parsing code generator
-
Hacker News top posts: Mar 22, 2022
Argbash: Bash argument parsing code generator\ (0 comments)
What are some alternatives?
bash-argsparse - An high level argument parsing library for bash
cmdarg - A bash library to make argument parsing far less troublesome
docopts - Shell interpreter for docopt, the command-line interface description language.
shflags - shFlags is a port of the Google gflags library for Unix shell.
getoptions - An elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)
argparse-bash - Use python's argparse module in shell scripts
modernish - Modernish is a library for writing robust, portable, readable, and powerful programs for POSIX-based shells and utilities.
ShellCheck - ShellCheck, a static analysis tool for shell scripts
oils - Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
basher - A package manager for shell scripts.