2020 Personal AutoHotkey Script Automation List
Everyday Digital Automation using AutoHotkey Scripts
More than 26 interesting AutoHotkey scripts for automating repetitive digital tasks.
| Lines | Script Name | Usage | Started_on |
|---|---|---|---|
| 857 | Ultimate Script | Modified keyboard shortcuts for frequently used applications mainly for better ergonomics, macros, window layouts, extended functionality, ... everything for managing other applications | 2018-01-30 |
| 682 | ProcExp | "Application" for bulk export of Procreate timelapse videos | 2019-12-17 |
| 305, 344, 535, 568 |
Tickets v1 v2 v3 v3.3 |
Automation of daily purchase of travel tickets to school and back, created due to the incredibly bad UX of the portal for personal use only. Works on a very simple principle of automating mouse cursor movement and checking if pixel colors in the browser are correct. New versions = refactoring, v3 because of shopping page design change (which didn't fix UX, only made it worse) |
2018-04-30 2019-04-28 2019-11-08 2019-11-29 |
| 271* | WindowSpyEnhanced | Modified WindowSpy GUI that is part of AutoHotkey with keyboard shortcuts. * = Only added modifications, not written from scratch. |
2019-10-18 |
| 220 | TvP | Adding missing functionality for 2D animation software: Keyboard shortcuts, macros, AutoSave + GUI config for it | 2018-08-24 |
| 220 | CSP Batch Render | Automation of rendering multiple animations at once (more or less wanna-be render queue) for Clip Studio Paint | 2019-09-09 |
| 212 | WiFi | Hotspot GUI for WiFi on Windows 8.1 (which doesn't have its own GUI for WiFi hotspot setup): Start, Stop, Reset. | 2019-09-23 |
| 200 | Vegas | Macro GUI deck for frequent tasks in Sony Vegas. | 2018-09-01 |
| 172 | Latex Ref Bibliography Copy Master | Breaks down copied bibliographic data into a GUI deck for quick copying of individual parts. | 2019-10-05 |
| 166 | PNG2CSP | Automates the process of processing multiple PNG images into one animated Clip Studio file. | 2020-01-25 |
| 132 | ContextMenu Everything SymlinkResolve | I often use Search Everything for searching files, recently I added a link to it directly in the context menu, but it didn't work properly with symlinks. This script finds the SymLink source and opens Search Everything in the original folder. | 2020-05-02 |
| 125 | Generate Markdown Lang Table | Parser for .md files with specific name/folder layout into a large HTML table with links sorted by languages. | 2020-04-18 |
| 125 | URLtoTXT/M3U | Parser of iTunes URL files into M3U playlist for playback in other players. | 2019-07-23 |
| 123 | xSplit Video Editor Keybinds | Keyboard shortcuts for xSplit Video Editor, which can cut videos without the need for re-rendering, but as a tool is very primitive and has no keyboard shortcuts. | 2019-09-04 |
| 119 | AutoMove+Start | Distributes applications after system startup to the correct position on the correct monitor, launches DisplayFusion only if conditions like "2nd monitor is connected" etc. are met. | 2019-07-18 |
| 114 | Mozilla Updates Toggle v2 | Button for disabling/enabling Firefox and Thunderbird application updates at the system administrator level. | 2020-02-11 |
| 114 | Automated Jailbreak | Automated process for self-signing and installing jailbreak IPA installers via Cydia Impactor, outdated. | 2018-08-22 |
| 107 | Thunderbird Autoevent | Fills out Thunderbird Calendar New event GUI based on data copied to clipboard, good for quickly transferring info about events from email to calendar. | 2020-05-31 |
| 102 | iOS Add Photos over SFTP | Brute-force way of quickly adding photos to the Photos application on iOS using SFTP thanks to forced reindexing of the photo database. (requires jailbreak) | 2020-04-05 |
| 101 | RGB to HEX | GUI for converting RGB color notation to HEX, e.g. 255,255,255 -> #ffffff. Also displays the color in the background as a preview with live-refresh. | 2019-08-28 |
| 95 | FB Downloaded Content Date Fix | Fixes modification dates on photo files in the archive of the entire personal profile that can be downloaded from Facebook. Gets dates by parsing HTML files of posts with associated photos, which are located next to them. | 2019-06-16 |
| 95 | Thunderbird Popup Event Description | Keyboard shortcut that quickly displays a small popup of the calendar event description with clickable links (if there are any). | 2020-01-22 |
| 94 | Update System Time | Forces an update of system time, or resynchronization. | 2019-07-20 |
| 93 | CCleaner Automated | Automates the entire process of cleaning application files and registries from opening the application through clicking through dialogs to its closure. | 2019-09-01 |
| ~86 | Service Launchers* | Launches system services (which would otherwise run continuously) before starting the application that uses them and turns them off after its closure. * = multiple files, i.e. a separate launcher for each application | 2019-08-30 |
| 81 | GIF2PNG | Processes GIF into PNG image sequence, which is then, among other possible uses, ready for import via PNG2CSP. | 2020-01-24 |
Plus more than 40 other scripts for quick GUIs, conversions, launchers, macros, shortcuts, automation, parsing, etc., which are not as interesting (including a script that parsed all AHK files, determined line counts and sorted them for this table).