salomon-1.11.0
Download
You may download the .tar.gz
archive (beginning with salomon
) as it contains all project relevant files (including the source code) without any of the GitHub specific files that are not necessary in order to use the project.
Changelog
➕ New features:
- Added a command-line argument (and feature) to pause the output (by prompt) after a user-defined amount of lines.
- Added a version check for the Bash shell (some code requires at least version 4).
- Added some warnings (if non-existent color names, invalid color codes or color terms containing invalid characters were given).
♻️ Revisions:
- Revised most of the color related code inside the core modules (for parsing the config files and colorizing lines) for more efficient output.
- Revised the compatibility script (added specific exit codes).
- Revised the output header (added additional information).
- Revised the prompt on exit argument (can also be used with analyze mode now).
- Revised the usage information from the main Salomon script.