Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hoppfrosch/ahk_hiddengems
- Owner: hoppfrosch
- Created: 2016-04-04T10:40:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T05:28:32.000Z (over 7 years ago)
- Last Synced: 2024-11-01T11:26:32.682Z (2 months ago)
- Language: AutoHotkey
- Size: 112 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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])