From 23cbe0e02b6e344d6eae5b1bafe427aaa9e0d5eb Mon Sep 17 00:00:00 2001 From: David Daily Date: Wed, 26 Feb 2020 08:18:14 -0600 Subject: [PATCH] --- GloVar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GloVar.md b/GloVar.md index 55f55a2..cff9eca 100644 --- a/GloVar.md +++ b/GloVar.md @@ -1,7 +1,7 @@ # Global Variables I created something so that I can always have multiple strings at my fingertips. Its like a clipboard manager but different. -**First time setup:** Create [`glovar.ini`](https://daviddaily.dev/david/d3k/src/branch/master/glovarsource) and [`emails.csv`](https://daviddaily.dev/david/d3k/src/branch/master/emails.example.csv) in `My Documents` +**First time setup:** Create [`GloVar.ini`](https://daviddaily.dev/david/d3k/src/branch/master/glovarsource) and [`emails.csv`](https://daviddaily.dev/david/d3k/src/branch/master/emails.example.csv) in `My Documents` ## Top-level overview What it does is take an `ini` (based off [this](https://daviddaily.dev/david/d3k/src/branch/master/glovarsource)) and turn it into hotstrings that start with `$` automagically. The Key (left side of the `=`) is the hotstring, the Value (right side of the `=`) is what it gets replaced with.