Skip to content

feat: Added displaying of all fields of a record into list and show#155

Merged
hazcod merged 2 commits into
hazcod:masterfrom
HQJaTu:improved-show
May 29, 2026
Merged

feat: Added displaying of all fields of a record into list and show#155
hazcod merged 2 commits into
hazcod:masterfrom
HQJaTu:improved-show

Conversation

@HQJaTu
Copy link
Copy Markdown

@HQJaTu HQJaTu commented May 29, 2026

On list or show, there is only a tiny amount of fields displayed: "title", "login", "category", "label", "type".

This improvement will fetch all fields. To display all fields, a new switch -detailed was introduced. This will also work in -json.

@hazcod hazcod merged commit 7890c9c into hazcod:master May 29, 2026
3 of 4 checks passed
Comment thread cmd/enpasscli/main.go
if err != nil {
logger.WithError(err).Fatal("could not marshal JSON data")
}
fmt.Println(string(jsonData))
Comment thread cmd/enpasscli/main.go
format += " password: %s"
vals = append(vals, r.Password)
}
logger.Printf(format, vals...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants