changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 11: d0a90a87b824
child: 26a97fc6dcda
author: ellis <ellis@rwest.io>
date: Sat, 09 Dec 2023 20:50:45 -0500
permissions: -rw-r--r--
description: populate
1 {{{header(organ,Richard Westhaver,ellis@rwest.io)}}}
2 
3 The =organ= CLI tool is used to manipulate [[https://orgmode.org/][Org Mode]] files.
4 
5 * help
6 #+begin_src shell :results pp replace
7 organ -h
8 #+end_src
9 
10 #+RESULTS:
11 #+begin_example
12 organ v0.0.1
13  usage: organ [global] <command> [<arg>]
14 
15  org-mode toolbox
16  options:
17  -l/--level* : set the log level
18  -h/--help* : print help
19  -v/--version* : print version
20  commands:
21  inspect : inspect an org file
22  -i/--input : path to org file
23 
24  show : display local org info
25 
26  parse
27  -i/--input : input source
28  -o/--output : compiler output
29 
30 #+end_example