diff --git a/README.md b/README.md index d58e984..1e13c6b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Notes autoPass -This project aims to provide **password auto-typing** for **IBM Notes** (former Lotus Notes) on **Windows** only +This little script written in [AutoIt](https://www.autoitscript.com/site/) aims to provide **password auto-typing** for **IBM Notes** (former Lotus Notes) on **Windows** only ## Introduction I'm sick of having to open Keepass just to make it autotype my password into Notes login form (*yes... it doesn't allow pasting*). diff --git a/notesOpen_x64.exe b/src/build/notesOpen_x64.exe similarity index 100% rename from notesOpen_x64.exe rename to src/build/notesOpen_x64.exe diff --git a/notesOpen_x86.exe b/src/build/notesOpen_x86.exe similarity index 100% rename from notesOpen_x86.exe rename to src/build/notesOpen_x86.exe diff --git a/Dependencies/GetOpt.au3 b/src/dependencies/GetOpt.au3 similarity index 100% rename from Dependencies/GetOpt.au3 rename to src/dependencies/GetOpt.au3 diff --git a/notesOpen.au3 b/src/notesOpen.au3 similarity index 99% rename from notesOpen.au3 rename to src/notesOpen.au3 index e388d59..1676760 100644 --- a/notesOpen.au3 +++ b/src/notesOpen.au3 @@ -1,5 +1,5 @@ ; From: https://www.autoitscript.com/forum/topic/143167-getopt-udf-to-parse-the-command-line/ -#include <./Dependencies/GetOpt.au3> +#include <./dependencies/GetOpt.au3> #include #include