json.bash
welcome.sh
json.bash | welcome.sh | |
---|---|---|
3 | 1 | |
443 | 63 | |
-0.2% | - | |
6.4 | 5.6 | |
2 months ago | over 1 year ago | |
Shell | Shell | |
MIT License | GNU Affero General Public License v3.0 |
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.
json.bash
-
Show HN: Jb / json.bash – Command-line tool (and bash library) that creates JSON
If it helps, there's a little example of using the bash API with bash variables/arrays, should give you an idea of how it could be to use: https://github.com/h4l/json.bash/blob/main/examples/notify.s...
This example uses the pattern of setting an out=varname when calling a json function, the encoded JSON goes into $varname variable. This pattern avoids the overhead of forking processes (e.g. subshells) when generating JSON.
Otherwise you can use the more normal approach of jb writing to stdout, and capturing the output stream.
welcome.sh
-
welcome.sh is a simple and configurable terminal welcome message for Bash and Zsh that I've been working on.
Github: https://github.com/G2-Games/welcome.sh
What are some alternatives?
asciinema-rec_script - Record 💭 comments and ❯ commands from from shell scripts in addition to their output.
dotfiles - 🔧 .files - different setups separated in branches
discord.sh - Write-only command-line Discord webhooks integration written in 100% Bash script
zunder-zsh - ⚡ A minimalistic zsh configuration with sane defaults.
JSONPath.sh - JSONPath implementation in Bash for filtering, merging and modifying JSON
Autoenv - Directory-based environments.
smartcd - Expedite your navigation of Linux filesystem.
dotfiles - ❤️ dotfiles
jo - JSON output from a shell
seasonal-zshthemes - 🍁 Seasonal ZSH Themes - Impress your friends ~ Automatic terminal theming for each season
jc - CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.