Giter Site home page Giter Site logo

awesome-autohotkey's People

Contributors

ahkon avatar aviaryan avatar awesome-bot avatar benallred avatar bichlepa avatar cdrfun avatar cxumol avatar evilc avatar g33kdude avatar gitter-badger avatar hi5 avatar hoppfrosch avatar hotkeyit avatar iseahound avatar j2team avatar joedf avatar juanmamenendez avatar kronik907 avatar lipkau avatar mmikeww avatar mstenemo avatar perlence avatar readmecritic avatar rshipp avatar sobfiggis avatar spicykeys avatar spyoungtech avatar tiuub avatar vasili111 avatar waffle-iron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-autohotkey's Issues

waffle.io badge position

Is there any special reason for placing waffle badge on the top of the list (like any functionality depends on position or any other)? If there is no any special reason I think it is better to move it along other badges (list will look more structured).
What you think about that?

Author and state (discontinued) position in item.

This Issue came from that discussion #21 (comment) .

First of all, does we really need to write name of the author? Does it gives any useful information for the reader? Also many item have several authors. I think we should not write author. If we decide to use author I think it should be italic and enclosed by two -, like -author-.
What you think about it?

I think it is very important to know if item is discontinued so the reader should get this information in first place. I think (discontinued) should come after name (and if we decide to use author, after author too) of the item and should be bold and have ! sign, like (discontinued!). So it should look like:

Without author:
[Item name](Item name) - (discontinued!). Description and links.

OR

With author:
[Item name](Item name) - by author - (discontinued!). Description and links.

add "AutoHotkey Library Distribution"

I suggest adding "AutoHotkey Library Distribution" under scripts.
Markdown:

## AutoHotkey Library Distribution

* [pAHKlight](https://github.com/hi5/pAHKlight)
* Ryan Shipp's [ahk-libs](https://github.com/rshipp/ahk-libs)
* [ASPDM](https://github.com/ahkscript/ASPDM), for
  [package/stdlib distribution and management](https://trello.com/b/XVP4M76d/package-stdlib-distribution-and-management)
  from the [ahkscript](https://github.com/ahkscript) folks
* [ALD](http://libba.net/) (discontinued)
* tuncay's original [ahkstdlib](http://www.autohotkey.com/forum/viewtopic.php?t=54996) (discontinued)
* [Salt](https://code.google.com/p/salt/) (discontinued)
* Uberi and infogulch's [ahklib](https://github.com/ahklib)

Data format - suggestions

I saw @hoppfrosch added a new section "Data format"

Not sure if these two fit there โ“

Note: link to my repo as that has a working version, the code on ahk . com is messed up due to forum upgrade AND it has a additional function to clean invalid characters https://github.com/hi5/CL3/blob/master/lib/XA.ahk#L172

  • ObjDump / ObjLoad by HotKeyIt - Read and write AutoHotkey objects (Arrays) from / to binary file. Forum link

Scripts > Mouse > Mouse Gesture Script

This looks like one of the more complete mouse gesture scripts I've seen (not that I've looked at many)

English introduction here
https://ayuanx.wordpress.com/2011/09/16/mouse-gesture-english-for-autohotkey/

Japanese homepage latest version:
http://hp.vector.co.jp/authors/VA018351/mglahk.html

Download link of latest version (don' t worry script also in English):
http://www.vector.co.jp/download/file/winnt/util/fh633547.html
(big green download button)

Script includes an English CHM help file.

Should it be added under Scripts > Mouse > Mouse Gesture Script like so

* [MouseGestureL](http://www.vector.co.jp/download/file/winnt/util/fh633547.html) - Control all of the applications by mouse gesture, gestures and actions defined via customizable interface. Documentation in English and Japanese - Japanese Homepage [link](http://hp.vector.co.jp/authors/VA018351/mglahk.html)

Shown as:

  • MouseGestureL - Control all of the applications by mouse gesture, gestures and actions defined via customizable interface. Documentation in English and Japanese - Japanese Homepage link

GH pages

Not sure where the GH pages is going but at the moment it seems to be a duplication of markdown content, shouldn't it therefore be more productive to write a script that converts the readme.md to HTML so you can simply update (sections of) HTML pages?

Usage of new github features

Github got some changes recently - amongst other things:

Issue and Pull Request templates

I would suggest to do the following:

Suggest subtopic name for "Coding Helpers"

Is "coding helpers" ok ? I plan to add scripts that help with AHK programming. I will add them under "Tools" section but I am not sure what should be the name of the sub-group.

Some scripts I want to add are -

  • GoTo - Add-on for any text editor that helps you jump to labels, hotkeys, hotstrings and functions in the active file.
  • Context sensitive help in any editor - Add-on for any text editor that provides context sensitive help by pressing F1.

add "CodeQuickTester"

I want to add my code tester but I can't find a good section to put it in. It is a development tool, but it's hardly an integrated development environment.

fincs' eval is broken

There are no plans to fix it, either. Should it be removed from the list or just marked as broken somehow, using strikethrough perhaps? I see a lot of items marked (discontinued), perhaps those should get strikethrough too?

HotClass / CvJoyInterface

Hi, whilst I appreciate inclusion in your curated list, HotClass was an experiment that never really reached maturity.

I have recently started work on a replacement for the hotkey GuiControl, which utilizes the same SetWindowsHookEx technique, but the code is more refined and ready for deployment.
There is currently no documentation, and it is still maybe a little immature, but it's still better than the default AHK hotkey guicontrol (eg it supports mouse buttons).
https://github.com/evilC/CHotkeyControl

Also, seeing as AHK does not support Joystick Output, might I also recommend for inclusion my vJoy feeder library CvJoyInterface. This allows you to control a vJoy virtual joystick with AHK. It's super easy to use and is well documented.
https://github.com/evilC/AHK-CvJoyInterface

Change the order of badges

I have changed the order of badges. I think that way they are more structured.
I think that gh badge should come first because it is in fact copy of awesome list. Next should come badges that are associated with awesome-Autohotkey list (gitter and waffle). And after should come all other badges.
What you think about it?

Validate pull requests with Travis

Hello, I wrote a tool that can validate README links (valid URLs, not duplicate). It can be run when someone submits a pull request.

It is currently being used by

Examples

If you are interested, connect this repo to https://travis-ci.org/ and add a .travis.yml file to the project.

See https://github.com/dkhamsing/awesome_bot for options, more information
Feel free to leave a comment ๐Ÿ˜„

Add new issue label in github: addition

In order to distinguish requests for additions to the list from general page enhancements, there should be created a new label "addition" for github issues (beside existing "enhancement" label.

I'm not sure if this is possible - and who is able to do this? (maybe owner of project "awesome-AutoHotkey"?)

Tutorial section

I added tutorial section.
What you think it is better to have separate tutorial section or tutorials should be included in Resources section?

New page: Historical.md

Resulting from discussions in #42 a new page "historical.md" should be generated, which should hold all "awesome scripts, which aren't state of the art anymore. Discontinued scripts could be moved there - if they are worth being kept on the awesome list."

fincs' eval is broken

There are no plans to fix it, either. Should it be removed from the list or just marked as broken somehow? Strikethrough perhaps?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.