dispass

command module
v0.0.0-...-2e0dfad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2026 License: MIT Imports: 5 Imported by: 0

README

dispass logo

 

Email Static Badge Go

A lightweight and comfortable CLI password manager, written in Go and powered by Bubble Tea


dispass demo

⚡ Features

  • 🔐 Local-first password storage: All credentials live in a single encrypted file.
  • Instant search & autocomplete: A built-in index for speedy password finding.
  • 🔄 Easy migration: Import seamlessly from existing password managers.
  • 🎨 Fully customizable: Tweak colors and appearance to match your terminal setup.

🔧 Installation

go install github.com/dismint/dispass@latest

⚙️ Configuration

You can configure dispass with a dispass.toml located either in the working directory or at $HOME/.config/dispass

# dispass.toml default configuration

[colors.light]
symbol          = "#4b726e"
text            = "#4b3d44"
help_key        = "#847875"
help_desc       = "#574852"
help_sep        = "#ab9b8e"
border          = "#4b726e"
message_error   = "#79444a"
message_success = "#4b726e"
message_notif   = "#8caba1"

[colors.dark]
symbol          = "#8caba1"
text            = "#d2c9a5"
help_key        = "#847875"
help_desc       = "#ab9b8e"
help_sep        = "#574852" 
border          = "#8caba1"
message_error   = "#c77b58"
message_success = "#8caba1"
message_notif   = "#4b726e"

🔨 Development

dispass is organized as a standard Go project and can be built as such:

# build to ./dispass
go build .
# develop
go run .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL