├── .github └── CODEOWNERS ├── LICENSE ├── README.md ├── demo.png └── gh-timer /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @anmalkov 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anmalkov/gh-timer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anmalkov/gh-timer/HEAD/README.md -------------------------------------------------------------------------------- /demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anmalkov/gh-timer/HEAD/demo.png -------------------------------------------------------------------------------- /gh-timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anmalkov/gh-timer/HEAD/gh-timer --------------------------------------------------------------------------------