summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-06Update rust.yml0.8.6Jeff Zhao
2021-03-06Update rust.ymlJeff Zhao
2021-03-06version bump 0.8.6Jeff Zhao
2021-02-21remove some codeJeff Zhao
2021-02-14fix devicons not workingJeff Zhao
2021-02-13remove unnecessary codeJeff Zhao
2021-02-13change formattingJeff Zhao
2021-02-13optimize finding cursor x positionJeff Zhao
- uses width of prefix of x
2021-02-13clean up long/multiline textfieldsJeff Zhao
- now make use of cursor instead of trying to set the style of selected text to REVERSED
2021-02-09move files around, code clean upJeff Zhao
2021-02-09add experimental support for long textfieldsJeff Zhao
2021-02-06update screenshotJeff Zhao
2021-02-03rework how folder view behavesJeff Zhao
- instead of remembering to print less pixels, we set it at folder_view - rework how tab printing works
2021-02-03fix clipboard featureJeff Zhao
2021-02-02remove clipboard featureJeff Zhao
2021-02-02add borders supportJeff Zhao
2021-02-02cargo fmtJeff Zhao
2021-02-02remove clipboard dependencies and utilize commands insteadJeff Zhao
- fix some printing issues
2021-01-31code cleanupJeff Zhao
2021-01-31update ci/cd to rust-1.49.0Jeff Zhao
2021-01-31cargo fmtJeff Zhao
2021-01-31add --lastdir option to output pwd upon quittingJeff Zhao
- joshuto will create a file and output the pwd of the last tab they were on when quitting - this allows users to write the pwd and go to that directory upon exiting using scripts
2021-01-31rework directory list rendering codeJeff Zhao
2021-01-27add mouse scroll support without mouse terminalJeff Zhao
2021-01-24add optional clipboard supportJeff Zhao
- make mouse support optional
2021-01-19Merge branch 'dev' of github.com:kamiyaa/joshuto into devJeff Zhao
2021-01-19Merge pull request #38 from mblode/devJeff Zhao
cd with tilde expansion
2021-01-20cd with tilde expansionMatthew Blode
2021-01-19add mouse clicking supportJeff Zhao
- add optional features
2021-01-05cargo fmtJiayi Zhao
2020-12-30add support for scrolling on different columnsJiayi Zhao
2020-12-30cache layout infoJiayi Zhao
2020-12-30add resize notification support and preliminary mouse supportJiayi Zhao
- currently scroll is hardmapped to cursor_up and cursor_down
2020-12-29add back support for different sized columnsJiayi Zhao
2020-12-26add support for trashing files instead of permanently deletingJiayi Zhao
2020-12-26Merge pull request #36 from king6cong/masterJeff Zhao
fix mismatched types
2020-12-26fix mismatched typesking6cong
2020-12-24fix cut/copy src not updating after pasteJiayi Zhao
2020-12-20Merge branch 'dev'Jiayi Zhao
2020-12-20fix char issue with bulk_renameJiayi Zhao
2020-12-20fix char issue with bulk_renameJiayi Zhao
2020-12-20update screenshotJiayi Zhao
2020-12-15update configsJiayi Zhao
2020-12-15fix printing extra characterJiayi Zhao
2020-12-15cargo fmtJiayi Zhao
2020-12-15update Cargo filesJiayi Zhao
2020-12-15add option to not collapse previewJiayi Zhao
- add methods to access config_t - add back home dir path shortening option
2020-12-15folder view now always prefix file names with a spaceJiayi Zhao
- remove horizontal margins in folder view - move copy/cut methods into separate functions - change some fields to private
2020-12-14selected item now highlights entire row instead of just filenameJiayi Zhao
2020-12-14Merge branch 'master' of github.com:kamiyaa/joshutoJiayi Zhao