o

osecret

v0a9b85blibrary

No description provided.

0 stars0 forksUnknownupdated 10 months ago
Open repo

GoSecret (Odin Port)

This folder contains an initial Odin port of the Go gosecret CLI.

Status: CLI wired to Secret Service via libsecret (D-Bus).

Build

Requires the Odin compiler to be installed and on your PATH.

  • Build: odin build . -out:osecret
  • Run: ./osecret <command> [args]

Usage

The CLI mirrors the Go version:

  • set <key> [value]
  • get <key>
  • delete <key>
  • list [pattern]

Notes:

  • Interactive hidden password input is not implemented yet (reads plaintext from stdin when no value is provided).
  • Requires libsecret development files at build time.

Next Steps

Options to improve:

  • Add interactive password input (disable echo via termios).
  • Print created/modified timestamps by loading more item metadata.
Package Info
Version
v0a9b85b
License
Unknown
Author
@codegod100
Type
library
Forks
0
Created
10 months ago
Updated
10 months ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks