summaryrefslogtreecommitdiffstats
path: root/src/commands/search.rs
AgeCommit message (Expand)Author
2023-09-07rename some typesJeff Zhao
2023-08-13feat: Add case sensitivity support for searching, selecting and filtering fil...Justin Chen
2022-08-01cargo clippyJeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2021-12-16change vec to hashsetJeff Zhao
2021-05-06move worker stuff to its own context structJeff Zhao
2021-04-30rename traits and move structs aroundJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rework config structureJeff Zhao
2021-04-25add back option to string search instead of always glob searchJeff Zhao
2021-04-25add glob support to searchJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
2021-03-26fix uppercase search patterns not being converted to lowercaseJeff Zhao
2020-12-11add a view for showing worker progressJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-02-16remove more codeJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
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