parent
10dd7ed3c2
commit
23cbe0e02b
@ -1,7 +1,7 @@
|
|||||||
# Global Variables
|
# Global Variables
|
||||||
I created something so that I can always have multiple strings at my fingertips. Its like a clipboard manager but different.
|
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
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user