An open API service indexing awesome lists of open source software.

https://github.com/mevdschee/lesspass-gui

A GUI for the lesspass.go package (written in Go)
https://github.com/mevdschee/lesspass-gui

Last synced: 6 months ago
JSON representation

A GUI for the lesspass.go package (written in Go)

Awesome Lists containing this project

README

          

# lesspass-gui

A GUI for the [lesspass.go](https://github.com/mevdschee/lesspass.go/) package (written in Go).

![lesspass-gui screenshot](screenshot.png)

The screenshot shows the official LessPass site widget (top) and this project (bottom) with the same output.

see: https://lesspass.com

### building

To build, run:

go build

If you get:

No package 'gtk+-3.0' found

You need to install:

sudo apt install libgtk-3-dev

To execute, run:

./lesspass-gui

Enjoy!