David Daily 2020-02-26 08:18:14 -06:00
parent 10dd7ed3c2
commit 23cbe0e02b
1 changed files with 1 additions and 1 deletions

@ -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.