https://github.com/pedrojreis/scrumchrono
A CLI based daily timer ⏳
https://github.com/pedrojreis/scrumchrono
cli golang scrum-agile timer
Last synced: about 1 year ago
JSON representation
A CLI based daily timer ⏳
- Host: GitHub
- URL: https://github.com/pedrojreis/scrumchrono
- Owner: pedrojreis
- License: apache-2.0
- Created: 2024-02-13T15:43:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T14:29:06.000Z (over 2 years ago)
- Last Synced: 2024-04-08T17:59:04.043Z (over 2 years ago)
- Topics: cli, golang, scrum-agile, timer
- Language: Go
- Homepage:
- Size: 991 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# ScrumChrono
• About •
Installation •
Usages •
Features •
Built With •
---
[](https://goreportcard.com/report/github.com/pedrojreis/ScrumChrono) 
---
## About
ScrumChrono is a terminal UI to aid Scrum meetings. The goal of this project is to make easy to track time and provide some extra information.
Feel free to open an issue with any bug you encounter of any suggestion.
## Installation
Via [Homebrew](https://brew.sh)
```
brew install pedrojreis/tap/scrumchrono
```
Via [Winget](https//github.com/microsoft/winget-cli)
```
winget install ScrumChrono
```
## Usage
```shell
# Current version
ScrumChrono version
# Starts a wizard to init the configuration
ScrumChrono config wizard
# View Config - it will include path and content
ScrumChrono config view
# Allows the user to delete a team in his configuration
ScrumChrono config delete
# Run for firstteamname
ScrumChrono -t firstteamname
```
Please refer to the [wiki](https://github.com/pedrojreis/ScrumChrono/wiki) for more information and how-to's
## Features
* Config your teams by members, time and font.
* Countdown will change color when 33%, 66% and 100% of time has elapsed.
* Pause
* Atlassian Integration
* Soon: Statistics
## Built With
* [Go 1.21.7](https://go.dev/dl/) - Framework
* [Cobra](https://github.com/spf13/cobra) - lib to create cli app
* [Viper](https://github.com/spf13/viper) - configuration solution
* [Termui](https://github.com/gizak/termui) - terminal dashboard and widget library
* [Go-Figure](https://github.com/common-nighthawk/go-figure) - beautiful ASCII
* [Go-jira](https://github.com/andygrunwald/go-jira) - client library for Atlassian Jira
* ❤️