summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
2023-08-04feat: add user & group on foot and make linemode configturable and more optio...Lzzzzzt
2023-07-31set PWD env var when opening programsJeff Zhao
2023-07-31Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2023-07-31fix file size formatJeff Zhao
2023-07-30mtime will display with local timezone (#384)Lzzzzzt
2023-07-23migrate to ratatuiJeff Zhao
2023-07-02cargo clippyJeff Zhao
2023-07-01upgrade to shellexpand v3Jeff Zhao
2023-06-06feat: Support for customizing file icons (#324)Noah Too
2023-03-10cargo fmtJeff Zhao
2023-02-11add current file to file operationsJeff Zhao
2023-01-04cargo clippy and update (#245)Jeff Zhao
2023-01-04make symlink enum more clearJeff Zhao
2022-11-20add bookmark supportJeff Zhao
2022-09-11use Result instead of Option for parsing config filesJeff Zhao
2022-09-11add mimetype support via file commandJeff Zhao
2022-08-30Add "Visual-Mode" (#192)DLFW
2022-07-24make ambiguous command message more clearJeff Zhao
2022-06-27fix confirm_exit not workingJeff Zhao
2022-05-04move input.rs to process_event.rsJeff Zhao
2022-04-17code cleanupJeff Zhao
2022-04-17track child processes and properly close them when completeJeff Zhao
2022-04-09fix regular file styling not respecting theme config (#163)Jeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-01-03Continuous scrolling (#118)DLFW
2021-12-16change vec to hashsetJeff Zhao
2021-12-16Update view on filesystem changes (#112)DLFW
2021-12-05cargo fmtJeff Zhao
2021-12-04move more logic into process_non_interactiveJeff Zhao
2021-10-31remove unnecessary intoJeff Zhao
2021-10-31more unix stuffJeff Zhao
2021-10-30make unix.rs more platform independentJeff Zhao
2021-10-20move select option into optionJeff Zhao
2021-10-20rework config structureJeff Zhao
2021-10-15deprecate skim over fzfJeff Zhao
2021-10-03refactor some codeJeff Zhao
2021-10-02move key_command code out into separate moduleJeff Zhao
2021-10-02mergeJeff Zhao
2021-10-02Merge branch 'main' into devJeff Zhao
2021-10-02add basic support for command historyJeff Zhao
2021-10-02Add a help page (#95)Vinegret43
2021-09-30move logic out of tui_command_menu.rs into input.rsJeff Zhao
2021-09-26code cleanupJeff Zhao
2021-09-26remove unnecessary checksJeff Zhao
2021-09-26cargo fmtJeff Zhao
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-09-25show_workers can close with custom key via --exit-key optionJeff Zhao
2021-09-04messages now have color supportJeff Zhao
2021-08-18cargo fmtJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao