{"id":15558492,"url":"https://github.com/lukesavefrogs/notesautopass","last_synced_at":"2026-02-04T02:41:46.186Z","repository":{"id":103951243,"uuid":"239282227","full_name":"LukeSavefrogs/notesAutoPass","owner":"LukeSavefrogs","description":"This project aims to provide password auto-typing for IBM Notes (former Lotus Notes)","archived":false,"fork":false,"pushed_at":"2023-12-02T00:39:38.000Z","size":1004,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T14:11:22.837Z","etag":null,"topics":["ibm","lotus-notes","lotusnotes"],"latest_commit_sha":null,"homepage":"","language":"AutoIt","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LukeSavefrogs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"LukeSavefrogs","patreon":"LukeSavefrogs","ko_fi":"lukesavefrogs","custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=RN3XMAHA8FZEE\u0026source=url"]}},"created_at":"2020-02-09T10:05:14.000Z","updated_at":"2023-08-28T22:05:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"332db0db-6b2b-4b44-b127-4ae0b714db9f","html_url":"https://github.com/LukeSavefrogs/notesAutoPass","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeSavefrogs%2FnotesAutoPass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeSavefrogs%2FnotesAutoPass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeSavefrogs%2FnotesAutoPass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeSavefrogs%2FnotesAutoPass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukeSavefrogs","download_url":"https://codeload.github.com/LukeSavefrogs/notesAutoPass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243213980,"owners_count":20254902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ibm","lotus-notes","lotusnotes"],"created_at":"2024-10-02T15:35:22.870Z","updated_at":"2026-02-04T02:41:46.161Z","avatar_url":"https://github.com/LukeSavefrogs.png","language":"AutoIt","funding_links":["https://github.com/sponsors/LukeSavefrogs","https://patreon.com/LukeSavefrogs","https://ko-fi.com/lukesavefrogs","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=RN3XMAHA8FZEE\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# Notes autoPass\nThis 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\n\n## Introduction\nI'm sick of having to open Keepass just to make it autotype my password into Notes login form (*yes... it doesn't allow pasting*).\n\nThat's why i created this script that opens Notes and types the password right away :)\n\n## Installation and Usage\n1. **Download** the executable [here](https://github.com/LukeSavefrogs/notesAutoPass/releases) and place it in a folder of your choice (_in my case it will be `C:\\Users\\Luca Salvarani\\Desktop\\Script\\notesOpen.exe`_)\n\n2. Now just **launch** it making sure to **specify the password** with the **`-p` parameter** (otherwise it will print an error and exit).   \n\n   Example: \n\t- In the field \"Destination\" of a **Windows shorcut** or in a **CLI** applicaion (Command Prompt, PowerShell): \n\t\t```\n\t\t\"C:\\Users\\Luca Salvarani\\Desktop\\Script\\notesOpen.exe\" -p=your_password\n\t\t```\n\t- Inside **Cygwin**:\n\t\t```\n\t\t$(cygpath -u \"C:\\Users\\Luca Salvarani\\Desktop\\Script\\notesOpen.exe\") -p=your_password\n\t\t```\n### Pay attention to spaces\nIf the **password** or any other parameter value contains a \u003ckbd\u003eSPACE\u003c/kbd\u003e character, make sure to **enclose** it first in **single quotes**, then in **double quotes**.  \n\nExample:\n```\n\"C:\\Users\\Luca Salvarani\\Desktop\\Script\\notesOpen.exe\" -p='\"your password with spaces\"'\n```\n\n## Options\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\u003cth\u003eParameter\u003c/th\u003e\n\t\t\u003cth\u003eType\u003c/th\u003e\n\t\t\u003cth\u003eDescription\u003c/th\u003e\n\t\t\u003c/tr\u003e\n\t\u003c/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e-p\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e--password\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\u003c/td\u003e\n\t\t\t\u003ctd\u003eREQUIRED\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\tSpecify password to be sent to the Login form\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e-d\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e--directory\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\u003c/td\u003e\n\t\t\t\u003ctd\u003eOPTIONAL\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\tIf you proceeded to a custom installation, you may have installed Notes in a custom path. \n\t\t\t\t\u003cbr\u003e\u003cbr\u003e\n\t\t\t\tThis parameter lets you define the directory where is located the \u003ccode\u003enotes.exe\u003c/code\u003e executable file (\u003ci\u003edefault is \u003ccode\u003eC:\\Program Files (x86)\\IBM\\Notes\\notes.exe\u003c/code\u003e\u003c/i\u003e)\n\t\t\t\t\u003cbr\u003e\u003cbr\u003e\n\t\t\t\tTo specify a path containing a space character enclose it first in single quotes, then in double quotes, like this: \u003ccode\u003e-d='\"C:\\My Custom Path\\IBM\\Notes\\\"'\u003c/code\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e-u\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e--username\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\u003c/td\u003e\n\t\t\t\u003ctd\u003eOPTIONAL\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cspan\u003e\n\t\t\t\t\tChanges the Username by selecting one in the dropdown. \n\t\t\t\t\t\u003cbr\u003e\n\t\t\t\t\t\u003cbr\u003e\n\t\t\t\t\t\u003cstrong\u003eNOTE\u003c/strong\u003e: You MUST provide \u003cstrong\u003eexactly\u003c/strong\u003e the same value you would pick from the dropdown (in the example below: \u003ccode\u003eLuca Salvarani/Italy/Contr/IBM\u003c/code\u003e)\n\t\t\t\t\u003c/span\u003e\n\t\t\t\t\u003cbr\u003e\u003cbr\u003e\n\t\t\t\t\u003cimg width=\"400px\" src=\"images/aec8498197bb1f691737180b931157dda7c348f12d982d52fd6773078510ea5f.png\"/\u003e  \n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e-l\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e--location\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\u003c/td\u003e\n\t\t\t\u003ctd\u003eOPTIONAL\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cspan\u003e\n\t\t\t\t\tChanges the desired Location by selecting one in the dropdown.\n\t\t\t\t\t\u003cbr\u003e\n\t\t\t\t\t\u003cbr\u003e\n\t\t\t\t\t\u003cstrong\u003eNOTE\u003c/strong\u003e: You MUST provide \u003cstrong\u003eexactly\u003c/strong\u003e the same value you would pick from the dropdown (in the example below: \u003ccode\u003eIBM\u003c/code\u003e)\n\t\t\t\t\u003c/span\u003e\n\t\t\t\t\u003cbr\u003e\u003cbr\u003e\n\t\t\t\t\u003cimg width=\"400px\" src=\"images/5a09ce6e67d4b89179e216f9ad77c49c2783083bd594e0fd6c6f4a86bc11cc77.png\"\u003e\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e-w\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e--wait-input\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\u003c/td\u003e\n\t\t\t\u003ctd\u003eOPTIONAL\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\tDon't click on the login button after entering the password, but wait for user to click on it manually (it won't prevent the Username or Location to be changed, if present)\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e-t\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e--timeout\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\u003c/td\u003e\n\t\t\t\u003ctd\u003eOPTIONAL\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\tUseful when changing the password. Simply autotypes the provided password into the focused element after the provided timeout in ms, so make sure to click \u003cstrong\u003einto\u003c/strong\u003e the input field before the timeout expires\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e-x\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e--debug\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\u003c/td\u003e\n\t\t\t\u003ctd\u003eOPTIONAL\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\tEnables the Debug Mode. Shows a MsgBox with data useful for debugging\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e-h\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\t\u003cbr\u003e\n\t\t\t\t\u003cnobr\u003e\u003ccode\u003e--help\u003c/code\u003e\u003c/nobr\u003e\n\t\t\t\u003c/td\u003e\n\t\t\t\u003ctd\u003eOPTIONAL\u003c/td\u003e\n\t\t\t\u003ctd\u003e\n\t\t\t\tPrints a small help on the available parameters\n\t\t\t\u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukesavefrogs%2Fnotesautopass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukesavefrogs%2Fnotesautopass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukesavefrogs%2Fnotesautopass/lists"}