changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > org > docs / core/app/organ.org

revision 11: d0a90a87b824
child 13: 26a97fc6dcda
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/core/app/organ.org	Sat Dec 09 20:50:45 2023 -0500
     1.3@@ -0,0 +1,30 @@
     1.4+{{{header(organ,Richard Westhaver,ellis@rwest.io)}}}
     1.5+
     1.6+The =organ= CLI tool is used to manipulate [[https://orgmode.org/][Org Mode]] files.
     1.7+
     1.8+* help
     1.9+#+begin_src shell :results pp replace
    1.10+organ -h
    1.11+#+end_src
    1.12+
    1.13+#+RESULTS:
    1.14+#+begin_example
    1.15+organ v0.0.1
    1.16+  usage: organ [global] <command> [<arg>]
    1.17+
    1.18+  org-mode toolbox
    1.19+  options:
    1.20+     -l/--level* :  set the log level
    1.21+     -h/--help* :  print help
    1.22+     -v/--version* :  print version
    1.23+  commands:
    1.24+    inspect  :  inspect an org file
    1.25+     -i/--input  :  path to org file
    1.26+    
    1.27+    show  :  display local org info
    1.28+    
    1.29+    parse  
    1.30+     -i/--input  :  input source
    1.31+     -o/--output  :  compiler output
    1.32+    
    1.33+#+end_example