https://github.com/phantomdiorama/bastard
:cursing_face: internet distraction killer
https://github.com/phantomdiorama/bastard
ahk autohotkey distractionless productivity
Last synced: 6 months ago
JSON representation
:cursing_face: internet distraction killer
- Host: GitHub
- URL: https://github.com/phantomdiorama/bastard
- Owner: phantomdiorama
- License: mit
- Created: 2019-07-13T05:20:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T04:28:22.000Z (almost 2 years ago)
- Last Synced: 2023-10-28T05:25:04.470Z (almost 2 years ago)
- Topics: ahk, autohotkey, distractionless, productivity
- Language: AutoHotkey
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# bastard
:cursing_face: :cursing_face: :cursing_face: :cursing_face: :cursing_face:
## what
Bastard is a productivity helper / distraction killer written in AutoHotkey v2.
It takes a list of executables, checks if they exist (on a 30 second loop), and
then closes them.**Note:** if you have to use AutoHotkey v1 go
[here](https://github.com/phantomdiorama/bastard/releases)## how
Add a list of executables to `bastard.txt`, one per line eg:
```
notepad.exe
firefox.exe
distracting_thing.exe
```Then run `bastard.ahk`
## customisation
For a different tray icon add a file called `icon.ico` to Bastard folder.
## to do
~~Refactor for AutoHotkey v2~~