summaryrefslogtreecommitdiffstats
path: root/src/app/launcher.rs
AgeCommit message (Expand)Author
2021-07-25fix: Handle clipboard errorsorhun
2021-07-25feat: Add Wayland clipboard support (#30)Tim Visée
2021-07-19feat: Mark the default signing key with a symbolorhun
2021-07-19fix: Override the default key for all gpg fallback commandsorhun
2021-07-08feat: Add `--select` option (#24)orhun
2021-07-08refactor: Rename clipboard module and CopyType struct to 'selection'orhun
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-07feat: Support exporting secret subkeys (#15)orhun
2021-06-03refactor: Use eprintln macro while printing errorsorhun
2021-05-29test: Test the detail commands if gpg-tests feature is enabledorhun
2021-05-17fix: Use the same home directory for gpg commandsorhun
2021-05-16test: Extend launcher module tests about get/set commandsorhun
2021-05-15style: Update the information message for import operationorhun
2021-05-12feat: Add individual modes for the table sizeorhun
2021-05-10style: Apply formattingorhun
2021-05-10chore: Use dirs_next dependency instead of dirsorhun
2021-05-02test: Extend launcher module testsorhun
2021-05-02refactor: Add argument to splash screen for rendering stepsorhun
2021-04-29docs: Update the comment of the App structorhun
2021-04-29refactor: Create renderer moduleorhun
2021-04-28style: Add splash screenorhun
2021-04-27test: Update launcher module tests about refresh methodorhun
2021-04-27test: Extend launcher module testsorhun
2021-04-24feat: Show application banner on help taborhun
2021-04-23fix: Prevent panic on invalid widget heightorhun
2021-04-19feat: Add '--default-key' argument for setting the signing keyorhun
2021-04-19feat: Show information about the library configuration on helporhun
2021-04-19feat: Add Get/Set commands for the output directoryorhun
2021-04-16fix: Support scrolling to top/bottom in the options menuorhun
2021-04-15style: Use colored style for the key bindings listorhun
2021-04-15feat: Show additional information for the selected key bindingorhun
2021-04-14refactor: Add 'selected' method to custom table and list widgetsorhun
2021-04-14feat: Show key bindings on the help taborhun
2021-04-12feat: Add quit command to options menuorhun
2021-04-12feat: Remove individual detail levels from options menuorhun
2021-04-11style: Set options menu height based on number of itemsorhun
2021-04-11test: Set GNUPGHOME environment variable for gpg-testsorhun
2021-04-11feat: Add help taborhun
2021-04-08test: Add tests to launcher moduleorhun
2021-04-06refactor: Use Set command for minimizing/maximizing the tableorhun
2021-04-05fix: Handle clipboard initialize errorsorhun
2021-03-29style: Use hex representation of colors for outputorhun
2021-03-29feat: Add color argument for setting the terminal accent colororhun
2021-03-29refactor: Rename 'color' value to 'colored'orhun
2021-03-27fix: Update the duration of prompt messagesorhun
2021-03-27style: Show the key ID which is sent to the keyserverorhun
2021-03-27feat: Support refreshing the keyring with invoking gpg on CLIorhun
2021-03-27feat: Support receiving keys with invoking gpg on CLIorhun