summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2021-06-09fix issue where joshuto does not startJeff Zhao
2021-06-09change username color to red when rootJeff Zhao
2021-05-30Merge branch 'main' of github.com:kamiyaa/joshutoJeff Zhao
2021-05-30add additional configuration directoriesJeff Zhao
2021-05-29Clear the Screen Before Bulk Renaming (#62)Juan Miguel Angelo Rodriguez y Alvarez
2021-05-26fix files with long extensions to print out of boundsJeff Zhao
2021-05-24fix page up/down not moving correct amount when borders are enabledJeff Zhao
2021-05-24add search_skim commandJeff Zhao
2021-05-19fix cuts not displaying proper valuesJeff Zhao
2021-05-18rework new sorting algorithmJeff Zhao
2021-05-17sort: fix sort not following configJeff Zhao
2021-05-17Merge branch 'dev' of github.com:kamiyaa/joshuto into devJeff Zhao
2021-05-17fixmakeefu
2021-05-17sort mtime changedmakeefu
2021-05-17some sorting features addedmakeefu
2021-05-16Merge pull request #52 from makeefu/mainJeff Zhao
2021-05-16format codePrince
2021-05-16Merge branch 'devel'Prince
2021-05-16Merge branch 'kamiyaa:main' into mainprincebett
2021-05-16rework mimetype configJeff Zhao
2021-05-16fix xdg_open not being implementedJeff Zhao
2021-05-16remove redundant Default implementationPrince
2021-05-16implement clippy fix: nested if blocks.Prince
2021-05-16make error handling clearer with "if let"Prince
2021-05-16renamed CopyDir to CopyDirNamemakeefu
2021-05-15modified: src/commands/file_ops.rsmakeefu