summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-03-16add version and path command line argumentsJiayi Zhao
2020-03-16better error handling for threadsJiayi Zhao
2020-03-14rework input event thread handlingJiayi Zhao
2020-03-14make sure to reload src and dest dirlists after a io operation completesJiayi Zhao
2020-03-14update preview when file operations finishJiayi Zhao
2020-03-14add stub cursor move command for generating previewsJiayi Zhao
2020-03-11fix rename file and textfield homeJiayi Zhao
2020-03-11remove window module and fix unwrap none when opening fileJiayi Zhao
2020-03-05fix cursor moving to the top when a reload happensJiayi Zhao
2020-03-03fix cursor moving to top after deletion or renameJiayi Zhao
2020-03-02Merge branch 'dev' of github.com:kamiyaa/joshuto into devJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-03-02Merge branch 'dev'Jiayi Zhao
2020-03-02Merge branch 'dev' of github.com:kamiyaa/joshuto into devJiayi Zhao
2020-03-02add set_mode supportJiayi Zhao
2020-03-01fix issue where open_with does not workJiayi Zhao
2020-03-01add support for showing mimetype options with open_withJiayi Zhao
2020-02-24reduce duration of messagesJiayi Zhao
2020-02-24fix bulk_rename to work with tui-rsJiayi Zhao
2020-02-24fix open_file_withJiayi Zhao
2020-02-22implement textfield widgetJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi Zhao
2020-02-18fix issue with hiding hidden files while selecting a hidden fileJiayi Zhao
2020-02-17directory reloads now preserve positionJiayi Zhao
2020-02-17rework menu widgetJiayi Zhao
2020-02-17reload_dir now reloads parent and child as wellJiayi Zhao
2020-02-16move topbar functionality into widgetJiayi Zhao
2020-02-16remove more codeJiayi Zhao
2020-02-16remove ncurses dependencyJiayi Zhao
2020-02-16rework rendering system to use tui-rs widgetsJiayi Zhao
2020-02-13more work on textfieldJiayi Zhao
2020-02-13fix initial preview not workingJiayi Zhao
2020-02-13textfield progressionJiayi Zhao
2020-02-11more progress on tui-rs workJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2020-02-09update delete file prompt to use new input threadJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2020-02-08change to using termion's keyboard handlingJiayi Zhao
2019-09-29change default behaviour of bulk_renameJiayi Zhao
2019-08-06Merge branch 'dev' of github.com:kamiyaa/joshuto into devJiayi Zhao
2019-08-06opening files now have returnsJiayi Zhao
2019-08-06make usercache persistentJiayi Zhao
2019-08-05decouple mimetypes and file opening moreJiayi Zhao
2019-08-05rework how mimetype configuration worksJiayi Zhao
2019-08-03Make xdg_open toggleableJiayi Zhao
2019-07-19changed how commands are handledJiayi Zhao
2019-07-19fix not remembering cursor position when switching directories via cdJiayi Zhao
2019-07-16fix when changing directories, parent directory doesn't changeJiayi Zhao
2019-07-01make use of ? operator moreJiayi Zhao
2019-06-30use mv for bulk renaming filesJiayi Zhao