Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

bw-cli debian package

Package built contains repacked https://bitwarden.com/download/?app=cli&platform=linux binary, man page and zsh completion.

bw is a command-line interface tool for interacting with Bitwarden, a secure password manager.

Features

  • Securely access and manage your Bitwarden vault from the terminal
  • Add, edit, and delete items
  • Search and view vault entries
  • Supports login, logout, and session management

Installation

sudo apt install lsb-release wget apt-transport-https bzip2

wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg]  https://repo.vitexsoftware.com  $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update

sudo apt install bw-cli

Usage

bw [command] [options]

Common Commands

  • login — Authenticate with your Bitwarden account
  • logout — End your session
  • list — List all vault items
  • get <item> — Retrieve a specific item
  • add — Add a new item

Configuration

Configure your environment variables or use a config file as needed for authentication.

Building

git clone https://github.com/VitexSoftware/bw-cli.git
cd bw-cli
debuild -us -uc

Contributing

Contributions are welcome! Please open issues or submit pull requests on GitHub.

License

This project is licensed under the MIT License.

About

BitWarden commandline tool repack for Debian

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors