Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzykubek/rofi-keepassxc
Simple keepassxc-cli frontend in rofi/dmenu.
https://github.com/wzykubek/rofi-keepassxc
keepassxc rofi rofi-scripts shell-script
Last synced: 3 months ago
JSON representation
Simple keepassxc-cli frontend in rofi/dmenu.
- Host: GitHub
- URL: https://github.com/wzykubek/rofi-keepassxc
- Owner: wzykubek
- License: isc
- Archived: true
- Created: 2020-03-11T15:30:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T18:17:44.000Z (over 4 years ago)
- Last Synced: 2024-06-19T16:06:55.822Z (5 months ago)
- Topics: keepassxc, rofi, rofi-scripts, shell-script
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 41
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rofi-keepassxc
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/samedamci/rofi-keepassxc?label=ver&logo=github&style=for-the-badge)
## Description
Simple keepassxc-cli frontend in rofi menu.### Features
Function | keepassxc-cli | rofi-keepassxc
:--- | :--- | :---
Use more than one DBs | yes | no
Add new entry to DB | yes | **yes**
Groups support | yes | no
Analyze passwords for weaknesses and problems | yes | no
Copy password to clipboard | yes | **yes**
Copy username to clipboard | **no**| **yes**
Copy URL to clipboard | **no** | **yes**
Edit entry | yes | **yes**
Estimate the entropy of a password | yes | no
Generate random password | yes | **yes**
List database entries | yes | **yes**
Remove entries from DB | yes | **yes**
Show entry informations | yes | **yes**### Installation guide
## Arch Linux
Install package from [AUR](https://aur.archlinux.org/packages/rofi-keepassxc/).
```shell
yay -S rofi-keepassxc
```
Or version from git master branch `rofi-keepassxc-git`.
## From source
Clone this repo.
```shell
git clone https://github.com/samedamci/rofi-keepassxc
cd rofi-keepassxc
```
Add script to your PATH or use relative path to run `./rofi-keepassxc`.