mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .. | ||
| _org | ||
| orgnotes.sh | ||
| README.md | ||
org-mode-manager
This plugin defines a function org that provides a tree-like representation of org-mode files in a user configured directory.
Usage:
org <file> [--remove]
Example usage:
org tulip
# tulip.org is created
#
org banana --remove
# banana.org is removed
#
org flowers/colorful/tulip
# tulip.org is created at path flowers/colorful
# in the user directory
#
The .org extension is automatically added if not specified.