summaryrefslogtreecommitdiffstats
path: root/src/commands/new_directory.rs
AgeCommit message (Expand)Author
2024-03-10refactor code to reduce clonesJeff Zhao
2024-03-10feat: add `case_sensitive_ext` option for mimetype, theme and icons (#497)Azad
2023-11-04feat: add `focus_on_create` option (#448)Azad
2023-09-07rename some typesJeff Zhao
2022-08-31use hashmap and uuid to store tabs (#194)Jeff Zhao
2022-08-13Sort options individual per tab (#191)DLFW
2022-02-24Fix clippy warnings (#144)sushi-shi
2021-06-21refactor previewing codeJeff Zhao
2021-05-06change pwd to cwdJeff Zhao
2021-05-01remove methodsJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-29rework config structureJeff Zhao
2020-12-15add option to not collapse previewJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-08-30rework and fix issuesJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-05-13rework command parsing and add shell commandJiayi Zhao
2020-04-18update to tui-rs 0.9Jiayi Zhao
2020-03-20Add more reloading triggersJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-04revert back to previous printing methodJiayi Zhao
2019-05-30move reloading of directory content into reload_dir.rs rather than tab.rsJiayi Zhao
2019-05-26update commands to use new textfieldJiayi Zhao
2019-05-25changed the way new directories are handledJiayi Zhao
2019-04-25rework how previewing worksJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-24add more error handlingJiayi Zhao
2019-04-22code cleanupJiayi Zhao
2019-04-14rework error handling systemJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-15Fix most clippy lintsCaleb Bassi
2019-02-15refactor: project layoutCaleb Bassi