Skip to content

Commit

Permalink
Readme roadmap cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuhlman committed May 28, 2016
1 parent 9e6b270 commit 04ddefb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Build Status](https://travis-ci.org/tkuhlman/gopwsafe.svg)](https://travis-ci.org/tkuhlman/gopwsafe)
[![Coverage Status](https://coveralls.io/repos/tkuhlman/gopwsafe/badge.svg?branch=master&service=github)](https://coveralls.io/github/tkuhlman/gopwsafe?branch=master)


A password safe written in go using and implementing the [password safe](http://pwsafe.org/) version 3 database.
Simply download and run, no install needed.

Expand All @@ -26,22 +25,12 @@ Features:
# References
- V3 Password Safe Specification - https://github.com/pwsafe/pwsafe/blob/master/docs/formatV3.txt

# Todo
- Add the ability to create a new empty password db.
- pwsafe
- Finish implemenation of all record fields
- Finish implementation of all header fields.
# Roadmap
- Add a timeout to clear the clipboard a minute or so after copying a password.
- The ability copy/move entries from one open db to another.
- Prompt on exit if there are unsaved changes.

## Eventually
- Automatic storage of old passwords.
- Add a file selection tool for opening.
- The ability to diff two different databases.
- Full diff
- diff based on particular fields, name, username, url, password
- Edit of multiple entries at once for select fields, ie modify the group
- Look at gomobile would it be possible to write my code in such a way it can be used on Android and ios. See the utils talk slides for more details on gomobile.
- GTK3 with the gui built via Glade would be great or even better a native Go UI libary. Go is just missing a complete enough
implementation in either regard, but if one does surface I should investigate.

0 comments on commit 04ddefb

Please sign in to comment.