Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 14, 2021 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/cf91f9285ed7d528de7812cab93c17d0 to your computer and use it in GitHub Desktop.
Save r-ryantm/cf91f9285ed7d528de7812cab93c17d0 to your computer and use it in GitHub Desktop.
/nix/store/m4qh1bz2iwl0n7m140ysjgl3kh4ackkm-jrnl-2.7.1
├── bin
│   └── jrnl
├── lib
│   └── python3.8
│   └── site-packages
│   ├── jrnl
│   │   ├── args.py
│   │   ├── cli.py
│   │   ├── color.py
│   │   ├── commands.py
│   │   ├── config.py
│   │   ├── DayOneJournal.py
│   │   ├── editor.py
│   │   ├── EncryptedJournal.py
│   │   ├── Entry.py
│   │   ├── exception.py
│   │   ├── FolderJournal.py
│   │   ├── __init__.py
│   │   ├── install.py
│   │   ├── Journal.py
│   │   ├── jrnl.py
│   │   ├── __main__.py
│   │   ├── os_compat.py
│   │   ├── output.py
│   │   ├── plugins
│   │   │   ├── dates_exporter.py
│   │   │   ├── fancy_exporter.py
│   │   │   ├── __init__.py
│   │   │   ├── jrnl_importer.py
│   │   │   ├── json_exporter.py
│   │   │   ├── markdown_exporter.py
│   │   │   ├── __pycache__
│   │   │   │   ├── dates_exporter.cpython-38.pyc
│   │   │   │   ├── fancy_exporter.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── jrnl_importer.cpython-38.pyc
│   │   │   │   ├── json_exporter.cpython-38.pyc
│   │   │   │   ├── markdown_exporter.cpython-38.pyc
│   │   │   │   ├── tag_exporter.cpython-38.pyc
│   │   │   │   ├── template.cpython-38.pyc
│   │   │   │   ├── template_exporter.cpython-38.pyc
│   │   │   │   ├── text_exporter.cpython-38.pyc
│   │   │   │   ├── util.cpython-38.pyc
│   │   │   │   ├── xml_exporter.cpython-38.pyc
│   │   │   │   └── yaml_exporter.cpython-38.pyc
│   │   │   ├── tag_exporter.py
│   │   │   ├── template_exporter.py
│   │   │   ├── template.py
│   │   │   ├── text_exporter.py
│   │   │   ├── util.py
│   │   │   ├── xml_exporter.py
│   │   │   └── yaml_exporter.py
│   │   ├── prompt.py
│   │   ├── __pycache__
│   │   │   ├── args.cpython-38.pyc
│   │   │   ├── cli.cpython-38.pyc
│   │   │   ├── color.cpython-38.pyc
│   │   │   ├── commands.cpython-38.pyc
│   │   │   ├── config.cpython-38.pyc
│   │   │   ├── DayOneJournal.cpython-38.pyc
│   │   │   ├── editor.cpython-38.pyc
│   │   │   ├── EncryptedJournal.cpython-38.pyc
│   │   │   ├── Entry.cpython-38.pyc
│   │   │   ├── exception.cpython-38.pyc
│   │   │   ├── FolderJournal.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── install.cpython-38.pyc
│   │   │   ├── Journal.cpython-38.pyc
│   │   │   ├── jrnl.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── os_compat.cpython-38.pyc
│   │   │   ├── output.cpython-38.pyc
│   │   │   ├── prompt.cpython-38.pyc
│   │   │   ├── time.cpython-38.pyc
│   │   │   ├── upgrade.cpython-38.pyc
│   │   │   └── __version__.cpython-38.pyc
│   │   ├── templates
│   │   │   └── sample.template
│   │   ├── time.py
│   │   ├── upgrade.py
│   │   └── __version__.py
│   └── jrnl-2.7.1.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.md
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 81 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment