summaryrefslogtreecommitdiffstats
path: root/src/context
AgeCommit message (Expand)Author
2024-03-10refactor code to reduce clonesJeff Zhao
2024-03-10move preview area into PreviewContextJeff Zhao
2024-03-10Add `capture` and `stdout` commands (#495)DLFW
2024-02-27ratatui-image widget for image previews without scripts (#467)Benjamin Grosse
2023-10-08Scrollable tab-bar (#437)DLFW
2023-09-07rename some typesJeff Zhao
2023-09-07cleanup config codeJeff Zhao
2023-08-24feat: regex support (#411)Justin Chen
2023-08-13feat: Add case sensitivity support for searching, selecting and filtering fil...Justin Chen
2023-08-12add trash support via command line tools instead of libraryJeff Zhao
2023-08-12feat: tab bar can show current dir name (#390)Lzzzzzt
2023-07-23migrate to ratatuiJeff Zhao
2023-07-18chore: cleanup warnings (#365)Kasper Juul Hermansen
2023-07-02migrate to rustyline v12Jeff Zhao
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