Skip to content

Instantly share code, notes, and snippets.

View iambigyandahal's full-sized avatar
:octocat:

Bigyan Dahal iambigyandahal

:octocat:
View GitHub Profile
@iambigyandahal
iambigyandahal / pomodoro.sh
Created May 10, 2022 06:35
Pomodoro timer for linux
#!/bin/bash
set -eu
# sourceable pomodoro command
pomodoro() {
# print help
echo_help() {
# Display help
echo "Pomodoro timer for the terminal."