Skip to content

Commit 0a258f3

Browse files
authored
Update README.md
1 parent 0c91d75 commit 0a258f3

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ A TUI for pass
77
## Introduction
88

99
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.
1111

1212
`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`).
1414
More on the current state of development can be found below.
1515

1616
The name `passepartui` is a combination of "passepartout", French for "master key", and "TUI".
@@ -83,13 +83,15 @@ Planned for future versions:
8383

8484
* Background updates
8585
* 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
94+
* Sorting of the password table by columns
9395

9496
Clippy:
9597

0 commit comments

Comments
 (0)