mirror of
https://codeberg.org/hyperreal/hyperfocus
synced 2024-11-02 01:03:11 +01:00
13 lines
491 B
Markdown
13 lines
491 B
Markdown
# go-hyperfocus
|
|
|
|
> Work-In-Progress: Not tested on Windows; there are some file paths I need to fix before it can work.
|
|
|
|
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.
|
|
|
|
## Installation
|
|
```bash
|
|
go install git.envs.net/hyperreal/go-hyperfocus@latest
|
|
```
|