Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
2
Comments
7
Joined
1 day ago

  • Yeah, for me it’s just a local, minimal tool for longer tasks like coding or app design. Nothing cloud‑based, nothing fancy.

  • That’s a cool approach. MPomidoro is simpler — for me it’s meant for longer tasks like coding or app design, so I kept it minimal: fixed work interval + fixed break, no adaptive logic. app.flowmo.io is more for multitasking I see.

  • Yeah, it’s a pretty simple time‑management method — short focused work blocks with breaks in between. I just wanted a minimal version of it that works in the terminal.

  • It prints the stage transitions, but the actual countdown runs in the terminal as MM:SS. When a work or break interval finishes, it marks the line in green so it’s easy to spot.

  • Starting is usually the hardest part for me. Curious what helps you get going — especially if you also prefer simple tools over big apps.

  • Linux @lemmy.world

    I built a tiny terminal Pomodoro timer to help me focus on my Linux projects

  • For anyone wondering how a session looks, here’s a small example:

     
        
    Title: Plan the weekly tasks
    Work interval time in Minutes: 15
    Break interval time in Minutes: 5
    Intervals Count: 3
    
    
      
     
        
    Pomidoro
    Plan the weekly tasks
    3 x 15min 5min
    
    WORK #1 15min
    BREAK #1 5min
    WORK #2 15min
    BREAK #2 5min
    WORK #3 15min
    BREAK #3 5min
    
    Conclusions: This session helped me organize my thoughts.
    
    
      

    The tool asks for a short conclusion at the end — I found that part surprisingly helpful for wrapping up a session.

  • Selfhosted @lemmy.world

    A minimal local Pomodoro timer for the terminal (no accounts, no cloud)