summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-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-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-07add support for showing file modified timeJiayi 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-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-05revert back to using keymap.tomlJiayi Zhao
2019-01-05optimize codeJiayi Zhao
2019-01-05move getting user input from ui.rs to input.rsJiayi Zhao
2019-01-05remove use of enum for keystrokes and make a more elegant way to parse for ke...Jiayi 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-04fix u32/u64 type cast0.6.0Jiayi Zhao
2019-01-04clean up codeJiayi Zhao
2019-01-04clean up codeJiayi Zhao
2019-01-04fix file names not cutting off properlyJiayi Zhao
2019-01-04fix cutting across file systems not workingJiayi Zhao
2019-01-04remove print and update README.md with screenshotJiayi Zhao
2019-01-04fix deleting symlinks recursivelyJiayi Zhao
2019-01-04fix stringify_mode not properly detecting file typesJiayi Zhao
2019-01-04fix following symlinks when parsing metadataJiayi Zhao
2019-01-04keep track of filename as string so we don't need to convert every timeJiayi Zhao
2019-01-04remove all dependencies on fs::DirEntryJiayi Zhao
2019-01-04add preliminary support for offloading file operations into threadsJiayi Zhao
2019-01-04code cleanupJiayi Zhao
2019-01-04add selection backJiayi Zhao
2019-01-03update renameJiayi Zhao