XPManager

Crates.ioXPManager
lib.rsXPManager
version2.3.0
created_at2025-04-28 08:28:45.974885+00
updated_at2025-05-31 08:29:10.697795+00
descriptionA fast and efficient CLI tool for managing passwords and encrypting sensitive data.
homepagehttps://xpmanager.github.io/
repositoryhttps://github.com/xpmanager/XPManager
max_upload_size
id1651929
size189,298
Mohaned Mohammed Sherhan (Mohaned2023)

documentation

https://xpmanager.github.io/docs/intro

README

XPManager:

It's good to have a CLI tool that manages your passwords and lets you control them and quickly create new passwords of various sizes to suit your needs. This is where XPManager comes in to help you manage passwords, and also allows you to work with files/folders and secure them with the Fernet encryption.

v2.3.0, What's New?

Documentation:

See XPManager documentation

Installation Instructions:

See XPManager installation instructions

Install with Crates.io:

$ cargo install XPManager
$ xpm --version

Cargo:

  • Clone the repo:
$ git clone https://github.com/xpmanager/XPManager.git
$ cd XPManager
  • Run
$ cargo run -- --version
  • Test
$ cargo test
  • Build with Release
$ cargo build --release
  • Build deb package
$ cargo install cargo-deb
$ cargo deb

Usage:

See XPManager usage guide

Exit Codes:

See XPManager exit codes


By Mohaned Sherhan (Mr.x)

Commit count: 89

cargo fmt