mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
Add recipe to select an entry with fzf
This commit is contained in:
parent
4de6619bfb
commit
f3613cd519
1 changed files with 9 additions and 0 deletions
|
@ -93,6 +93,15 @@ log_question 'What did I achieve today?'
|
|||
log_question 'What did I make progress with?'
|
||||
```
|
||||
|
||||
### Filtering with FZF
|
||||
|
||||
Use the search powers of [fzf](https://github.com/junegunn/fzf) to select an
|
||||
entry from the list of titles and display the full entry.
|
||||
|
||||
``` sh
|
||||
jrnl -on "$(jrnl --short | fzf --ansi --tac | cut -d' ' -f1,2)"
|
||||
```
|
||||
|
||||
## External editors
|
||||
|
||||
To use external editors for writing and editing journal entries, set
|
||||
|
|
Loading…
Add table
Reference in a new issue