Search found 3 matches

by joshuacc
30 Nov 2022, 16:51
Forum: Scripts and Functions (v2)
Topic: strung.ahk - A utility library for working with strings in AutoHotkey 2
Replies: 0
Views: 568

strung.ahk - A utility library for working with strings in AutoHotkey 2

Hi folks, I've just published my AHK 2 library strung.ahk on GitHub: https://github.com/joshuacc/strung.ahk It features 42 utility methods (See list below) as well as the ability to use either a static or chaining API. For full usage details as well as examples, see the GitHub link above. Static met...
by joshuacc
19 Nov 2022, 13:27
Forum: Scripts and Functions (v1)
Topic: chalk.ahk - An AutoHotkey library for colorizing terminal output
Replies: 3
Views: 681

chalk.ahk - An AutoHotkey library for colorizing terminal output

Hi folks! First time posting here, and wanted to share my new library chalk.ahk, which is inspired by the JavaScript chalk library. https://github.com/joshuacc/chalk.ahk Usage Chalk builds colorized strings using property and method chaining, which is easy both to read and to write. Example ; Includ...

Go to advanced search