hyperfocus/README.md

13 lines
491 B
Markdown
Raw Normal View History

2021-10-26 18:07:15 +02:00
# go-hyperfocus
2021-12-30 02:17:59 +01:00
> Work-In-Progress: Not tested on Windows; there are some file paths I need to fix before it can work.
2021-10-26 18:13:24 +02:00
Block distracting websites and hyperfocus on your tasks!
This is a Go implementation of the Python-written [concentration](https://github.com/timothycrosley/concentration) program. This program aims to allow the user somewhat more freedom in defining distractors than its predecessor.
2021-12-30 02:17:59 +01:00
## Installation
```bash
go install git.envs.net/hyperreal/go-hyperfocus@latest
```