showcase:start

This is an old revision of the document!


You asked for it, here it is. Please arrange chronologically, grouped by year, so that new scripts are near the top.

  • 2025-09-16 (v2) Dependency Graph by Cobracrystal - Visualize the dependencies of your file or project as a graph, tree, list or array. It also allows you to manage the merging of included scripts and libraries into a single file.
  • 2025-09-08 (v1) GuiNotify by V0RT3X - A customizable GUI notification system.
  • 2025-08-30 (v1) Centered image and text by V0RT3X - Creates a resizable, draggable, and always-on-top GUI window that centers an image and text on your screen.
  • 2025-07-14 (v2) Timer (GitHub) by Cebolla - A reusable timer object with history functionality. The object inherits from Array.
  • 2025-06-14 (v2) MenuIcon by SKAN - Cheap/Hackish HICONs for Menu.SetIcon() which allows to use Segoe MDL2 Assets font for menu icons.
  • 2025-05-27 (v2) StringifyAll (GitHub) by Cebolla - A customizable solution for serializing object properties, including inherited properties, and/or items into a valid JSON string.
  • 2025-05-10 (v2) Toggle Taskbar Grouping by mesutakcan - Toggles the taskbar grouping setting in Windows. It changes the setting between "Never combine" and "Always combine".
  • 2025-05-04 (v2) Inheritance (GitHub) by Cebolla - Functions to work with AHK's object inheritance model. Contains ideas and details how to start working with OOP patterns in AHK.
  • 2025-02-16 (v2) QuickFind (GitHub) by Cebolla - This function performs a binary search on a sorted array, returning the index of the target value if found.
  • 2025-02-06 (v2) CSV parser by Cebolla - An all-purpose, easy-to-use CSV parser.
  • 2025-01-19 (v2) Segoe MDL2 Assets Icon Picker (GitHub) by mesutakcan - Lightweight utility that allows you to browse, search, and copy icons from the Segoe MDL2 Assets font, which is widely used in Windows applications for modern UI symbols.
  • 2025-01-19 (v2) Distributions (GitHub) by Cebolla - Functions for generating sets of random numbers that adhere to the distribution type: clustered, even, exponential, gaussian and weighted.
  • 2025-01-19 (v2) Another Array library (GitHub) by Cebolla - Contains common array methods. The implementations are optimized to require the least number of calculations to produce the intended result.
  • 2025-01-07 (v2) Yet Another AltDrag (library version) by Cobracrystal - Contains functions manipulating windows with your mouse: move, resize, snap to the corner/screen edge, make at the top and more.
  • 2024-12-04 (v2) DLLManager by Komrad Toast - Small library which smoothes over much of the boilerplate involved with DLL-heavy scripts.
  • 2024-10-14 (v2) adash.ahk (GitHub) by Chunjee - Comprehensive collection of data manipulation methods to slice and dice arrays, string, and tables.
  • 2024-10-13 (v2) Aris (GitHub) by Descolada - Excellent AHK package manager that greatly simplifies finding, installing, and upgrading any library you might need.
  • 2024-10-03 (v2) Monitor (GitHub) by Cebolla - Classes with methods for obtaining information about monitor size, dimensions, position, and DPI.
  • 2024-09-30 (v2) Window Spy extended by autocart - Improved spy with enlarged GUI with additional documentation for options. It has the ability to "lock" information about the current window.
  • 2024-09-07 (v1) Drag and drop by V0RT3X - Simply drop any file(s) onto the GUI and get the file path(s) displayed and copied to the clipboard for pasting.
  • 2024-08-13 (v2) Color (GitHub) by Komrad Toast - Feature-rich image manipulation library capable of complex chains of color filters.
  • 2024-08-07 (v2) YACS - Yet Another Color Selector (GitHub) by Komrad Toast - Handy color picking tool with a live-updating zoomed view.
  • 2024-08-04 (v2) class_MediaInfo by Qriist - Convenient MediaInfo library designed for quickly examining any type of file.
  • 2025-30-07 (v2) AS Image Viewer by mesutakcan - Minimalist image viewer application that uses GDI+ for rendering. It supports multiple image formats and allows easy navigation and management through a simple GUI interface.
  • 2024-03-11 (v2) LibQurl (GitHub) by Qriist - Feature-rich binding of curl/libcurl, bringing to AutoHotKey the scriptable power of perhaps the most widely used data transfer engine on the planet.
  • 2025-02-29 (v2) Easy Window Dragging (KDE style) by Cebolla - Manipulate windows with your mouse and keyboard: move and resize.
  • 2024-01-29 (v2) AHK_RegExTester by contratemps - Allows you to evaluate and test regex needles on the fly. Updates as you type and enter your regex.
  • 2023-12-20 (v2) DupliDropDetective by DepthTrawler - Swiftly identify duplicate files within your folders. This tool has a user-friendly drag-and-drop feature and supports command line arguments for enhanced flexibility and automation.
  • 2023-11-28 (v2) cJson by Geek (GeekDude) - The first and only AutoHotkey JSON library to use embedded compiled C for high performance.
  • 2023-10-27 (v2) Lua.ahk by Delta Pythagorean - Provides bindings for Lua's DLL, allowing you to use Lua in your AHK scripts.
  • 2023-03-31 (v2) Snipper by FanaticGuru - This is a snipping tool to convert an area of the screen into a picture.
  • 2023-03-05 (v2) Hotstring Hints by 5Ey7Q - Shows an editor-style AutoComplete dropdown menu when typing your hotstrings anywhere.
  • 2023-01-01 (v2) DarkMode WindowSpy by nperovic - Window Spy in Darkmode Styling.
  • 2017-01-17 (v1) Rubbish by TheDewd - Rubbish is an application that creates a tray icon to represent the Windows recycle bin.