summaryrefslogtreecommitdiffstats
path: root/src/commands/search.rs
AgeCommit message (Expand)Author
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2019-07-01make use of ? operator moreJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao
2019-06-04remove file_name_as_stringJiayi Zhao
2019-05-27cargo fmtJiayi Zhao
2019-05-27refactor rename and search to make use of the command lineJiayi Zhao
2019-05-26update commands to use new textfieldJiayi Zhao
2019-05-05use readline() instead of readline_with_initial with possibleJiayi Zhao
2019-04-27change struct names and update keymap.tomlJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-14rework error handling systemJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-03-02cargo fmtJiayi Zhao
2019-03-02add support for search_next and search_prev commandsJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-15refactor: project layoutCaleb Bassi