This repository has been archived by the owner on Oct 25, 2018. It is now read-only.
forked from nyarly/simplekey
-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
👍 I am going to have a look at it soon. If you need to merge it (for example if it prevents you from working further) you can go on. I can still review it and make any necessary fixes after it has been merged. |
Cool! |
Thanks, I appreciate it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #87, Closes #86 , Closes #80
This pr implements the most of the contact commands as well as key commands for initialization.
I have added possible improvements as TODO's, they are mostly something I struggled with either conceptually or because of yad.
@dashohoxha have a look whenever you are free.
TODO's required some thinking and discussion so I would probably solve them in another pr.
Note:
contact search
it was difficult to implement the gui. I have launched a gnome-terminal instance instead with the gui command. While testing on the container, you will require to download the same. I am not adding it in docker file as it is a temporary solution. Will improve in another prSince I was taking many features in consideration, I have used commits with proper messages for each unit. It might help you in review.