bilelmoussaoui / oo7

James Bond went on a new mission as a Secret Service provider
https://bilelmoussaoui.github.io/oo7/oo7/
MIT License
63 stars 12 forks source link

Re-implement `secret-tool` #48

Closed bilelmoussaoui closed 8 months ago

bilelmoussaoui commented 9 months ago

It is a binary provided by libsecret

usage: secret-tool store --label='label' attribute value ...
       secret-tool lookup attribute value ...
       secret-tool clear attribute value ...
       secret-tool search [--all] [--unlock] attribute value ...
       secret-tool lock --collection='collection'

It should be easy to write something similar in Rust using oo7's dbus API.