Skip to content

Commit 0f8b50a

Browse files
committed
docs(readme): update editor information
[ci skip]
1 parent 39fc2d0 commit 0f8b50a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It provides the following in a single binary:
99
- [age](https://github.com/FiloSottile/age) public-key and password encryption
1010
- Git version control of the password store ([go-git](https://github.com/go-git/go-git))
1111
- A fuzzy finder similar to [fzf](https://github.com/junegunn/fzf) for choosing entries ([go-fuzzyfinder](https://github.com/ktr0731/go-fuzzyfinder))
12-
- A multiline text editor for editing encrypted data without writing it to disk ([bubbles/textarea](https://github.com/charmbracelet/bubbles))
12+
- A multiline text editor for editing encrypted data without writing it to disk (modified [bubbles/textarea](https://github.com/charmbracelet/bubbles))
1313

1414
## Description
1515

@@ -455,7 +455,10 @@ cap_mkdb /etc/login.conf
455455

456456
### Interactive editor
457457

458-
The editor includes the default [bubbles/textarea key bindings](https://github.com/charmbracelet/bubbles/blob/8624776d4572078ae6ff098d454c719047f9eb83/textarea/textarea.go#L71).
458+
![Screenshot of the editor in a terminal showing a TOML entry.
459+
The TOML entry has a password "hunter2" and a test TOTP URL.](editor.png)
460+
461+
The editor includes the following key bindings.
459462

460463
#### Session
461464

editor.png

25.4 KB
Loading

0 commit comments

Comments
 (0)