summaryrefslogtreecommitdiffstats
path: root/src/commands/open_file.rs
AgeCommit message (Expand)Author
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-09-04io operations now give more informationJiayi Zhao
2020-08-30rework and fix issuesJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-06-06shell command now parses correctlyKamiyaa
2020-05-26open files now pass relative paths instead of full pathsKamiyaa
2020-04-18update to tui-rs 0.9Jiayi Zhao
2020-03-21fix open_file not forking properlyJiayi Zhao
2020-03-20add initial support for detecting mimetypesJiayi Zhao
2020-03-16cargo clippyJiayi Zhao
2020-03-11remove window module and fix unwrap none when opening fileJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi 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-24fix open_file_withJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi 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-11progress on switching to tui-rs for uiJiayi Zhao
2020-02-09rework input thread and file operationsJiayi 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-06-29code cleanupJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-23make use of std::io::ResultJiayi 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-05-29move hostname and username out of Context and into a static globalJiayi 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-25changed the way new directories are handledJiayi 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-25refactor previewingJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-24add more error handlingJiayi Zhao
2019-04-22code cleanupJiayi Zhao
2019-04-19move back to tree_magic for mimetype parsingJiayi Zhao