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
+11-9
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ A TUI for pass
7
7
## Introduction
8
8
9
9
I started this project as a way to practice programming in Rust while reading the [Rust Book](https://doc.rust-lang.org/stable/book/title-page.html).
10
-
Therefore this project is still in an early alpha version, however user interaction is mostly finished.
10
+
Therefore this project is still in an alpha version, however user interaction is mostly finished.
11
11
12
12
`passepartui` relies for all decryption operations on [pass](https://www.passwordstore.org/), one-time passwords (OTP) are handled by [`pass-otp`](https://github.com/tadfisher/pass-otp).
13
-
Functionality for changing the password store is currently not implemented.
13
+
Currently no functionality for manipulating the password store, e.g. adding or deleting a password, is implemented. For those operations use `pass` directly from your terminal (refer to `man pass`).
14
14
More on the current state of development can be found below.
15
15
16
16
The name `passepartui` is a combination of "passepartout", French for "master key", and "TUI".
@@ -83,13 +83,15 @@ Planned for future versions:
83
83
84
84
* Background updates
85
85
* Support for symbolic links in store
86
-
* Tree view for folders <https://github.com/EdJoPaTo/tui-rs-tree-widget>
87
-
* Decryption of password files with rust (possibly with sequoia-openpgp)
88
-
This allows for
89
-
* showing all passwords at once when scrolling in the corresponding view mode
90
-
* displaying flags for set fields in password table
91
-
* Column sorting
92
-
* Theming
86
+
* Tree view for folders (for example [Ratatui Tree Widget](https://github.com/EdJoPaTo/tui-rs-tree-widget))
87
+
* Configuration file for setting options
88
+
* Theming, e.g. for using the terminal color theme
89
+
* Decryption of password files with Rust (possibly with sequoia-openpgp).
90
+
This would allow for
91
+
* showing which fields are set in the password preview
92
+
* showing all passwords at once when scrolling in the corresponding view mode (optional)
93
+
* displaying flags for set fields in the password table
0 commit comments