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)
- Host: GitHub
- URL: https://github.com/mevdschee/lesspass-gui
- Owner: mevdschee
- License: mit
- Created: 2017-04-18T20:53:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T11:28:05.000Z (almost 5 years ago)
- Last Synced: 2025-04-26T15:02:39.752Z (9 months ago)
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lesspass-gui
A GUI for the [lesspass.go](https://github.com/mevdschee/lesspass.go/) package (written in Go).

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!