summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-07-08feat: Add `--select` option (#24)orhun
2021-07-08refactor: Rename clipboard module and CopyType struct to 'selection'orhun
2021-07-07refactor: Extend the FromStr implementation of CopyTypeorhun
2021-06-26test: Update application command testsorhun
2021-06-25fix: Apply clippy lintsorhun
2021-06-25feat: Support importing keys from the clipboard (#3)orhun
2021-06-13fix: Apply clippy lintsv0.5.0orhun
2021-06-13feat: Support setting the default signing key via options menuorhun
2021-06-09fix: Expand tilde character to the home directory (fixes #22)orhun
2021-06-07feat: Support exporting secret subkeys (#15)orhun
2021-06-07refactor: Extract get_output_file from export_keys methodorhun
2021-06-04feat: Display notations of the signatures (#8)orhun
2021-06-03refactor: Use eprintln macro while printing errorsorhun
2021-06-02feat: Support xplr for file selection (closes #2)orhun
2021-05-29test: Test the detail commands if gpg-tests feature is enabledorhun
2021-05-29test: Mark test_gpg_key as gpg-testsorhun
2021-05-22feat: Show the armored status on help pageorhun
2021-05-22refactor: Change the key to check for gpg testsorhun
2021-05-20feat: Add shell completion generation scriptorhun
2021-05-20refactor: Update project structureorhun
2021-05-17refactor: Rename output argument to outdirorhun
2021-05-17fix: Use the same home directory for gpg commandsorhun
2021-05-17style: Update the indicator for invalid signatureorhun
2021-05-17feat: Use the same environment variable for homedir as gpgorhun
2021-05-16test: Extend launcher module tests about get/set commandsorhun
2021-05-16fix: Prevent panic on invalid output commandorhun
2021-05-15style: Update the information message for import operationorhun
2021-05-13style: Show unknown sign for missing signature keysorhun
2021-05-13test: Extend table module testsorhun
2021-05-12feat: Add individual modes for the table sizeorhun
2021-05-12docs: Update comments of EventHandler due to type visibilityorhun
2021-05-11fix: Check the bracket positions before attempting to add styleorhun
2021-05-10style: Apply formattingorhun
2021-05-10chore: Use dirs_next dependency instead of dirsorhun
2021-05-04style: Update the description of paste key bindingorhun
2021-05-02docs: Update project descriptionorhun
2021-05-02chore: Upgrade tui-rs dependencyorhun
2021-05-02test: Extend launcher module testsorhun
2021-05-02test: Extend splash module testsorhun
2021-05-02test: Add tests to splash moduleorhun
2021-05-02refactor: Add argument to splash screen for rendering stepsorhun
2021-05-01chore: Warn for more lintsorhun
2021-05-01fix: Add offset to information text heightorhun
2021-04-30style: Show banner before help messageorhun
2021-04-29docs: Update the comment of the App structorhun
2021-04-29refactor: Use constant value for the required version of GPGMEorhun
2021-04-29test: Run handler tests if gpg-tests feature is providedorhun
2021-04-29refactor: Create renderer moduleorhun
2021-04-29refactor: Rename path variable to assetorhun
2021-04-29fix: Disable running commands while splash screen is presentorhun