Skip to content

A collection of scripts to automate some flows using AutoHotkey v2

License

Notifications You must be signed in to change notification settings

VivionLin/automated_scripts

Repository files navigation

automated_scripts

A collection of scripts to automate some flows using AutoHotkey v2:

Script Automate Flow
launchVSCodeNpmProject.ahk start VSCode -> open specific workspace -> start mock server -> open browser to project home page
gitChangesCommitAndTag.bat pull remote changes to local -> commit local changes -> push commits to remote -> create tag -> push tag to remote
extractWordsFromRosettaStoneForAnkiImport.js learing English vocabularies in RosettaStone -> create note in Anki for each vocabulary
skipMicDetectionInRosettaStoneCourse.js learing in RosettaStone -> close mic detection automatically

How to use?

  1. Download the script you want
  2. Update the variables inside the script

For .ahk script

  1. download and install AutoHotkey (https://www.autohotkey.com/)
  2. run it by AutoHotkey
    • you can also use some tools like 'PowerToys Run' or 'Libraries' to quick location the script by keyword when you want to run it

For .js script

  1. install Violentmonkey (https://violentmonkey.github.io/) to browser
  2. copy&paste the script to it

About

A collection of scripts to automate some flows using AutoHotkey v2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published