summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2019-06-30add bulk_rename commandJiayi Zhao
2019-06-29code cleanupJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-28clean up how view is calculatedJiayi Zhao
2019-06-28change mimetype.toml configJiayi Zhao
2019-06-28remove unimplemented!Jiayi Zhao
2019-06-28cargo fmtJiayi Zhao
2019-06-28path shortening now uses /home/shana env variableJiayi Zhao
2019-06-27populate_to_root now returns a ResultJiayi Zhao
2019-06-23make use of std::io::ResultJiayi Zhao
2019-06-23remove unused fileJiayi Zhao
2019-06-23cargo fmtJiayi Zhao
2019-06-23refactor file operations to use fs_extraJiayi Zhao
2019-06-23rename io to fsJiayi Zhao
2019-06-15revert default backspace behaviourJiayi Zhao
2019-06-15move renaming of existing files into functionJiayi Zhao
2019-06-05get_selected_paths now returns just a vec rather an optionJiayi Zhao
2019-06-05add support for displaying owner and group of filesJiayi Zhao
2019-06-05replace unnecessary path copying with references insteadJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-06-05manually merge 'dev' with 'dev'Jiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao
2019-06-04cargo fmtJiayi Zhao
2019-06-04remove file_name_as_stringJiayi Zhao
2019-06-04merge 'dev' with 'dev'Jiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
2019-06-01optimize some printing codeJiayi Zhao
2019-06-01fix issue with refreshing after pasteJiayi Zhao
2019-06-01make default keys more saneJiayi Zhao
2019-05-31cargo fmtJiayi Zhao
2019-05-31add support for specifying certain keycodes for certain keyboard actionsJiayi Zhao
2019-05-31fix type problem for libc on ppcJiayi Zhao
2019-05-30stop previewing because of a crash relating previewing non text filesJiayi Zhao
2019-05-30move reloading of directory content into reload_dir.rs rather than tab.rsJiayi Zhao
2019-05-29move hostname and username out of Context and into a static globalJiayi Zhao
2019-05-29clean up code styleJiayi Zhao
2019-05-27update config filesJiayi Zhao