summaryrefslogtreecommitdiffstats
path: root/src/app/handler.rs
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-06-07feat: Support exporting secret subkeys (#15)orhun
2021-06-03refactor: Use eprintln macro while printing errorsorhun
2021-06-02feat: Support xplr for file selection (closes #2)orhun
2021-05-12feat: Add individual modes for the table sizeorhun
2021-05-10chore: Use dirs_next dependency instead of dirsorhun
2021-04-29test: Run handler tests if gpg-tests feature is providedorhun
2021-04-29fix: Disable running commands while splash screen is presentorhun
2021-04-16feat: Use PageUp/PageDown keys for scrolling to top/bottomorhun
2021-04-15style: Use colored style for the key bindings listorhun
2021-04-14refactor: Add 'selected' method to custom table and list widgetsorhun
2021-04-11feat: Add help taborhun
2021-04-06refactor: Use Set command for minimizing/maximizing the tableorhun
2021-04-06test: Add tests about prompt to handler moduleorhun
2021-04-06test: Add tests about Set command to handler moduleorhun
2021-04-06test: Extends handler tests about key management commandsorhun
2021-04-06test: Add tests to handler moduleorhun
2021-04-06refactor: Handle input and command execution separatelyorhun
2021-03-31fix: Prevent overriding the current taborhun
2021-03-29refactor: Rename 'color' value to 'colored'orhun
2021-03-27feat: Support refreshing the keyring with invoking gpg on CLIorhun
2021-03-27feat: Support receiving keys with invoking gpg on CLIorhun
2021-03-27feat: Support sending selected key to the keyserverorhun
2021-03-26feat: Use Set command for import shortcutorhun
2021-03-25feat: Support signing keys with invoking gpg on CLIorhun
2021-03-24feat: Support editing keys with invoking gpg on CLIorhun
2021-03-23feat: Support creating keys with invoking gpg on CLIorhun
2021-03-22feat: Allow changing the style with Set commandorhun
2021-03-22feat: Ask for confirmation before removing a key from keyringorhun
2021-03-21feat: Support deleting a key from the keyringorhun
2021-03-21refactor: Use a handler method for checking the command validityorhun
2021-03-20fix: Enable or disable mouse capture on mode change with Set commandorhun
2021-03-20feat: Support scrolling to top/bottom of the keys tableorhun
2021-03-19fix: Check if armored output is enabled before copying the keyorhun
2021-03-16feat: Use space key for showing options menuorhun
2021-03-16feat: Close the options menu on ESC pressorhun
2021-03-16fix: Prevent panic on empty tableorhun
2021-03-15feat: Add command options to menuorhun
2021-03-13feat: Use StatefulList widget for options menuorhun
2021-03-12feat: Add ShowOptions command for showing popup menuorhun
2021-03-04refactor: Create TableState struct for TUI and scroll statesorhun
2021-03-02feat: Add key bindings for selecting the next/previous taborhun
2021-03-02refactor: Add tab module for specifying the application tabsorhun
2021-02-28feat: Allow setting the bottom margin of the keys tableorhun
2021-02-25refactor: Rename Error field of OutputType to Failureorhun
2021-02-24fix: Remove copy action from 'c' key pressorhun
2021-02-21feat: Support copying the exported keyorhun
2021-02-20feat: Add output type for changing the style of promptorhun
2021-02-19feat: Allow setting the detail level with Set commandorhun