6 releases

Uses new Rust 2024

new 0.3.0 Mar 28, 2025
0.2.2 Mar 23, 2025
0.2.0 Feb 26, 2025
0.1.2 Oct 28, 2024

#1322 in Command line utilities

Download history 15/week @ 2024-12-08 2/week @ 2025-02-02 1/week @ 2025-02-09 125/week @ 2025-02-23 28/week @ 2025-03-02 1/week @ 2025-03-09 194/week @ 2025-03-23

231 downloads per month

MIT license

145KB
3.5K SLoC

entrust

Entrust is a CLI password manager inspired by and semi-compatible with pass. It saves passwords as files encrypted with either gpg or age.

It is developed primarily for educational purposes, to learn a bit of Rust and play around with CLI and TUI libraries. Though it should be just about serviceable, I do not recommend anyone actually use it.

Installation

Currently only via cargo:

cargo install --locked entrust

Basic usage

# add entries
ent add something/username
ent add something/password

# print an entry
ent get something/password

# interactively select an entry to print
ent get

# copy an entry to the clipboard
ent get -c something/password

# autotype into the previously active window
ent autotype 'something/username:{tab}:something/password:{enter}'

Dependencies

~11–41MB
~632K SLoC