summaryrefslogtreecommitdiffstats
path: root/src/commands/open_file.rs
AgeCommit message (Expand)Author
2024-03-10fix open file not working with case_insensitive_extJeff Zhao
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10Merge branch 'main' into devJeff Zhao
2024-03-10move preview area into PreviewContextJeff Zhao
2024-03-10feat: add `case_sensitive_ext` option for mimetype, theme and icons (#497)Azad
2024-02-21Make mouse support configurable (#494)Mroik/PositiveC
2024-01-20Use `shadow-rs` to show detailed version information (#481)xrelkd
2023-09-07rename some typesJeff Zhao
2023-09-07cleanup config codeJeff Zhao
2023-08-12code cleanupJeff Zhao
2023-07-30fix unwrap errorJeff Zhao
2023-07-30remove unwrapJeff Zhao
2023-07-30attempt to fix xdg open for non-forking applicationsJeff Zhao
2023-07-02migrate to rustyline v12Jeff Zhao
2022-09-11add mimetype support via file commandJeff Zhao
2022-08-31use hashmap and uuid to store tabs (#194)Jeff Zhao
2022-07-19add --file-chooser optionJeff Zhao
2022-06-29rename TuiBackend to AppBackendJeff Zhao
2022-06-23fix open not opening filesJeff Zhao
2022-06-22Add `flat` command (#177)Noah Too
2022-05-23Add GitHub workflow for Clippy (#173)Dany Marcoux
2022-04-22combine --output-dir and --choosefiles into a single argumentJeff Zhao
2022-04-17track child processes and properly close them when completeJeff Zhao
2022-03-02Try all options when opening files (#150)sushi-shi
2022-02-24Fix clippy warnings (#144)sushi-shi
2022-01-13add forking capabilities via xdg_openJeff Zhao
2021-12-12Fix: DirList::need_update considers mtime change (#110)DLFW
2021-11-16Add choosefiles feature (#105)Cameron Eldridge
2021-06-21refactor previewing codeJeff Zhao
2021-05-19fix cuts not displaying proper valuesJeff Zhao
2021-05-16rework mimetype configJeff Zhao
2021-05-16fix xdg_open not being implementedJeff Zhao
2021-05-13cargo fmtJeff Zhao
2021-05-13fix naming and add open_with id optionJeff Zhao
2021-05-07add more automatic error handlingJeff Zhao
2021-05-02rework error typesJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-16code cleanupJeff Zhao
2021-04-05make tui_worker more modularJeff Zhao
2021-02-09move files around, code clean upJeff Zhao
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