mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +02:00
Updated docs from master
This commit is contained in:
parent
e7e9383702
commit
f7ea2dcf74
19 changed files with 63 additions and 2 deletions
|
@ -24,6 +24,19 @@ You can do things like ::
|
|||
|
||||
To get a short summary of the 10 most recent, favourited entries before January 1, 2013 that are tagged with ``@fixed``.
|
||||
|
||||
Statistics
|
||||
~~~~~~~~~~
|
||||
|
||||
How much did I write last year?
|
||||
|
||||
jrnl -from "jan 1 2013" -until "dec 31 2013" | wc -w
|
||||
|
||||
Will give you the number of words you wrote in 2013. How long is my average entry?
|
||||
|
||||
expr $(jrnl --export text | wc -w) / $(jrnl --short | wc -l)
|
||||
|
||||
This will first get the total number of words in the journal and divide it by the number of entries (this works because ``jrnl --short`` will print exactly one line per entry).
|
||||
|
||||
External editors
|
||||
----------------
|
||||
|
||||
|
|
BIN
docs/_build/doctrees/environment.pickle
vendored
BIN
docs/_build/doctrees/environment.pickle
vendored
Binary file not shown.
BIN
docs/_build/doctrees/export.doctree
vendored
BIN
docs/_build/doctrees/export.doctree
vendored
Binary file not shown.
BIN
docs/_build/doctrees/recipes.doctree
vendored
BIN
docs/_build/doctrees/recipes.doctree
vendored
Binary file not shown.
13
docs/_build/html/_sources/recipes.txt
vendored
13
docs/_build/html/_sources/recipes.txt
vendored
|
@ -24,6 +24,19 @@ You can do things like ::
|
|||
|
||||
To get a short summary of the 10 most recent, favourited entries before January 1, 2013 that are tagged with ``@fixed``.
|
||||
|
||||
Statistics
|
||||
~~~~~~~~~~
|
||||
|
||||
How much did I write last year?
|
||||
|
||||
jrnl -from "jan 1 2013" -until "dec 31 2013" | wc -w
|
||||
|
||||
Will give you the number of words you wrote in 2013. How long is my average entry?
|
||||
|
||||
expr $(jrnl --export text | wc -w) / $(jrnl --short | wc -l)
|
||||
|
||||
This will first get the total number of words in the journal and divide it by the number of entries (this works because ``jrnl --short`` will print exactly one line per entry).
|
||||
|
||||
External editors
|
||||
----------------
|
||||
|
||||
|
|
BIN
docs/_build/html/objects.inv
vendored
BIN
docs/_build/html/objects.inv
vendored
Binary file not shown.
11
docs/_build/html/recipes.html
vendored
11
docs/_build/html/recipes.html
vendored
|
@ -57,6 +57,16 @@
|
|||
</div>
|
||||
<p>To get a short summary of the 10 most recent, favourited entries before January 1, 2013 that are tagged with <tt class="docutils literal"><span class="pre">@fixed</span></tt>.</p>
|
||||
</div>
|
||||
<div class="section" id="statistics">
|
||||
<h3>Statistics<a class="headerlink" href="#statistics" title="Permalink to this headline">¶</a></h3>
|
||||
<p>How much did I write last year?</p>
|
||||
<blockquote>
|
||||
<div>jrnl -from “jan 1 2013” -until “dec 31 2013” | wc -w</div></blockquote>
|
||||
<p>Will give you the number of words you wrote in 2013. How long is my average entry?</p>
|
||||
<blockquote>
|
||||
<div>expr $(jrnl –export text | wc -w) / $(jrnl –short | wc -l)</div></blockquote>
|
||||
<p>This will first get the total number of words in the journal and divide it by the number of entries (this works because <tt class="docutils literal"><span class="pre">jrnl</span> <span class="pre">--short</span></tt> will print exactly one line per entry).</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="external-editors">
|
||||
<h2>External editors<a class="headerlink" href="#external-editors" title="Permalink to this headline">¶</a></h2>
|
||||
|
@ -113,6 +123,7 @@
|
|||
<li class="toctree-l2"><a class="reference internal" href="#id1">Recipes</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#co-occurrence-of-tags">Co-occurrence of tags</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#combining-filters">Combining filters</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#statistics">Statistics</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#external-editors">External editors</a><ul>
|
||||
|
|
2
docs/_build/html/searchindex.js
vendored
2
docs/_build/html/searchindex.js
vendored
File diff suppressed because one or more lines are too long
|
@ -24,6 +24,19 @@ You can do things like ::
|
|||
|
||||
To get a short summary of the 10 most recent, favourited entries before January 1, 2013 that are tagged with ``@fixed``.
|
||||
|
||||
Statistics
|
||||
~~~~~~~~~~
|
||||
|
||||
How much did I write last year?
|
||||
|
||||
jrnl -from "jan 1 2013" -until "dec 31 2013" | wc -w
|
||||
|
||||
Will give you the number of words you wrote in 2013. How long is my average entry?
|
||||
|
||||
expr $(jrnl --export text | wc -w) / $(jrnl --short | wc -l)
|
||||
|
||||
This will first get the total number of words in the journal and divide it by the number of entries (this works because ``jrnl --short`` will print exactly one line per entry).
|
||||
|
||||
External editors
|
||||
----------------
|
||||
|
||||
|
|
BIN
jrnl/Entry.pyc
BIN
jrnl/Entry.pyc
Binary file not shown.
BIN
jrnl/Journal.pyc
BIN
jrnl/Journal.pyc
Binary file not shown.
Binary file not shown.
BIN
jrnl/cli.pyc
BIN
jrnl/cli.pyc
Binary file not shown.
Binary file not shown.
BIN
jrnl/install.pyc
BIN
jrnl/install.pyc
Binary file not shown.
BIN
jrnl/util.pyc
BIN
jrnl/util.pyc
Binary file not shown.
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
11
recipes.html
11
recipes.html
|
@ -57,6 +57,16 @@
|
|||
</div>
|
||||
<p>To get a short summary of the 10 most recent, favourited entries before January 1, 2013 that are tagged with <tt class="docutils literal"><span class="pre">@fixed</span></tt>.</p>
|
||||
</div>
|
||||
<div class="section" id="statistics">
|
||||
<h3>Statistics<a class="headerlink" href="#statistics" title="Permalink to this headline">¶</a></h3>
|
||||
<p>How much did I write last year?</p>
|
||||
<blockquote>
|
||||
<div>jrnl -from “jan 1 2013” -until “dec 31 2013” | wc -w</div></blockquote>
|
||||
<p>Will give you the number of words you wrote in 2013. How long is my average entry?</p>
|
||||
<blockquote>
|
||||
<div>expr $(jrnl –export text | wc -w) / $(jrnl –short | wc -l)</div></blockquote>
|
||||
<p>This will first get the total number of words in the journal and divide it by the number of entries (this works because <tt class="docutils literal"><span class="pre">jrnl</span> <span class="pre">--short</span></tt> will print exactly one line per entry).</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="external-editors">
|
||||
<h2>External editors<a class="headerlink" href="#external-editors" title="Permalink to this headline">¶</a></h2>
|
||||
|
@ -113,6 +123,7 @@
|
|||
<li class="toctree-l2"><a class="reference internal" href="#id1">Recipes</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#co-occurrence-of-tags">Co-occurrence of tags</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#combining-filters">Combining filters</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="#statistics">Statistics</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#external-editors">External editors</a><ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue