A collection of shell scripts to augment the boat-cli.
Here are all the programs/scripts you need to have in your $PATH to be able to make full use of the boat fleet scripts.
Core dependencies:
- boat: β΅ The core activity tracking library
- fzf: πΈ A command-line fuzzy finder
- jq: β¨ A command-line JSON processor
- gum: π A tool for glamorous shell scripts
Hyprland-specific dependencies:
Styling dependencies:
- figlet: β¬οΈ used for big ASCII art text in the preview pane
- lolcat: π used for colorful output in the preview pane and notifications
Companion scripts:
- floating-neovide.sh: a custom script to launch a floating Neovide instance with a specific note file, used for activity notes
- fzf-rofi.sh: a custom wrapper around fzf to use it with rofi, used for all interactive selection in this script
- ntfy-toast.sh: a simple wrapper around
notify-send