summaryrefslogtreecommitdiffstats
path: root/src/context
AgeCommit message (Expand)Author
2022-09-05move border rendering out of folder viewJeff Zhao
2022-08-31rework previews to have loading state as wellJeff Zhao
2022-08-31use hashmap and uuid to store tabs (#194)Jeff Zhao
2022-08-30Add "Visual-Mode" (#192)DLFW
2022-07-18asynchronize delete operationJeff Zhao
2022-05-04move input.rs to process_event.rsJeff Zhao
2022-04-22combine --output-dir and --choosefiles into a single argumentJeff Zhao
2022-04-17code cleanupJeff Zhao
2022-04-17track child processes and properly close them when completeJeff Zhao
2022-04-14Use notify::RecommendedWatcher to simplify code and support BSD platforms (#165)unrelentingtech
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-02-01code cleanup (#135)DLFW
2022-01-28Remove boilerplate (#136)otakubeam
2022-01-19fix: disarm spawn bomb (#128)DLFW
2022-01-14Update external preview on geometry change (#126)DLFW
2022-01-13Calling preview removed hook when help page shown (#125)DLFW
2022-01-03Continuous scrolling (#118)DLFW
2021-12-16change vec to hashsetJeff Zhao
2021-12-16Update view on filesystem changes (#112)DLFW
2021-12-04move more logic into process_non_interactiveJeff Zhao
2021-11-27add scrolling support to file previewJeff Zhao
2021-11-16Add choosefiles feature (#105)Cameron Eldridge
2021-10-02add basic support for command historyJeff Zhao
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-09-04messages now have color supportJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-06-23code cleanupJeff Zhao
2021-06-22rudimentary file preview supportJeff Zhao
2021-06-21refactor previewing codeJeff Zhao
2021-05-06move worker stuff to its own context structJeff Zhao
2021-05-06make clippy happyJeff Zhao
2021-05-01make index public attributeJeff Zhao
2021-05-01remove methodsJeff 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-16code cleanupJeff Zhao
2020-12-30add resize notification support and preliminary mouse supportJiayi Zhao
2020-12-24fix cut/copy src not updating after pasteJiayi Zhao
2020-12-15add option to not collapse previewJiayi Zhao
2020-12-14selected item now highlights entire row instead of just filenameJiayi Zhao
2020-12-13code cleanup and fix path not showing when too longJiayi Zhao
2020-12-11add a view for showing worker progressJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-09-04io operations now give more informationJiayi Zhao
2020-08-30make io worker msgs more friendly and informativeJiayi Zhao
2020-08-30rework and fix issuesJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao