summaryrefslogtreecommitdiffstats
path: root/src/ui
AgeCommit message (Expand)Author
2021-04-16code cleanupJeff Zhao
2021-04-05cargo fmtJeff Zhao
2021-04-05make tui_worker more modularJeff Zhao
2021-02-21remove some codeJeff Zhao
2021-02-13remove unnecessary codeJeff Zhao
2021-02-13change formattingJeff Zhao
2021-02-13optimize finding cursor x positionJeff Zhao
2021-02-13clean up long/multiline textfieldsJeff Zhao
2021-02-09move files around, code clean upJeff Zhao
2021-02-09add experimental support for long textfieldsJeff Zhao
2021-02-03rework how folder view behavesJeff Zhao
2021-02-02add borders supportJeff Zhao
2021-02-02remove clipboard dependencies and utilize commands insteadJeff Zhao
2021-01-31code cleanupJeff Zhao
2021-01-31rework directory list rendering codeJeff Zhao
2021-01-24add optional clipboard supportJeff Zhao
2021-01-19Merge branch 'dev' of github.com:kamiyaa/joshuto into devJeff Zhao
2021-01-20cd with tilde expansionMatthew Blode
2021-01-19add mouse clicking supportJeff Zhao
2020-12-30cache layout infoJiayi Zhao
2020-12-30add resize notification support and preliminary mouse supportJiayi Zhao
2020-12-29add back support for different sized columnsJiayi Zhao
2020-12-24fix cut/copy src not updating after pasteJiayi Zhao
2020-12-15fix printing extra characterJiayi Zhao
2020-12-15cargo fmtJiayi Zhao
2020-12-15add option to not collapse previewJiayi Zhao
2020-12-15folder view now always prefix file names with a spaceJiayi Zhao
2020-12-14selected item now highlights entire row instead of just filenameJiayi Zhao
2020-12-13code cleanup and fix path not showing when too longJiayi Zhao
2020-12-12fix crash caused by char boundary slicingJiayi Zhao
2020-12-11add a view for showing worker progressJiayi Zhao
2020-12-06version bump and code cleanup0.8.5Jiayi Zhao
2020-12-06add arrow indicating symlinksJiayi Zhao
2020-11-20fix last line of menu not clearingJiayi Zhao
2020-11-20fix not clearing menu when open_with is triggeredJiayi Zhao
2020-11-02stop using debug print for termion keyJiayi Zhao
2020-10-11Merge branch 'master' into devJiayi Zhao
2020-10-11cargo fmtJiayi Zhao
2020-10-11Reverted raw_file_name() to file_name() and added label()Anas Saeed
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-09-04io operations now give more informationJiayi Zhao
2020-08-30rework and fix issuesJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-06-06shell command now parses correctlyKamiyaa
2020-05-26open files now pass relative paths instead of full pathsKamiyaa
2020-04-29fix issue with text paste not working in textfieldJiayi Zhao
2020-04-18update to tui-rs 0.9Jiayi Zhao
2020-04-12clear screen on startupJiayi Zhao
2020-04-03updatesJiayi Zhao
2020-03-24textfield cursor working correctlyJiayi Zhao