summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-09-25cargo fmtJeff Zhao
2021-09-25show_workers can close with custom key via --exit-key optionJeff Zhao
2021-09-25rename copy_dirname to copy_dirpathJeff Zhao
2021-09-04messages now have color supportJeff Zhao
2021-08-24fix not compilingJeff Zhao
2021-08-24cargo fmtJeff Zhao
2021-08-24quit_to_cwd won't work if workers are busyJeff Zhao
2021-08-19change lastdir to last-dirJeff Zhao
2021-08-19counting file lazily on previously selected file instead of currentJeff Zhao
2021-08-19add support for counting files lazilyJeff Zhao
2021-08-18cargo fmtJeff Zhao
2021-08-18replace tab characters with 8 spaces for file text previewsJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-08-01fix using old preview when deleting and renamingJeff Zhao
2021-07-22add automatically_count_files optionJeff Zhao
2021-07-17add tilde expansion to preview script pathJeff Zhao
2021-07-13Add copying filename without extension (#83)Noah Too
2021-07-11Fix: spaces being trimmed when copying files/paths (#82)Noah Too
2021-07-04fix cd not working with relative pathsJeff 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-23fix broken symlinks not appearingJeff 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-19open command line with a colon (#75)DLFW
2021-06-14fix paste overwrite not workingJeff Zhao
2021-06-14fix files with improper encoding names from not showing upJeff Zhao
2021-06-11Merge branch 'main' into devJeff Zhao
2021-06-11Add spawn command (#70)DLFW
2021-06-10add support for specifying new tab home pageJeff Zhao
2021-06-10impl FromStrJeff Zhao
2021-06-09fix cut jobs not correctly reporting file transfer sizeJeff Zhao
2021-06-09cargo fmtJeff Zhao
2021-06-09Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2021-06-09Add a "touch" command (#66)DLFW