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

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

Awesome Lists containing this project

README

          

# TG

[![Go Report Card](https://goreportcard.com/badge/github.com/musaubrian/tg)](https://goreportcard.com/report/github.com/musaubrian/tg)
[![Go Reference](https://pkg.go.dev/badge/github.com/musaubrian/tg.svg)](https://pkg.go.dev/github.com/musaubrian/tg)
[![tests](https://github.com/musaubrian/tg/actions/workflows/test.yml/badge.svg)](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)