From db15497f4f9599fc2eb0a895b682f1b834fe8c6b Mon Sep 17 00:00:00 2001 From: LukeSavefrogs-Desktop-Work Date: Thu, 2 Jul 2020 18:21:16 +0200 Subject: [PATCH] Changed project structure --- README.md | 2 +- notesOpen_x64.exe => src/build/notesOpen_x64.exe | Bin notesOpen_x86.exe => src/build/notesOpen_x86.exe | Bin {Dependencies => src/dependencies}/GetOpt.au3 | 0 notesOpen.au3 => src/notesOpen.au3 | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) rename notesOpen_x64.exe => src/build/notesOpen_x64.exe (100%) rename notesOpen_x86.exe => src/build/notesOpen_x86.exe (100%) rename {Dependencies => src/dependencies}/GetOpt.au3 (100%) rename notesOpen.au3 => src/notesOpen.au3 (99%) 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