mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Updated docs from master
This commit is contained in:
parent
377c8524ca
commit
0bcfdb2bde
35 changed files with 61 additions and 61 deletions
|
@ -56,7 +56,7 @@ Viewing
|
||||||
|
|
||||||
jrnl -n 10
|
jrnl -n 10
|
||||||
|
|
||||||
will list you the ten latest entries, ::
|
will list you the ten latest entries (if you're lazy, ``jrnl -10`` will do the same), ::
|
||||||
|
|
||||||
jrnl -from "last year" -until march
|
jrnl -from "last year" -until march
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Advanced Usage — jrnl 1.7.9 documentation</title>
|
<title>Advanced Usage — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="FAQ" href="recipes.html" />
|
<link rel="next" title="FAQ" href="recipes.html" />
|
||||||
<link rel="prev" title="Import and Export" href="export.html" />
|
<link rel="prev" title="Import and Export" href="export.html" />
|
||||||
|
|
||||||
|
|
BIN
docs/_build/doctrees/environment.pickle
vendored
BIN
docs/_build/doctrees/environment.pickle
vendored
Binary file not shown.
BIN
docs/_build/doctrees/index.doctree
vendored
BIN
docs/_build/doctrees/index.doctree
vendored
Binary file not shown.
BIN
docs/_build/doctrees/usage.doctree
vendored
BIN
docs/_build/doctrees/usage.doctree
vendored
Binary file not shown.
2
docs/_build/html/.buildinfo
vendored
2
docs/_build/html/.buildinfo
vendored
|
@ -1,4 +1,4 @@
|
||||||
# Sphinx build info version 1
|
# Sphinx build info version 1
|
||||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||||
config: 48ec280647c296a7c2b8d3004f4e0737
|
config: 31968608e106f71186c2f17ba8ede056
|
||||||
tags: fbb0d17656682115ca4d033fb2f83ba1
|
tags: fbb0d17656682115ca4d033fb2f83ba1
|
||||||
|
|
2
docs/_build/html/_sources/usage.txt
vendored
2
docs/_build/html/_sources/usage.txt
vendored
|
@ -56,7 +56,7 @@ Viewing
|
||||||
|
|
||||||
jrnl -n 10
|
jrnl -n 10
|
||||||
|
|
||||||
will list you the ten latest entries, ::
|
will list you the ten latest entries (if you're lazy, ``jrnl -10`` will do the same), ::
|
||||||
|
|
||||||
jrnl -from "last year" -until march
|
jrnl -from "last year" -until march
|
||||||
|
|
||||||
|
|
6
docs/_build/html/advanced.html
vendored
6
docs/_build/html/advanced.html
vendored
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Advanced Usage — jrnl 1.7.9 documentation</title>
|
<title>Advanced Usage — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="FAQ" href="recipes.html" />
|
<link rel="next" title="FAQ" href="recipes.html" />
|
||||||
<link rel="prev" title="Import and Export" href="export.html" />
|
<link rel="prev" title="Import and Export" href="export.html" />
|
||||||
|
|
||||||
|
|
6
docs/_build/html/encryption.html
vendored
6
docs/_build/html/encryption.html
vendored
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Encryption — jrnl 1.7.9 documentation</title>
|
<title>Encryption — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Import and Export" href="export.html" />
|
<link rel="next" title="Import and Export" href="export.html" />
|
||||||
<link rel="prev" title="Basic Usage" href="usage.html" />
|
<link rel="prev" title="Basic Usage" href="usage.html" />
|
||||||
|
|
||||||
|
|
6
docs/_build/html/export.html
vendored
6
docs/_build/html/export.html
vendored
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Import and Export — jrnl 1.7.9 documentation</title>
|
<title>Import and Export — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Advanced Usage" href="advanced.html" />
|
<link rel="next" title="Advanced Usage" href="advanced.html" />
|
||||||
<link rel="prev" title="Encryption" href="encryption.html" />
|
<link rel="prev" title="Encryption" href="encryption.html" />
|
||||||
|
|
||||||
|
|
6
docs/_build/html/genindex.html
vendored
6
docs/_build/html/genindex.html
vendored
|
@ -9,7 +9,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Index — jrnl 1.7.9 documentation</title>
|
<title>Index — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
||||||
<link rel="apple-touch-icon-precomposed" href="_static/img/favicon-152.png">
|
<link rel="apple-touch-icon-precomposed" href="_static/img/favicon-152.png">
|
||||||
|
|
6
docs/_build/html/installation.html
vendored
6
docs/_build/html/installation.html
vendored
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Getting started — jrnl 1.7.9 documentation</title>
|
<title>Getting started — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Basic Usage" href="usage.html" />
|
<link rel="next" title="Basic Usage" href="usage.html" />
|
||||||
<link rel="prev" title="Overview" href="overview.html" />
|
<link rel="prev" title="Overview" href="overview.html" />
|
||||||
|
|
||||||
|
|
BIN
docs/_build/html/objects.inv
vendored
BIN
docs/_build/html/objects.inv
vendored
Binary file not shown.
6
docs/_build/html/overview.html
vendored
6
docs/_build/html/overview.html
vendored
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Overview — jrnl 1.7.9 documentation</title>
|
<title>Overview — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Getting started" href="installation.html" />
|
<link rel="next" title="Getting started" href="installation.html" />
|
||||||
<link rel="prev" title="jrnl: The command-line journal" href="index.html" />
|
<link rel="prev" title="jrnl: The command-line journal" href="index.html" />
|
||||||
|
|
||||||
|
|
6
docs/_build/html/recipes.html
vendored
6
docs/_build/html/recipes.html
vendored
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>FAQ — jrnl 1.7.9 documentation</title>
|
<title>FAQ — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="prev" title="Advanced Usage" href="advanced.html" />
|
<link rel="prev" title="Advanced Usage" href="advanced.html" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
||||||
|
|
6
docs/_build/html/search.html
vendored
6
docs/_build/html/search.html
vendored
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Search — jrnl 1.7.9 documentation</title>
|
<title>Search — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<script type="text/javascript" src="_static/searchtools.js"></script>
|
<script type="text/javascript" src="_static/searchtools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
||||||
</script>
|
</script>
|
||||||
|
|
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
8
docs/_build/html/usage.html
vendored
8
docs/_build/html/usage.html
vendored
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Basic Usage — jrnl 1.7.9 documentation</title>
|
<title>Basic Usage — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Encryption" href="encryption.html" />
|
<link rel="next" title="Encryption" href="encryption.html" />
|
||||||
<link rel="prev" title="Getting started" href="installation.html" />
|
<link rel="prev" title="Getting started" href="installation.html" />
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
<h2>Viewing<a class="headerlink" href="#viewing" title="Permalink to this headline">¶</a></h2>
|
<h2>Viewing<a class="headerlink" href="#viewing" title="Permalink to this headline">¶</a></h2>
|
||||||
<div class="highlight-python"><pre>jrnl -n 10</pre>
|
<div class="highlight-python"><pre>jrnl -n 10</pre>
|
||||||
</div>
|
</div>
|
||||||
<p>will list you the ten latest entries,</p>
|
<p>will list you the ten latest entries (if you’re lazy, <tt class="docutils literal"><span class="pre">jrnl</span> <span class="pre">-10</span></tt> will do the same),</p>
|
||||||
<div class="highlight-python"><pre>jrnl -from "last year" -until march</pre>
|
<div class="highlight-python"><pre>jrnl -from "last year" -until march</pre>
|
||||||
</div>
|
</div>
|
||||||
<p>everything that happened from the start of last year to the start of last march. To only see your favourite entries, use</p>
|
<p>everything that happened from the start of last year to the start of last march. To only see your favourite entries, use</p>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Encryption — jrnl 1.7.9 documentation</title>
|
<title>Encryption — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Import and Export" href="export.html" />
|
<link rel="next" title="Import and Export" href="export.html" />
|
||||||
<link rel="prev" title="Basic Usage" href="usage.html" />
|
<link rel="prev" title="Basic Usage" href="usage.html" />
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Import and Export — jrnl 1.7.9 documentation</title>
|
<title>Import and Export — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Advanced Usage" href="advanced.html" />
|
<link rel="next" title="Advanced Usage" href="advanced.html" />
|
||||||
<link rel="prev" title="Encryption" href="encryption.html" />
|
<link rel="prev" title="Encryption" href="encryption.html" />
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Index — jrnl 1.7.9 documentation</title>
|
<title>Index — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
||||||
<link rel="apple-touch-icon-precomposed" href="_static/img/favicon-152.png">
|
<link rel="apple-touch-icon-precomposed" href="_static/img/favicon-152.png">
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Getting started — jrnl 1.7.9 documentation</title>
|
<title>Getting started — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Basic Usage" href="usage.html" />
|
<link rel="next" title="Basic Usage" href="usage.html" />
|
||||||
<link rel="prev" title="Overview" href="overview.html" />
|
<link rel="prev" title="Overview" href="overview.html" />
|
||||||
|
|
||||||
|
|
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.
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Overview — jrnl 1.7.9 documentation</title>
|
<title>Overview — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Getting started" href="installation.html" />
|
<link rel="next" title="Getting started" href="installation.html" />
|
||||||
<link rel="prev" title="jrnl: The command-line journal" href="index.html" />
|
<link rel="prev" title="jrnl: The command-line journal" href="index.html" />
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>FAQ — jrnl 1.7.9 documentation</title>
|
<title>FAQ — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="prev" title="Advanced Usage" href="advanced.html" />
|
<link rel="prev" title="Advanced Usage" href="advanced.html" />
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Search — jrnl 1.7.9 documentation</title>
|
<title>Search — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<script type="text/javascript" src="_static/searchtools.js"></script>
|
<script type="text/javascript" src="_static/searchtools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
||||||
</script>
|
</script>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Basic Usage — jrnl 1.7.9 documentation</title>
|
<title>Basic Usage — jrnl 1.7.10 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '1.7.9',
|
VERSION: '1.7.10',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
|
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
|
||||||
<link rel="next" title="Encryption" href="encryption.html" />
|
<link rel="next" title="Encryption" href="encryption.html" />
|
||||||
<link rel="prev" title="Getting started" href="installation.html" />
|
<link rel="prev" title="Getting started" href="installation.html" />
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
<h2>Viewing<a class="headerlink" href="#viewing" title="Permalink to this headline">¶</a></h2>
|
<h2>Viewing<a class="headerlink" href="#viewing" title="Permalink to this headline">¶</a></h2>
|
||||||
<div class="highlight-python"><pre>jrnl -n 10</pre>
|
<div class="highlight-python"><pre>jrnl -n 10</pre>
|
||||||
</div>
|
</div>
|
||||||
<p>will list you the ten latest entries,</p>
|
<p>will list you the ten latest entries (if you’re lazy, <tt class="docutils literal"><span class="pre">jrnl</span> <span class="pre">-10</span></tt> will do the same),</p>
|
||||||
<div class="highlight-python"><pre>jrnl -from "last year" -until march</pre>
|
<div class="highlight-python"><pre>jrnl -from "last year" -until march</pre>
|
||||||
</div>
|
</div>
|
||||||
<p>everything that happened from the start of last year to the start of last march. To only see your favourite entries, use</p>
|
<p>everything that happened from the start of last year to the start of last march. To only see your favourite entries, use</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue