summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-12-24print out current path with ranger like colorsJiayi Zhao
2018-12-24fix status bars not updating properlyJiayi Zhao
2018-12-24fix ENTER not recognizingJiayi Zhao
2018-12-23add preliminary support for showing key optionsJiayi Zhao
2018-12-23move functions into their respective config parsing fileJiayi Zhao
2018-12-23move mimetype config out of joshuto.toml into mimetype.tomlJiayi Zhao
2018-12-23add support for multiple keybindings mapping to same commandJiayi Zhao
2018-12-23add support for custom keymappingJiayi Zhao
2018-12-23fix unicode characters causing a panicJiayi Zhao
2018-12-23add support for keymapsJiayi Zhao
2018-12-22add preliminary support for keymapping configurationJiayi Zhao
2018-12-22rename keymaps to keymapJiayi Zhao
2018-12-22optimize printing files larger than column widthJiayi Zhao
2018-12-22clean up JoshutoView::new() and fix column ratiosJiayi Zhao
2018-12-22change method nameJiayi Zhao
2018-12-21fix open file not workingJiayi Zhao
2018-12-20add support back for opening filesJiayi Zhao
2018-12-20add navigation.rsJiayi Zhao
2018-12-20add support back for reading config filesJiayi Zhao
2018-12-18reimplement navigational code to be more cleanJiayi Zhao
2018-12-18remove unreachable code and unused codeJiayi Zhao
2018-12-18remove unused functionJiayi Zhao
2018-12-18put username and hostname inside config structJiayi Zhao
2018-12-18change index to i32Jiayi Zhao
2018-12-18lots of changesJiayi Zhao
2018-08-12add changed JoshutoDirEntry to JoshutoColumnJiayi Zhao
2018-07-31format codeJiayi Zhao
2018-07-31move display_contents to ui.rsJiayi Zhao
2018-07-31fixed using tree_magic for opening files as wellJiayi Zhao
2018-07-31fix tree_magic::from_filepath()Jiayi Zhao
2018-07-30move handling window resize code to functionJiayi Zhao
2018-07-30fix attempt to subtract with overflowJiayi Zhao
2018-07-29fix path not printing when first starting upJiayi Zhao
2018-07-29fix issue with first file not being a directoryJiayi Zhao
2018-07-29add support for page up/page downJiayi Zhao
2018-07-29change path to print file and pathJiayi Zhao
2018-07-28fix directories becoming unviewableJiayi Zhao
2018-07-28add support for deleting filesJiayi Zhao
2018-07-28add support for program argument list when executing programsJiayi Zhao
2018-07-27fix file information not updatingJiayi Zhao
2018-07-27rename field namesJiayi Zhao
2018-07-27add preliminary content updating supportJiayi Zhao
2018-07-27reduce code duplication by moving code into functionsJiayi Zhao
2018-07-27add code for supporting updating direntriesJiayi Zhao
2018-07-26fix index out of bound errors when entering an empty directoryJiayi Zhao
2018-07-26change get_or_create() to return Result rather than Option for clearer error ...Jiayi Zhao
2018-07-26readd support for opening files via external programsJiayi Zhao
2018-07-25fix issues with disappearing directory listingsJiayi Zhao
2018-07-24comment out debug messagesJiayi Zhao
2018-07-24major refactoringJiayi Zhao