https://github.com/musaubrian/tg
CLI password manager
https://github.com/musaubrian/tg
cli go golang sqlite
Last synced: 6 days ago
JSON representation
CLI password manager
- Host: GitHub
- URL: https://github.com/musaubrian/tg
- Owner: musaubrian
- License: mit
- Created: 2023-01-11T18:35:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T06:51:50.000Z (over 1 year ago)
- Last Synced: 2024-06-22T13:14:47.486Z (over 1 year ago)
- Topics: cli, go, golang, sqlite
- Language: Go
- Homepage: https://pkg.go.dev/github.com/musaubrian/tg
- Size: 623 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TG
[](https://goreportcard.com/report/github.com/musaubrian/tg)
[](https://pkg.go.dev/github.com/musaubrian/tg)
[](https://github.com/musaubrian/tg/actions/workflows/test.yml)
A command line password manager.
Thats it.
## Installation
If you have go installed simply run
```sh
go install github.com/musaubrian/tg@latest
```
or
```sh
git clone https://github.com/musuabrian/tg
cd tg
go build .
```
or get one of the releases [archives](https://github.com/musaubrian/tg/releases)
Contributions are welcomed
Powered by [huh](https://github.com/charmbracelet/huh) and [lipgloss](https://github.com/charmbracelet/lipgloss)