A bash script to search Awesome List from the command-line.
Usage:
awsm-cmd
-b Browser to open the URL
-r Search awesome list through rofi
-f Search awesome list through fzf
-u Update awesome list repository
-h help
- Search for a particular project from the awesome list using rofi and open the URL in the default browser
awsm-cmd -r
- You can specify a default browser in the script
awsm-cmd
AWESOME_JSON_REPO="Awesome.json"
BROWSER="{DEFAULT_BROWSER}"
- Or you can specify a custom browser while running the command
awsm-cmd -r -b firefox