Marc-Antoine Perennou

Results 122 comments of Marc-Antoine Perennou

Hmm, what is the goal of your script? Wouldn't something like `for index in $(gpaste-client search "foo bar" -o | cut -d ':' -f 1); do gpaste-client delete $index; done`...

That’s exactly what I was thinking of. I’ll just add an uuid to items and allow deleting by uuid On Wed 4 Apr 2018 at 15:26, hkcorac wrote: > I...

There is work in progress to handle this through a portal. there are other shortcuts that won't be doable like this. Also, it should work fine for X11 sessions. And...

basic daemon with text-only support working as of now

You can specify a name when adding a password or setting an item as a password, and you can also rename a password already (in your case, the autogenerated password...

You can do it using gpaste-client (the CLI) or the dbus interface

How do you copy your password? If you get them from some password manager, or if you generate them, you can do something like ``` generate_password | gpaste-client add-password "Password...

I guess something like that could be done