Skip to content

Simple command-line Pomodoro timer written in Rust πŸ…πŸ¦€

Notifications You must be signed in to change notification settings

Qbicz/pomodorino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pomodorino - Rust command-line pomodoro timer

Actions Status

πŸ…πŸ¦€

Pomodoro Technique

VS Code setup for efficient Rust workflow

This will autoformat your code on save, and also provide cargo clippy insights directly in the editor.

Open Preferences (Ctrl + Shit + P) and add:

    "[rust]": {
        "editor.defaultFormatter": "rust-lang.rust-analyzer",
        "editor.formatOnSave": true,
    },
    "rust-analyzer.checkOnSave.command": "clippy",

About

Simple command-line Pomodoro timer written in Rust πŸ…πŸ¦€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages