Skip to content

Commit

Permalink
Fix ahkscript#166 and ahkscript#180 - moved to Historical.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joedf committed Sep 23, 2021
1 parent 21f4a46 commit 035bc62
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 10 additions & 7 deletions Historical.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ This is a sibling list of [awesome-AutoHotkey](https://github.com/ahkscript/awes
### Text manipulation

* [TXT](https://autohotkey.com/board/topic/29927-library-for-text-file-manipulation/) - Library for Text file manipulation - predecessor of [TF](https://github.com/hi5/TF)

<br>
## Library Distributions
*List of historical AutoHotkey library distributions. Library Distribution is a system that is made for distributing libraries.*

* [ahklib](https://github.com/ahklib) - Uberi and infogulch's AutoHotkey library.
* [ahkstdlib](https://autohotkey.com/boards/viewtopic.php?f=6&t=3643) - Ahk Standard Library Collection by Tuncay. Forum thread: [link](https://autohotkey.com/board/topic/50834-ahk-standard-library-collection-2010-sep-gui-libs-100/).
* [Salt](https://code.google.com/p/salt/) - Standard AutoHotkey Library Transfer.


<br>
## Scripts
*List of historical AutoHotkey scripts. Script is code that is intended to be used as standalone programs, and is not meant to be integrated with other code.*

Expand All @@ -69,7 +69,10 @@ This is a sibling list of [awesome-AutoHotkey](https://github.com/ahkscript/awes

* [Catena](http://normandlamoureux.com/catena/index.html) - by normand - Gui interface for AutoHotkey hotstrings

<br>
## Window Management
* [NiftyWindows](https://github.com/ahkscript/NiftyWindows) - control of all basic window interactions such as dragging, resizing, maximizing, minimizing, closing, snap-to-grid, "keep window aspect ratio", rolling up a window to its title bar, transparency control.
* [WindowSaver](https://github.com/KroniK907/WindowSaver) - Save and restore window layouts in Windows10 with support for virtual desktops and changing monitor setups. _WindowSaver is an enhancement of [DockWin v0.3](https://autohotkey.com/board/topic/112113-dockwin-storerecall-window-positions/) by Paul Troiano_

## Tools
*List of historical AutoHotkey tools. Tools made for Autohotkey*

Expand All @@ -88,21 +91,21 @@ This is a sibling list of [awesome-AutoHotkey](https://github.com/ahkscript/awes

* [Embed Lisp](http://web.archive.org/web/20131006024619/http://github.com/tinku99/ahk-org-mode/raw/master/lisp-org.el) (Archive.org) - Forum thread: [link](https://autohotkey.com/board/topic/39620-ahklisp-lisp-on-win32-with-cffi-sbcl-and-autohotkey/) - Website: [link](http://web.archive.org/web/20090413052639/http://www.ahklisp.com/) [Readme](http://web.archive.org/web/20090414031546/http://github.com/tinku99/ahklisp/blob/67943772b1088d198973542d31804455c1770810/README) (both Archive.org)
* [Embed Python](http://web.archive.org/web/20101221084237/http://github.com/tinku99/embedpython) (Archive.org) - Forum thread: [link](https://autohotkey.com/forum/topic51591.html)


<br>
## Tutorials
*List of historical AutoHotkey tutorials.*


<br>
## Resources
*List of historical AutoHotkey resources. Various websites, documentation, guides, videos and articles related to AutoHotkey.*

### Documentation

* [http://autohotkey.free.fr/docs/](http://autohotkey.free.fr/docs/) - Documentation for AHK 1.0 in French



<br>
## License

[![Creative Commons License](http://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/)
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,9 @@ Development state:
* [Automatic Window Manager](https://autohotkey.com/boards/viewtopic.php?f=6&t=17907) - Save and restore last window position for each process. Forum thread: [link](https://autohotkey.com/boards/viewtopic.php?f=6&t=17907)
* [bug.n](https://github.com/fuhsjr00/bug.n) - Tiling Window Manager. Forum thread: [link](https://autohotkey.com/board/topic/30332-bugn-tiling-window-manager/)
* [Min2Tray](http://junyx.breadfan.de/Min2Tray/) - Minimize window to tray & more. Forum thread: [link](https://autohotkey.com/board/topic/4173-min2tray-v179-minimize-window-to-tray-much-more/)
* [NiftyWindows](https://github.com/ahkscript/NiftyWindows) - control of all basic window interactions such as dragging, resizing, maximizing, minimizing, closing, snap-to-grid, "keep window aspect ratio", rolling up a window to its title bar, transparency control.
* [Open-Show-Apps](https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps) - Open, restore or minimize the desired Window's or Chrome's Apps. Forum thread: [link](https://www.autohotkey.com/boards/viewtopic.php?f=6&t=63579&p=272220#p272220)
* [SnapX](https://github.com/benallred/SnapX/releases) - Enhances Windows/Aero Snap by taking over its hotkeys (Win+Left/Right, etc) and providing more fine-grained control over snap location and size. Works with multiple monitors, resolutions, and DPI levels.
* [WindowPadX](https://github.com/hoppfrosch/WindowPadX) - tool which provides some useful functionality within multi monitor environments. _WindowPadX is an enhancement of WindowPad, originally released by Lexikos, see original forum thread: [link](https://autohotkey.com/board/topic/19990-windowpad-window-moving-tool/)_
* [WindowSaver](https://github.com/KroniK907/WindowSaver) - Save and restore window layouts in Windows10 with support for virtual desktops and changing monitor setups. _WindowSaver is an enhancement of [DockWin v0.3](https://autohotkey.com/board/topic/112113-dockwin-storerecall-window-positions/) by Paul Troiano_

### Games
* [Achromatic - ProgressPlatformer](https://github.com/Uberi/ProgressPlatformer/releases) - Platform game. Forum thread: [link](https://autohotkey.com/board/topic/64529-achromatic-progressplatformer-refined/), GitHub: [link](https://github.com/Uberi/ProgressPlatformer)
Expand Down

0 comments on commit 035bc62

Please sign in to comment.