Persist
Track Days automatically for X days of Y challenges
Make sure to install dependencies install
gum"https://github.com/charmbracelet/gum?tab=readme-ov-file#installation"
git clone https://github.com/Singularity0x00/Journey.git
cd Journey
chmod +x journey
#INSTALL FOR USER
cp journey ~/.local/bin/
# INSTALL GLOBALLY
sudo cp journey /usr/bin/journey <days> <Challenge>
#OR
journeyThis will create a config file at $HOME/.config/countdown/
journey -oAdd
journey -oto shell config like.bashrcorconfig.fishto show tracker whenever terminal opens.
This script takes colors from pywal .cache/wal directory if it exists.
Otherwise feel free to change colors to your liking in print_default() function
print_default() {
X=$(gum style \
....\
--foreground "#f38ba8" \
--border-foreground "#7287fd" \
...\
)
Y=$(gum style \
.....\
--foreground "#7287fd" \
--border-foreground "#f38ba8" \
....\
Deleting .config/countdown/countdown.conf will fix most issues and can be written to manually.
