Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.
/ autocomplete-brackets Public archive

This is repository for an ahk script that will automatically close brackets such as '[' with ']'

License

Notifications You must be signed in to change notification settings

ynx0/autocomplete-brackets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autocomplete-brackets

This is repository for an ahk script that will automatically close brackets such as '[' with ']'

It also positions the caret inside the brackets

Full list:

(),{},[],"",'',<>

Installation

If you want pre-compiled exe,

  1. Go to builds
  2. Download the latest version (the one with highest number) * Click on the file then click the raw button
  3. Choose a place to put it
  4. Double click it
  5. You are good to go!

Building from source:

(This will allow you to mess with the bindings and have your own settings)

  1. Install autohotkey
  2. Download the script (.ahk file)
  3. Modify it if you want
  4. Run ahk2exe
  5. Set the script path and destination exe path
  6. Click convert
  7. Run it and be done with it.

About

This is repository for an ahk script that will automatically close brackets such as '[' with ']'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published