summaryrefslogtreecommitdiffstats
path: root/src/commands/change_directory.rs
AgeCommit message (Expand)Author
2024-04-03Zoxide related features (#506)Christoph Jabs
2024-03-10rename case_sensitive_ext to case_insensitive_extJeff Zhao
2024-03-10refactor code to reduce clonesJeff Zhao
2024-03-10feat: add `case_sensitive_ext` option for mimetype, theme and icons (#497)Azad
2023-10-09feat: wezterm cwd compatibility (#439)kennycallado
2023-09-07rename some typesJeff Zhao
2023-08-04fix #388 (#389)Azad
2023-01-09quit outputdir now preserves symlinkJeff 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
2022-01-08implement 'cd -', refactor directory changing code (#120)Vinegret43
2022-01-03Continuous scrolling (#118)DLFW
2021-12-16change vec to hashsetJeff Zhao
2021-10-15add fzf subdir jumpingJeff Zhao
2021-09-27code cleanupJeff Zhao
2021-09-26code cleanupJeff Zhao
2021-09-26remove unnecessary checksJeff Zhao
2021-07-04fix cd not working with relative pathsJeff Zhao
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
2021-02-06update screenshotJeff 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-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-13textfield progressionJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi 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-01make use of ? operator moreJiayi Zhao
2019-06-29code cleanupJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-27populate_to_root now returns a ResultJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-05-29move hostname and username out of Context and into a static globalJiayi Zhao
2019-04-25rework how previewing worksJiayi Zhao
2019-04-25refactor previewingJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-14rework error handling systemJiayi Zhao
2019-04-02refactor sorting structsJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-02-25add verbose messages for file operationsJiayi Zhao