scamacho23 / liszt

Save snippets of information quickly through the command line

Home Page:https://liszt.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the install.py file

scamacho23 opened this issue · comments

Add anything else that needs to be set up when the install.py file is run. Also, the user will have to run

python3 /path/to/install.py $USER

in order for this to run

EDIT: The install.py will need to add a default memory file, which can be called default.
The command for that could be as simple as

open('/Users/$USER/.quicknote/.default', 'w+')

EDIT #.2: There should also be some kind of message associated with the installation