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-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-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) 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.
  • 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.