mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
org mode manager
This commit is contained in:
parent
d848c94804
commit
676c5f3b5a
3 changed files with 115 additions and 0 deletions
22
plugins/org-mode-manager/README.md
Normal file
22
plugins/org-mode-manager/README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 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.
|
||||
|
||||
#### 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