summaryrefslogtreecommitdiffstats
path: root/src/ui
AgeCommit message (Expand)Author
2021-12-05add line numbers (#109)Vinegret43
2021-11-27cargo clippyJeff Zhao
2021-11-27add scrolling support to file previewJeff Zhao
2021-11-18Add syntax highlighting to file previews (#106)Noah Too
2021-11-09check width instead of lenJeff Zhao
2021-11-09Path shortener (#103)kennycallado
2021-10-27remove default config hardcode and use include_str! insteadJeff Zhao
2021-10-20rework config structureJeff Zhao
2021-10-15deprecate skim over fzfJeff Zhao
2021-10-03refactor some codeJeff Zhao
2021-10-02move comment into traitJeff Zhao
2021-10-02move key_command code out into separate moduleJeff 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-30move input logic out of tui_worker_view and into show_workersJeff Zhao
2021-09-26code cleanupJeff Zhao
2021-09-26file previews no longer continuously spawn threads for existing previewsJeff Zhao
2021-09-25cargo fmtJeff 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-19add support for counting files lazilyJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-06-27highlight invalid symlinks (#80)DLFW
2021-06-25show file stem if file extension is too longJeff Zhao
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-21fix not displaying directories without proper permissionsJeff Zhao
2021-06-21show size of directories (#76)DLFW
2021-06-21fix: right label disappears (#79)DLFW
2021-06-21revert tui_dirlist_detailed to use MIN_LEFT_LABEL_WIDTHJeff Zhao
2021-06-21refactor previewing codeJeff Zhao
2021-06-20fix file sizes not appearing when filename too longJeff Zhao
2021-06-20Merge branch 'main' into devJeff Zhao
2021-06-20fix menu not drawing correctlyJeff Zhao
2021-06-20Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2021-06-20Fix selecting an entry by mouse click when show_borders=true (#77)DLFW
2021-06-20fix border not being drawn correctly at rootJeff Zhao
2021-06-19fix crash if menu is larger than screenJeff Zhao
2021-06-19Show symlinked files and dirs correctly (#72)DLFW
2021-06-09cargo fmtJeff Zhao
2021-06-09change username color to red when rootJeff Zhao
2021-05-26fix files with long extensions to print out of boundsJeff Zhao
2021-05-13Merge branch 'main' into devJeff Zhao
2021-05-13implement clippy fix: #[warn(clippy::single_match)]Prince
2021-05-13format code (cargo fmt)Prince
2021-05-13fix rendering of inner borders.Prince