EasyGnuPG / egpg

Easy GnuPG, shell scripts to make GnuPG more accessible and easier to use. (Migrated to: https://gitlab.com/EasyGnuPG/egpg)
GNU General Public License v3.0
26 stars 5 forks source link

Init GUI #65

Closed dashohoxha closed 6 years ago

dashohoxha commented 6 years ago

I am not able to get exactly your plan:

So far, I don't have any clear plan in mind.

I had thought of it by introducing a gui subcommand as egpg gui

This is a very good idea. Then we don't need to introduce ggpg.sh, but we can just create an alias: alias ggpg='egpg gui', or something like this.

dashohoxha commented 6 years ago

Can you give an brief overview of tasks so that I can understand your approach.

I also don't have a clear idea about the tasks. But I think that first we should define how the program should look and how it should behave (see #62 ). Then it should be easy to come up with an implementation plan (which parts will be built first, which next, etc.)