summaryrefslogtreecommitdiffstats
path: root/src/commands/selection.rs
AgeCommit message (Expand)Author
2022-08-29add lazy static initalizations to make sure configs are initialized at the ri...Jeff Zhao
2022-05-03inform user how many files was selected when glob selectingJeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2021-10-20move select option into optionJeff Zhao
2021-05-02rework error typesJeff Zhao
2021-05-01make index public attributeJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-25add support for glob file selectionJeff Zhao
2020-12-13code cleanup and fix path not showing when too longJiayi Zhao
2020-10-11cargo fmtJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-09-04io operations now give more informationJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-02-16remove more codeJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
2019-05-27move updating page state to cursor_move onlyJiayi Zhao
2019-05-26update commands to use new textfieldJiayi Zhao
2019-05-26implement select all filesJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-27change struct names and update keymap.tomlJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-19fix only copying a single file over and subsequent ones get an invalid pathJiayi 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-02-19rust 2018 and clippyJiayi Zhao
2019-02-15refactor: project layoutCaleb Bassi