Have a readme again to fix #1
This commit is contained in:
13
README.md
Normal file
13
README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# AntiDrift
|
||||
|
||||
Just my personal productivity tool. It asks me about my intention for the next
|
||||
work session. Until I have provided an intention, duration, and start a
|
||||
session, it forcefully minimizes all windows. It then records all active
|
||||
windows during the session. At the end, it allows me to rate how relevant each
|
||||
window was and calculates a session score from that.
|
||||
|
||||
To use AntiDrift, run `cargo run --release` directly, or `cargo build --release`
|
||||
and copy the binary into your `PATH`.
|
||||
|
||||
Uses `xdotool` to get window titles and minimize windows. Currently Linux with
|
||||
X11 is the only supported platform.
|
||||
Reference in New Issue
Block a user