oh-my-zsh/plugins/org-mode-manager
2017-08-29 00:48:34 +01:00
..
_org updated location 2017-08-29 00:48:34 +01:00
orgnotes.sh org mode manager 2017-08-27 02:57:08 +01:00
README.md org mode manager 2017-08-27 02:57:08 +01:00

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.