summaryrefslogtreecommitdiffstats
path: root/src/app/prompt.rs
AgeCommit message (Expand)Author
2021-07-08feat: Add `--select` option (#24)orhun
2021-04-06test: Update prompt module tests about output typesorhun
2021-03-26refactor: Use constant values for prompt prefixesorhun
2021-03-22feat: Ask for confirmation before removing a key from keyringorhun
2021-03-22refactor: Use a common enable method for prompt prefixesorhun
2021-03-21fix: Update Display implementations for case consistencyorhun
2021-03-09style: Update the Display implementation of OutputTypeorhun
2021-03-01style: Add prefix to prompt output messagesorhun
2021-03-01refactor: Use lowercase text for prompt outputorhun
2021-02-26test: Extend prompt module tests to cover OutputType implementationsorhun
2021-02-25refactor: Rename Error field of OutputType to Failureorhun
2021-02-21feat: Support copying the exported keyorhun
2021-02-20feat: Add output type for changing the style of promptorhun
2021-02-16test: Update prompt tests about command bufferorhun
2021-02-16feat: Add command history to promptorhun
2021-02-10fix: Clear the prompt before enabling if showing an outputorhun
2021-02-10feat: Allow pasting the clipboard contentsorhun
2021-01-31test: Update Prompt tests about enabling searchorhun
2021-01-28feat: Support searching for keysorhun
2021-01-24refactor: Allow string-type argument for prompt set_outputorhun
2021-01-21test: Add tests to prompt moduleorhun
2021-01-21feat: Add prompt module for handling input/output textorhun