mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
Make colorama optional
This commit is contained in:
parent
60decf9fe0
commit
91ec39554b
7 changed files with 15 additions and 13 deletions
|
@ -104,6 +104,10 @@ Windows Usage
|
|||
|
||||
A couple of tips to get jrnl working better on Windows:
|
||||
|
||||
To get colored output on Windows, install ``colorama`` ::
|
||||
|
||||
pip install colorama
|
||||
|
||||
The configuration file is typically found at ``C:\Users\[Your Username\.jrnl_conf``. This is just a text file and so can be edited in a text editor (but don't use Notepad, it will mess with the line endings).
|
||||
|
||||
For editing entries, Notepad will technically work, but doesn't play nice with line endings. A good alternative is `Notepad++ <http://notepad-plus-plus.org/>`_. To set Notepad++ as your editor, edit the jrnl config file (``.jrnl_conf``) like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue