Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoppfrosch/ahk_hiddengems

Collection of AutoHotkey snippets found buried in the net
https://github.com/hoppfrosch/ahk_hiddengems

Last synced: 18 days ago
JSON representation

Collection of AutoHotkey snippets found buried in the net

Awesome Lists containing this project

README

        

#AHK-HiddenGems [![AutoHotkey](https://img.shields.io/badge/Language-AutoHotkey-yellowgreen.svg)](https://autohotkey.com/)

This is a collection of AHK-snippets/-libraries/-functions/-scripts I found on the net which I found useful.

More documentation on the single items [can be found here](https://hoppfrosch.github.io/AHK_HiddenGems).

## Libraries
* **Filesystem**
* [glob](/lib/HiddenGems/glob.ahk) - iterates the given path pattern, returning a list of matched directory
* **Misc**
* [GUID / UUID](/lib/HiddenGems/GUID.ahk) - calculates Globally Unique IDentifier (GUID) & Universally Unique IDentifier (UUID)
* **System**
* [GetBinaryType](lib/HiddenGems/System/GetBinaryType.ahk) - Determines whether a file is an executable (.exe) file, and if so, which subsystem runs the executable file.

## Scripts
* **Desktop**
* [InterfaceLiftWallpaperChanger](scripts/WallpaperChanger/InterfaceLiftWallpaperChanger.ahk) - Download a random wallpaper from InterfaceLIFT.com and set it to desktop
## Concepts and HowTo
* **Window Management**
* [EasyGlide](scripts/EasyGlide/EasyGlide.ahk) - Make the middle mouse button drag any window, in any internal point. Additionally, if you let go while dragging, the window will "glide" for short distance, and even bounce off the edges of the screen.
* [ThrowWindow](scripts/ThrowWindow/ThrowWindow.ahk) - Throw any window by dragging it with the middle mousebutton and releaseing it. The window will float around the monitor bouncing of the screen edges.
* **Window Styles**
* [CutOut_Static](concepts/CutOut/CutOut_Static.ahk) - Create a window with a hole
* [Window_DonutShaped](concepts/ShapedWindow/Window_DonutShaped.ahk) - Create a donut shaped Window
***
**Compiled by**: [[email protected]](mailto:[email protected])