mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
added sync, encryption, and subdir features
This commit is contained in:
parent
8a1b3f407b
commit
53a85845f8
3 changed files with 127 additions and 31 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue