Expand description
rjot
is a minimalist, command-line journal that’s fast, private, and git-friendly.
This crate provides the main entrypoint and command-line parsing logic. It orchestrates the different modules to execute user commands.
Modules§
- cli 🔒
- This module defines the entire command-line interface for the
rjot
application. - commands 🔒
- This module contains the logic for executing each subcommand.
- helpers 🔒
- This module contains helper functions and data structures used across the application.
Functions§
- main 🔒
- The main entrypoint for the rjot application.