summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2019-06-28cargo fmtJiayi 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-15move renaming of existing files into functionJiayi Zhao
2019-06-05get_selected_paths now returns just a vec rather an optionJiayi Zhao
2019-06-05replace unnecessary path copying with references insteadJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi 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-04revert back to previous printing methodJiayi Zhao
2019-06-01make default keys more saneJiayi 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-27cargo fmtJiayi Zhao
2019-05-27move updating page state to cursor_move onlyJiayi Zhao
2019-05-27refactor rename and search to make use of the command lineJiayi Zhao
2019-05-26update commands to use new textfieldJiayi Zhao
2019-05-26implement select all filesJiayi Zhao
2019-05-26prevent command substitution when reading configJiayi Zhao
2019-05-26update wordexp api to match new changesJiayi Zhao
2019-05-25make home directory a global variableJiayi Zhao
2019-05-25changed the way new directories are handledJiayi Zhao
2019-05-25changed the way keymap commands are parsedJiayi Zhao
2019-05-05cargo fmtJiayi Zhao
2019-05-05use readline() instead of readline_with_initial with possibleJiayi Zhao
2019-04-30rework how mimetype.toml config worksJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-28code cleanupJiayi Zhao
2019-04-28fixed progress bar not showing for file operationsJiayi Zhao
2019-04-28from_args has been changed from option to resultJiayi Zhao
2019-04-27change struct names and update keymap.tomlJiayi Zhao
2019-04-27attempt to add back progress bars for file transfersJiayi Zhao
2019-04-25fix previews not updating when reload_dir is calledJiayi Zhao
2019-04-25rework how previewing worksJiayi Zhao
2019-04-25refactor previewingJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-24tabs now open in home directoryJiayi Zhao
2019-04-24add more error handlingJiayi Zhao
2019-04-22code cleanupJiayi Zhao
2019-04-19move back to tree_magic for mimetype parsingJiayi Zhao
2019-04-19fix issue when a cut does not remove the original folderJiayi Zhao
2019-04-19unify cut operation across different platformsJiayi Zhao
2019-04-19add cut/paste for non-linux platformsJiayi Zhao
2019-04-19fix only copying a single file over and subsequent ones get an invalid pathJiayi Zhao
2019-04-19add more functionality for file_operationsJiayi Zhao