mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Fixes typos in readme
This commit is contained in:
parent
e3613b8628
commit
ba2b4a592a
2 changed files with 22 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -20,3 +20,5 @@ lib64
|
|||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
.DS_Store
|
||||
|
||||
|
|
12
README.md
12
README.md
|
@ -62,7 +62,7 @@ everything that happened from the start of last year to the start of last march.
|
|||
|
||||
Keep track of people, projects or locations, by tagging them with an `@` in your entries:
|
||||
|
||||
jrnl Had a wonderful day on the #beach with @Tom and @Anna.
|
||||
jrnl Had a wonderful day on the @beach with @Tom and @Anna.
|
||||
|
||||
You can filter your journal entries just like this:
|
||||
|
||||
|
@ -74,7 +74,14 @@ Will print all entries in which either `@pinkie` or `@WorldDomination` occurred.
|
|||
|
||||
the last five entries containing both `@pineapple` __and__ `@lubricant`. You can change which symbols you'd like to use for tagging in the configuration.
|
||||
|
||||
> __Note:__ `jrnl @pinkie @WorldDomination` will switch to viewing mode because although now command line arguments are given, all the input strings look like tags - _jrnl_ will assume you want to filter by tag.
|
||||
> __Note:__ `jrnl @pinkie @WorldDomination` will switch to viewing mode because although _no_ command line arguments are given, all the input strings look like tags - _jrnl_ will assume you want to filter by tag.
|
||||
|
||||
### Composing:
|
||||
|
||||
Composing mode is entered by either starting `jrnl` without any arguments -- which will prompt you to write an entry or launch your editor -- or by just writing an entry on the prompt, such as
|
||||
|
||||
jrnl today at 3am: I just met Steve Buscemi in a bar! He looked funny.
|
||||
|
||||
|
||||
### Smart timestamps:
|
||||
|
||||
|
@ -185,6 +192,7 @@ The `default` journal gets created the first time you start _jrnl_. Now you can
|
|||
will both use `~/work.txt`, while `jrnl -n 3` will display the last three entries from `~/journal.txt` (and so does `jrnl default -n 3`).
|
||||
|
||||
You can also override the default options for each individual journal. If you `.jrnl_conf` looks like this:
|
||||
|
||||
{
|
||||
...
|
||||
"encrypt": false
|
||||
|
|
Loading…
Add table
Reference in a new issue