Winkie1000 / ISMONISM

Utility for scanning folders recursively, to find files for which there is no matching shortcut in (a subfolder of) any user-defined folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISMONISM

ISMONISM logo

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

Screenshot

ISMONISM screenshot

Settings

ISMONISM settings screenshot

Using the source code

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:
    • JSON_ToObj.ahk by Vxe from here.
    • JSON_Beautify.ahk by Joe DF from here.
    • AutoXYWH.ahk by tmplinshi & toralf from here.
    • Class_SQLiteDB.ahk by just me form here.
  • sqlite3.dll from here is needed alongside ISMONISM.ahk. Be sure to download the right bit-version.

License and credits

ISMONISM is licensed under the MIT License.

For more information, see the license.

This script/application uses the following components:

See also

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.

About

Utility for scanning folders recursively, to find files for which there is no matching shortcut in (a subfolder of) any user-defined folder.

License:MIT License


Languages

Language:AutoHotkey 100.0%