Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/galassie/pomodoro-sharp
- Owner: galassie
- License: mit
- Created: 2024-04-30T21:30:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T20:04:54.000Z (4 months ago)
- Last Synced: 2024-10-20T01:47:30.285Z (3 months ago)
- Topics: cli, console-application, dotnet, fsharp, fsharp-console, pomodoro-technique, terminal
- Language: F#
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)!