summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-13version bump 0.7.00.7.0Jiayi Zhao
2019-01-13add support for extensions and mimetype configuration for app launchingJiayi Zhao
2019-01-13add support for previewing text filesJiayi Zhao
2019-01-13major refactoringJiayi Zhao
2019-01-12fix when cutting files, overwrite occursJiayi Zhao
2019-01-12fix regression horizontal line not being drawnJiayi Zhao
2019-01-12add support for custom color themesJiayi Zhao
2019-01-08add support for opening multiple filesJiayi Zhao
2019-01-08merge with devJiayi Zhao
2019-01-08fix tab view not redrawing when resizingJiayi Zhao
2019-01-08fix tab view not redrawing when resizingJiayi Zhao
2019-01-08remove displayJiayi Zhao
2019-01-08add preliminary tab supportJiayi Zhao
2019-01-08use f.write_str instead of write!Jiayi Zhao
2019-01-08major refactoring in preparation for tabs supportJiayi Zhao
2019-01-08fix change directory not actually changing directoryJiayi Zhao
2019-01-07Merge branch 'master' into devJiayi Zhao
2019-01-07Update README.mdJiayi Zhao
2019-01-07Update README.mdJiayi Zhao
2019-01-07remove constant for commaJiayi Zhao
2019-01-07add options to mimetype entries so joshuto doesn't get cluttered with program...Jiayi Zhao
2019-01-07clean up codeJiayi Zhao
2019-01-07suppress errorsJiayi Zhao
2019-01-07fix user input not working when a file operation is going onJiayi Zhao
2019-01-07Merge branch 'master' of github.com:kamiyaa/joshutoJiayi Zhao
2019-01-07add support for showing file modified timeJiayi Zhao
2019-01-07Update README.mdJiayi Zhao
2019-01-06fix program formatting for forking programsJiayi Zhao
2019-01-06change mimetype.toml format to extensions for nowJiayi Zhao
2019-01-06now keeps track of metadataJiayi Zhao
2019-01-06suppress some warnings and only print file size for regular filesJiayi Zhao
2019-01-06move configuration code into config/ folderJiayi Zhao
2019-01-06remove unused importsJiayi Zhao
2019-01-06add wrapper lib for wordexpJiayi Zhao
2019-01-06fix search finding the same thing everytimeJiayi Zhao
2019-01-06remove load bar panel and draw loading bar in bottom panel insteadJiayi Zhao
2019-01-06update README.mdJiayi Zhao
2019-01-05replace keymap.conf with keymap.tomlJiayi Zhao
2019-01-05revert back to using keymap.tomlJiayi Zhao
2019-01-05update dependenciesJiayi Zhao
2019-01-05optimize codeJiayi Zhao
2019-01-05move getting user input from ui.rs to input.rsJiayi Zhao
2019-01-05update keymap.confJiayi Zhao
2019-01-05remove use of enum for keystrokes and make a more elegant way to parse for ke...Jiayi Zhao
2019-01-05forgot to update Cargo.toml versionJiayi Zhao
2019-01-05add support for creating new directoriesJiayi Zhao
2019-01-05move logic out of cursor_move.execute() into function so others don't have to...Jiayi Zhao
2019-01-05fix index out of bounds when cursor_move movement not -1 or 1Jiayi Zhao
2019-01-05make use of preprocessed string to find extensionJiayi Zhao
2019-01-04Update README.mdJiayi Zhao