You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ It provides the following in a single binary:
9
9
-[age](https://github.com/FiloSottile/age) public-key and password encryption
10
10
- Git version control of the password store ([go-git](https://github.com/go-git/go-git))
11
11
- 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))
13
13
14
14
## Description
15
15
@@ -455,7 +455,10 @@ cap_mkdb /etc/login.conf
455
455
456
456
### Interactive editor
457
457
458
-
The editor includes the default [bubbles/textarea key bindings](https://github.com/charmbracelet/bubbles/blob/8624776d4572078ae6ff098d454c719047f9eb83/textarea/textarea.go#L71).
458
+

0 commit comments