summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
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
2021-07-22add automatically_count_files optionJeff Zhao
2021-06-27highlight invalid symlinks (#80)DLFW
2021-06-24fix preview script being constantly called on files with no previews availableJeff Zhao
2021-06-23code cleanupJeff Zhao
2021-06-23fix text preview formattingJeff Zhao
2021-06-22rudimentary file preview supportJeff Zhao
2021-06-21refactor previewing codeJeff Zhao
2021-06-20Fix selecting an entry by mouse click when show_borders=true (#77)DLFW
2021-06-19Show symlinked files and dirs correctly (#72)DLFW
2021-06-14fix files with improper encoding names from not showing upJeff Zhao
2021-05-19fix cuts not displaying proper valuesJeff Zhao
2021-05-18rework new sorting algorithmJeff Zhao
2021-05-17fixmakeefu
2021-05-17sort mtime changedmakeefu