jrnl/jrnl/plugins
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
..
__init__.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
fancy_exporter.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
jrnl_importer.py fix various small issues in the codebase 2020-04-18 12:35:46 -07:00
json_exporter.py Add tags to json and xml exporters (#975) 2020-06-13 11:58:35 -07:00
markdown_exporter.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
tag_exporter.py (#770) run black formatter on codebase for standardization 2020-04-10 11:51:56 -07:00
template.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
template_exporter.py Apply isort Mk II (#942) 2020-05-09 13:14:43 -07:00
text_exporter.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00
util.py (#770) run black formatter on codebase for standardization 2020-04-10 11:51:56 -07:00
xml_exporter.py Add tags to json and xml exporters (#975) 2020-06-13 11:58:35 -07:00
yaml_exporter.py Clean up help screen, get rid of util.py (#1027) 2020-08-22 11:40:39 -07:00