Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Latest commit

 

History

History
50 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.15 KB

Tabr

Tabr is a simple password manager.

Features

  • Written in stable-compatible Rust.
  • Backed by GnuPG.
  • Command-line interface and Dmenu GUI.
  • Clipboard support.
  • Notify-send support.

Getting Started

Run tabr with no arguments for help setting up a config file.

Run tabr --help for usage information.

Examples

Add a password:

tabr add mypassword

Add a password specifying a username, email address and a comment:

tabr add -u myusername -e myemail@me.com -c "account created 2018-01-01" mypassword

Put the cleartext of a password into the clipboard:

tabr clip mypassword

Dealing with openssl-sys on OpenBSD-current

When building tabr on OpenBSD-current, if you get errors about your LibreSSL being too new, then sadly you will have to revert to using OpenSSL. Install OpenSSL from packages or ports, and then set OPENSSL_INCLUDE_DIR and OPENSSL_LIB_DIR in your environment, e.g.:

OPENSSL_INCLUDE_DIR=/usr/local/include/eopenssl11 OPENSSL_LIB_DIR=/usr/local/lib/eopenssl11 cargo build

The Name

In Frank Herbert's Dune, Sietch Tabr is one of the primary hideouts of the Fremen people of Arrakis.