Specialized programs to automate boring stuff.
This program will click where your cursor is after your inputted delay or 1 second by default.
Before runnning, install the required library in the terminal: pip3 install pynput
python3 click_later.py
- Place mouse over the desired spot to click later within START_DELAY (in code) seconds
- The mouse will click after SLEEP_DUR (in code) seconds
A tool to export all notes from MacOS Notes as TXT files.
python3 notes_exporter.py
- Click on Notes app within START_DELAY (in code) seconds
To access VLC from the Terminal on MacOS, add this to ~/.bashrc and source ~/.bashrc
alias vlc='/Applications/VLC.app/Contents/MacOS/VLC'
export PATH=$PATH:/Applications/VLC.app/Contents/MacOS/
To pick from the dir containing the .go file
go run movie_picker.go
OR
To pick from path_to_movies_directory
go run movie_picker.go path_to_movies_directory