A simple menu for Spring with FZF
Code based on: Spring Starter Terminal by themkat
- Clone repo
git clone https://github.com/renatonunes74/spring_initializr_cli
- Execute script
cd spring_initializr_cli
chmod +x spring_cli.sh
./spring_cli.sh
- SHELL (BASH / ZSH...)
- For working program
- Standart packages (curl, sed...)
- For requests and output handling
- FZF
- Fuzzy finder
- Jq
- JSON processor
- Are possible set new default variables in menu
- Edit the script
vim ./spring_cli.sh
- Set variable
- Example
#NAME=$(echo $METADATA | jq -r '.name.default') NAME=$(echo "newName")
- Example
- Edit the script