https://github.com/pedroxer/pomo-cli
This is pomodoro technique implemented in cli
https://github.com/pedroxer/pomo-cli
cli golang urfave-cli
Last synced: 9 months ago
JSON representation
This is pomodoro technique implemented in cli
- Host: GitHub
- URL: https://github.com/pedroxer/pomo-cli
- Owner: Pedroxer
- Created: 2023-07-19T11:01:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T08:15:26.000Z (almost 3 years ago)
- Last Synced: 2023-09-05T03:09:30.750Z (over 2 years ago)
- Topics: cli, golang, urfave-cli
- Language: Go
- Homepage:
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomo-cli
This is pomodoro technique implemented in cli. In this project i use urfave/cli
## Install
```
go install github.com/Pedroxer/pomo-cli
```
## Usage
```
pomo-cli --name /name of the task/ -dur /only in this format: 25m or 1h25m or 10s etc.../
```