summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-02-11chore: Bump dependenciesOrhun Parmaksız
2023-02-11fix: Make detail level optional in config (#53)Orhun Parmaksız
2023-01-13style: Apply formatting via rustfmtOrhun Parmaksız
2023-01-13fix: Apply clippy lintsOrhun Parmaksız
2023-01-11fix: Do not reset the color on state refresh (#51)Orhun Parmaksız
2022-11-21Merge branch 'master' of ssh://github.com/orhun/gpg-tuiOrhun Parmaksız
2022-11-21fix: Apply clippy lintsOrhun Parmaksız
2022-08-21refactor: Fix typos (#45)Kian-Meng Ang
2022-08-17chore: Bump dependenciesOrhun Parmaksız
2022-08-17refactor: Apply clippy lints for testsOrhun Parmaksız
2022-08-17feat: Support setting the detail level via config or args (#44)Orhun Parmaksız
2022-08-15fix: Apply clippy lintsOrhun Parmaksız
2022-05-27test: Fix the keycode handler testOrhun Parmaksız
2022-05-27test: Update custom key binding handler testOrhun Parmaksız
2022-05-27test: Update application handler tests about custom key bindingsOrhun Parmaksız
2022-05-27style: Fix the formattingOrhun Parmaksız
2022-05-27feat: Support customizing key bindings (#6)Orhun Parmaksız
2022-02-19test: Add tests for custom file nameOrhun Parmaksız
2022-02-19feat: Support custom file name for the exported keys (#4)Orhun Parmaksız
2022-02-18refactor: Apply clippy::needless_borrow suggestionOrhun Parmaksız
2022-02-18refactor: Switch to clap for argument parsingOrhun Parmaksız
2021-12-14refactor: Apply clippy::single_char_pattern suggestionOrhun Parmaksız
2021-12-03feat: Allow showing options menu for empty keyrings (closes #41)Orhun Parmaksız
2021-12-03refactor: Apply clippy::format_in_format_args suggestionOrhun Parmaksız
2021-11-07fix: Use references for OS command arguments (#42)Orhun Parmaksız
2021-10-10fix: Remove the hardcoded last character from renderer testsOrhun Parmaksız
2021-10-10fix: Use a fixed line width for renderer testsOrhun Parmaksız
2021-10-10chore: Disable the gpg info renderer testOrhun Parmaksız
2021-10-10chore: Disable the terminal buffer check temporarilyOrhun Parmaksız
2021-10-10fix: Use implicit reference for state module testsOrhun Parmaksız
2021-10-10refactor: Apply clippy::needless_lifetimes suggestionOrhun Parmaksız
2021-10-10feat: Support changing the default file explorerOrhun Parmaksız
2021-10-10refactor: Allow dead code for event handler fieldsOrhun Parmaksız
2021-09-01fix: Update handler module tests about ChangeStyle commandorhun
2021-09-01refactor: Use `:style` command for changing stylesorhun
2021-09-01test: Add tests for configuration parserorhun
2021-08-31feat: Support global locations for the configuration fileorhun
2021-08-31feat: Check `GPG_TUI_CONFIG` environment variable for config fileorhun
2021-08-31feat: Add a configuration file (#5)orhun
2021-08-29refactor: Remove bare unwrap from GpgConfig resultorhun
2021-08-15docs: Update the example shell completions commandorhun
2021-08-07test: Fix the failing test about options menu titleorhun
2021-08-07fix: Mark the unsupported algorithms as unrecognized/unknownorhun
2021-08-07feat: Center the options menu titleorhun
2021-08-06feat: Add config for splash screen to check SHA256 hash of assetsorhun
2021-08-06chore: Bump `rust-embed` to `6.0.0`orhun
2021-07-25fix: Handle clipboard errorsorhun
2021-07-25feat: Add Wayland clipboard support (#30)Tim Visée
2021-07-20fix: Sleep the event handler thread if input is disabled (#29)orhun
2021-07-19feat: Mark the default signing key with a symbolorhun