This Bash script is a simple launcher that uses jq for JSON processing and fzf for fuzzy finding.
It allows you to select and launch the scripts defined in the apps.json
file interactively.
Make sure you have the following dependencies installed before running the script:
- Clone the repository or download the script, and make it executable.
- Ensure the dependencies are installed.
- Run the script in a terminal:
chmod +x launcher.sh && bash launcher.sh
- Each app entry in the JSON file should have a name, path, and command.
- If any dependencies are missing, the script will prompt you to install them before execution.