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

Simple password manager. This repo has moved.

Notifications You must be signed in to change notification settings

vext01/tabr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected] -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.

About

Simple password manager. This repo has moved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published