gopasspw / gopass

The slightly more awesome standard unix password manager for teams
https://www.gopass.pw/
MIT License
5.82k stars 485 forks source link

Reorganizing password store content #1866

Open dominikschulz opened 3 years ago

dominikschulz commented 3 years ago

Assume one has a large password store that has grown over time, with no consistent folder structure.

What would be that easiest way to reorganize these?

A bash script would work, but I think that's bit too advanced for many users. Maybe we could dump all secret names into a text file and launch an editor that allows easily reorganizing them?

innovate-invent commented 3 years ago

cant you just reorganise ~/.password-store? and manually commit it?

dominikschulz commented 3 years ago

Yes, sure. I was wondering if we could provide a more user friendly interface to that. But if you're proficient with the command line and git you can definitely do that.

fullstopslash commented 2 years ago

Yes, sure. I was wondering if we could provide a more user friendly interface to that. But if you're proficient with the command line and git you can definitely do that.

Credentials are stored in files. Why not simply use one of your favorite file managers? My input would be don't try to reinvent the wheel, just focus on making gopass better at managing passwords.