Crates.io | jdexmd |
lib.rs | jdexmd |
version | 0.1.4 |
source | src |
created_at | 2024-09-29 15:24:06.350178 |
updated_at | 2024-09-30 19:49:21.184237 |
description | A tool to generate a Johnny Decimal system for Obsidian and your Documents folder. |
homepage | |
repository | https://github.com/graysonarts/jdexmd |
max_upload_size | |
id | 1390931 |
size | 74,764 |
Johnny Decimal is a system for labeling and organizing information.
I've recently started implementing it for my notes garden, so I needed a tool to handle documenting the system.
This tool will create both an Obsidian structure as well as a parallel directory structure for non-notes files.
Usage: jdexmd [OPTIONS] --config-file <CONFIG_FILE>
Options:
-d, --dry-run Preview what actions will be taken
-c, --config-file <CONFIG_FILE> The Path to a toml file that defines the system [env: JDEX_CONFIG=example.garden.toml]
-h, --help Print help
-V, --version Print version
```