added sync, encryption, and subdir features

This commit is contained in:
mtekman 2017-09-06 22:56:09 +02:00
commit 53a85845f8
3 changed files with 127 additions and 31 deletions

View file

@ -1,22 +1,6 @@
# org-mode-manager
This plugin defines a function `org` that provides a tree-like representation of [org-mode](http://orgmode.org/) files in a user configured directory.
This is a merge of [org-mode-manager](https://github.com/mtekman/org-mode-manager), which provides a tree-like representation of [org-mode](http://orgmode.org/) files in a user configured directory via the command `org`.
#### 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.