{"id":13804805,"url":"https://github.com/hi5/pAHKlight","last_synced_at":"2025-05-13T18:32:52.571Z","repository":{"id":12889988,"uuid":"15566719","full_name":"hi5/pAHKlight","owner":"hi5","description":"Your Lightweight Guide to AutoHotkey libraries, classes, functions and tools","archived":true,"fork":false,"pushed_at":"2015-10-20T21:24:22.000Z","size":359,"stargazers_count":40,"open_issues_count":1,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-18T21:46:42.675Z","etag":null,"topics":["autohotkey"],"latest_commit_sha":null,"homepage":"http://ahkscript.org/boards/viewtopic.php?f=6\u0026t=1241","language":"AutoHotkey","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hi5.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-01T16:34:46.000Z","updated_at":"2024-10-14T10:09:43.000Z","dependencies_parsed_at":"2022-09-17T05:52:27.201Z","dependency_job_id":null,"html_url":"https://github.com/hi5/pAHKlight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hi5%2FpAHKlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hi5%2FpAHKlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hi5%2FpAHKlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hi5%2FpAHKlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hi5","download_url":"https://codeload.github.com/hi5/pAHKlight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003453,"owners_count":21997889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autohotkey"],"created_at":"2024-08-04T01:00:54.125Z","updated_at":"2025-05-13T18:32:52.262Z","avatar_url":"https://github.com/hi5.png","language":"AutoHotkey","readme":"﻿# pAHKlight - v0.1.1\n\npAHKlight - Your Lightweight Guide to [AutoHotkey](http://ahkscript.org/) libraries, classes, functions and tools.\n\nQuestions or suggestions? Post it here \u003chttp://ahkscript.org/boards/viewtopic.php?f=6\u0026t=1241\u003e or \nfile [an issue](https://github.com/hi5/pAHKlight/issues) here on GitHub. To contribute, read\nthe info about the format below, and either post new entries for the database on the forum or\n[create a pull request](https://help.github.com/articles/creating-a-pull-request).\n\nDiscussion about an entirely new system here \u003chttps://trello.com/b/XVP4M76d/package-stdlib-distribution-and-management\u003e (not related to pAHKlight)\n\n## Introduction\n\n**A package or module: a software component for accomplishing a particular thing.** (wikipedia)\n\nMany programming languages have so called package managers to easily manage the installation of\nlibraries. AutoHotkey lacks such a standard solution (December '13). See the [discussions](#other-resources) \nbelow for some background info.\n\npAHKlight is a *possible* intermediate solution until a more competent system is setup, it is\nnot meant as a real package manager, but its purpose is to help find libraries, classes, functions\nand tools quickly, especially for those unfamiliar with AutoHotkey.\n\nThe pAHKlight script is fairly short and the format for the \"package database\" is kept very simple so even\na novice user should be able to maintain (both the script and) the database. This will hopefully ensure\nthat is kept up to date by posting new additions for the database on the forum or pull requests on Github.\n\nOnce you have found a \"package\" of interest visit the source or discussion page for more detailed\ninformation and (usually) instructions how install and apply the \"package\". \n\nAs a reminder (for yourself) you can tick the checkbox in front of a package if you use it. It will\nremember that for the next time you start pAHKlight so you can quickly see which package(s) you are\nalready using.\n\n![pAHKlight user interface](https://raw.github.com/hi5/_resources/master/pahklight.png)\n\nThings pAHKlight **can and should not** do:\n\n* download, install or update libraries, classes, functions and tools\n* check which (versions of) libraries, classes, functions and tools are currently installed\n\nThings pAHKlight **should not** do:\n\n* replicate the content of a forum by including all posted scripts. It should include packages only.\n\n## INI Format\n\nThe INI format used in pahklightDB.ini has the following structure\n\n   ```ini\n   [Sequential number]\n   name=short\n   fullname=full\n   author=\n   type=lib|class|function|tool\n   source=URL\n   forum=URL\n   category=\n   ahkversion=\n   description=\n   ```\n\n|Section/Key  |Description|\n|-------------------|-----------|\n|[Sequential number]|Used as section names in the INI, they have to be unique|\n|name=              |Short names, usually the name of the Prefix in case of a library or class|\n|fullname=          |Full name used in the Gui (texts) and Browse list (listview)|\n|author=            |(Main) Author of the script - you can include an URL: name @ URL although not mandatory|\n|type=              |Lib, class, function or tool - only one allowed see comments below|\n|source=            |URL - can be same as forum URL below in case source is posted on a forum for example. Must include http(s)|\n|forum=             |URL - forum link, if used must include http(s)|\n|category=          |CSV list (see categories.txt)|\n|ahkversion=        |AHK version as indicated by the author or tested by person adding it to database|\n|description=       |Purpose of the lib, class, function or tool. The entire text should be on one line due to the limitation of the INI format. Use `n if you want to display a new line just like you would in AutoHotkey|\n\n**name, fullname, author, type, source and description are mandatory fields.**\n\n## type\n\nThere are four types, you can only select one. The following brief definitions apply:\n\n* lib: So called Standard and/or User Libraries (stdlib) as described briefly here \u003chttp://ahkscript.org/docs/Functions.htm#lib\u003e. \n* class: A class is an extensible template for creating objects, see \u003chttp://ahkscript.org/docs/Objects.htm#Custom_Classes\u003e\n* function: Standalone function for a specific task\n* tool: Helper programs to generate code (gui for example) or extend the capability of AutoHotkey. \"Normal\" scripts should not be included in pAHKlight.\n\n## category\n\nThe category field is a comma separated value list. These can be found in categories.txt - if not present in that list the category is not accepted. Suggestions for the categories are of course welcome.\n\n## Other Resources\n\nAttempts for defining so called Standard libraries have been made before and discussed a number of times,\nyou can find some below:\n\n* Alternative: \u003chttps://github.com/Library-Distribution\u003e Not completed, no plans for further development\n* Alternative: \u003chttp://www.autohotkey.com/board/topic/50834-ahk-standard-library-collection-2010-sep-gui-libs-100/\u003e Last update in 2010\n* Discussion: \u003chttp://www.autohotkey.com/board/topic/49921-stdlib-call-for-information/\u003e\n* Discussion: \u003chttp://www.autohotkey.com/board/topic/63827-libraries-in-default-ahk-installation-ahk-l/\u003e\n* New discussion: \u003chttps://trello.com/b/XVP4M76d/package-stdlib-distribution-and-management\u003e","funding_links":[],"categories":["Library Distributions"],"sub_categories":["Text manipulation"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhi5%2FpAHKlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhi5%2FpAHKlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhi5%2FpAHKlight/lists"}