Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Move installation guide from README.md to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
wzykubek committed Mar 29, 2020
1 parent 81e90e0 commit d773f5e
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,4 @@ List database entries | yes | **yes**
Remove entries from DB | yes | **yes**
Show entry informations | yes | **yes**

# Installation
## [From AUR](https://aur.archlinux.org/packages/rofi-keepassxc/)
## From source
### Dependencies
Package | Description
:--- | :---
rofi | application menu, dmenu replacement
keepassxc | open-source password manager
zsh | alternative shell and interpreter
xclip | CLI to the X11 clipboard

### Install dependencies
#### Arch Linux
```
sudo pacman -S --needed rofi keepassxc zsh xclip
```
#### Debian/Ubuntu
```
sudo apt install rofi keepassxc zsh xclip
```
#### Fedora
```
sudo dnf install rofi keepassxc zsh xclip
```
#### openSUSE
```
sudo zypper in rofi keepassxc zsh xclip
```
### Clone repository
```
git clone https://github.com/samedamci/rofi-keepassxc
```
### Usage
* Bind this script (e.g. in sxhkd or i3wm config) to any key or start it `./rofi-keepassxc/rofi-keepassxc`.
* Use `-d` or `--database` argument and specify your keepass database path.
* Enter your keepass database master password.
* Select any entry and use option which you want.
## [Wiki](https://github.com/samedamci/rofi-keepassxc/wiki)

0 comments on commit d773f5e

Please sign in to comment.