hyperfocus/README.md

20 lines
459 B
Markdown
Raw Normal View History

2021-10-26 18:07:15 +02:00
# go-hyperfocus
2022-01-04 17:42:59 +01:00
> Work-In-Progress: Not tested on macOS, *BSD, or Solaris.
2021-10-26 18:13:24 +02:00
Block distracting websites and hyperfocus on your tasks!
2021-12-30 03:57:15 +01:00
This is a Go implementation of the Python-written [concentration](https://github.com/timothycrosley/concentration) program. This program aims to be cleaner and simpler than its predecessor.
2021-12-30 02:17:59 +01:00
## Installation
2022-01-04 17:42:59 +01:00
2021-12-30 02:17:59 +01:00
```bash
go install git.envs.net/hyperreal/go-hyperfocus@latest
```
2022-01-04 17:42:59 +01:00
## Usage
```bash
sudo go-hyperfocus --help
```