jrnl/jrnl
Jonathan Wren 631e08a557
Clean up help screen, get rid of util.py (#1027)
* More refactoring of cli.py

break up code from cli.py (now in jrnl.py) up into smaller functions
get rid of export mode
move --encrypt and --decrypt to commands.py
clean up the help screen even more
update flag name for import

* reorganize code, move around lots of functions

* clean up import statements

* move run function out of cli and into jrnl

* rename confusingly named function

* move editor function into editor file

* rename parse_args.py to args.py to make room for more args functions

* Fix error in test suite for windows

I accidentally flipped the conditional, so this fixes it.

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>

* Update app description on help screen

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
2020-08-22 11:40:39 -07:00
..
plugins Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
templates Template exporting FTW 2016-08-19 23:20:31 +00:00
__init__.py fix various small issues in the codebase 2020-04-18 12:35:46 -07:00
__main__.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
__version__.py Increment version to v2.4.5 2020-07-31 16:39:22 +00:00
args.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
cli.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
color.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
commands.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
config.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
DayOneJournal.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
editor.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
EncryptedJournal.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
Entry.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
exception.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
FolderJournal.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
install.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
Journal.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
jrnl.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
os_compat.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
output.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
prompt.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
time.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
upgrade.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00