-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ward edit --gen #2
Comments
Is Ward not maintained anymore? Abandonware? |
I use ward every single day still, but admittedly, I've been negligent in maintaining it. I hit this issue every time I have to rotate passwords, so I realize how annoying it is. Also, really, I have no idea how many people use this. Based off of the stars and feedback, I sort of assumed it was just me these days, so I've been willing to put up with the rough edges. I'll take a look at this issue sometime this weekend. It should be easy to fix. As an aside, there are a few architectural changes I want to make. I'd be interested in your feedback:
I know this is way more than what you were asking about, but it's where my head is at. Yes, I realize there are a thousand password managers that already do all of this in some way, but this has been a great outlet for me to learn and explore with. |
Good morning, Chris. The niche of password managers has already been developed, i.e. there are longtime favourites such as Keepass and Lastpass, so there is a basic set of features one expects to find before providing any feedback. Why would someone look for and try out Therefore, I expect |
Thanks for the input. I appreciate it. I am aware of Lastpass, Keepass, 1Password, etc. I've used them to varying degrees, and while I do like many aspects of them, I also see the bloat and surface area they expose. As it currently stands, this project has a significantly smaller surface area. It's a glorified command-line interface to a SQLite database encrypted with Go encryption libraries. The entire system consists of two files with zero dependencies: the I've used this nearly every day since the project's inception almost two years ago, and it's worked well for me. As I mentioned, it could use some upkeep and love, but the majority of the issues are usability tweaks and quality-of-life changes. If you're interested, try it out. If not, no worries. Regardless, thanks again for the feedback. |
Chris, you repeat my words from the first paragraph, perhaps you read the reply too hastily. I used |
Allow user to use the password generator when editing a credential.
The text was updated successfully, but these errors were encountered: