ISMONISM (In Start Menu Or Not In Start Menu) is an utility for scanning folders recursively, to find files for which there is no matching shortcut in (a subfolder of) any user-defined folder.
This utility was originally created with the Windows Start Menu in mind. By default it searches for executables (*.exe) in the Program Files
folders. However, both the extension(s) to search for and the search folder(s) are user configurable.
It has the ability to create shortcuts of found items in a user configurable 'personal shortcut folder' (By default a subfolder of the Start Menu).
The script is created with AutoHotkey 1.1.32.00 - 1.1.33.02 Unicode.
In order to launch ISMONISM.ahk
from the root of this repository the following is needed:
- These scripts are needed in a Library:
sqlite3.dll
from here is needed alongsideISMONISM.ahk
. Be sure to download the right bit-version.
ISMONISM is licensed under the MIT License.
For more information, see the license.
This script/application uses the following components:
JSON_ToObj.ahk
by Vxe: AutoHotkey Object conversion from JSON-like text. Copyright © 2011-2012 [VxE]. All rights reserved. For information about the license see the top of the source.JSON_Beautify.ahk
by Joe DF, licenced under the MIT License. For more information see the top of the source.- The icon/logo is copyrighted: (C) Iconic Hub, licensed free for commercial use. See the Iconfinder.com file page.
HasVal()
by jNizM & Lexicos, unlicensed open source code from here. For more information see the corresponding AutoHotkey.com forum post.AutoXYWH()
by tmplinshi & toralf, unlicensed open source code from from here.BetterBox()
by wolf_II, unlicensed open source code from here.Class_SQLiteDB
by just me, open source code released in the public domain. For more information see the top of the source.sqlite3.dll
by the SQLite Developers, open source software released in the public domain.
This project was created as part of NANY 2020 (New Apps for the New Year), hosted by DonationCoder.com. For more information see the corresponding DonationCoder.com forum topic.