J-MR-T / AntiProcrastinationThingy

A tool to help focus and remind you of apps that you don't want to open when trying to work on something

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived

I am not currently working on advancing APT any further and do not have plans to do so. At the time of first writing APT I didn't know any low-level languages, was a Windows user and had just discorvered the Java 9 Process API, so I decided to implement my idea in Java and later to transition to Kotlin. If I would code APT today from scratch, I would use a language more geared towards systems programming, but now that I'm on linux, I have resorted to simply doing this:

nohup $(while true; do killall discord; sleep 1; done)

and then closing the terminal, whenever I'm in need of something to stop me from distracting myself.

AntiProcrastinationThingy

Just a personal tool to help me stay focused and not open apps I don't want to open when concentrating or working on a thing

Commandline Arguments:

  • -volume=...
  • -w/-width=...
  • -h/-height=...
  • -theme=awesome/dark/light

Credit:

About

A tool to help focus and remind you of apps that you don't want to open when trying to work on something

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Kotlin 100.0%