Skip to content

Instantly share code, notes, and snippets.

View NCMBianchi's full-sized avatar
🧬
Enthusiastic bioinformatics tinkerer!

Niccolò Bianchi NCMBianchi

🧬
Enthusiastic bioinformatics tinkerer!
View GitHub Profile
@NCMBianchi
NCMBianchi / pom_linux.fish
Last active May 20, 2026 11:07 — forked from bashbunni/pom.fish
Pomodoro CLI for Fish Shell
## LINUX VERSION
function pom
# Parse arguments for timer choice
set -l use_termdown false
for arg in $argv
switch $arg
case --termdown -t
set use_termdown true
end