Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/galassie/pomodoro-sharp

🍅 Pomodoro timer in your terminal
https://github.com/galassie/pomodoro-sharp

cli console-application dotnet fsharp fsharp-console pomodoro-technique terminal

Last synced: about 2 months ago
JSON representation

🍅 Pomodoro timer in your terminal

Awesome Lists containing this project

README

        

# PomodoroSharp

Pomodoro timer in your terminal, inspired by [pom](https://github.com/maaslalani/pom?tab=readme-ov-file).

Build using just [FsSpectre](https://github.com/galassie/fs-spectre).

## Install

```shell
dotnet tool install --global PomodoroSharp --version 0.1.0
```

## Update

```shell
dotnet tool update -g PomodoroSharp
```

## Usage

![Pick focus time](https://raw.githubusercontent.com/galassie/pomodoro-sharp/main/assets/01-pick-focus-time.png)
![Pick break time](https://raw.githubusercontent.com/galassie/pomodoro-sharp/main/assets/02-pick-break-time.png)
![Focus time](https://raw.githubusercontent.com/galassie/pomodoro-sharp/main/assets/03-focus-time.png)
![Break time](https://raw.githubusercontent.com/galassie/pomodoro-sharp/main/assets/04-break-time.png)

## Contributing

Code contributions are more than welcome! 😻

Please commit any pull requests against the `main` branch.
If you find any issue, please [report it](https://github.com/galassie/my-calendar/issues)!