summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-07-14fix: Run the terminal on stderr and use stdout for output (#27)orhun
2021-07-08feat: Add `--select` option (#24)orhun
2021-05-20refactor: Update project structureorhun
2021-05-02docs: Update project descriptionorhun
2021-05-01chore: Warn for more lintsorhun
2021-04-29refactor: Use constant value for the required version of GPGMEorhun
2021-04-28docs: Warn for missing documentationorhun
2021-04-06refactor: Handle input and command execution separatelyorhun
2021-03-06feat: Add --style argument for specifying the terminal styleorhun
2021-01-31test: Add tests to gpg moduleorhun
2021-01-27refactor: Add config module for managing GPGME configurationsorhun
2021-01-25feat: Add command for exporting public/secret keysorhun
2021-01-21feat: Add prompt module for handling input/output textorhun
2021-01-19feat: Add command for showing secret keysorhun
2021-01-15refactor: Allow toggling details for individual rowsorhun
2021-01-14refactor: Use a separate state module for App statesorhun
2021-01-05chore: Check for GPGME version 1.7.0orhun
2020-12-31feat: Set GPGME engine home directory via '--homedir'orhun
2020-12-30feat: Add refresh method to Apporhun
2020-12-30feat: Show public keys via rendering a custom StatefulListorhun
2020-12-30refactor: Update the project structureorhun
2020-12-30feat: Add gpg module for initializing GPGMEorhun
2020-12-27feat: Use structopt for parsing command line argumentsorhun
2020-12-26feat: Initialize TUI and event handlerorhun
2020-12-25Initial commitorhun