This commit is contained in:
2025-09-18 11:35:56 +02:00
commit 2203d6075f
45 changed files with 935 additions and 0 deletions

10
shell/pomodoro_wrapper.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Starting pomodoro timer
~/bin/tomatoshell $1
# When started without argument, then clear the console (make it visible again)
if [ "$#" -eq 0 ]; then
tput reset
fi