summaryrefslogtreecommitdiffstats
path: root/src/tab.rs
AgeCommit message (Expand)Author
2022-08-31use hashmap and uuid to store tabs (#194)Jeff Zhao
2022-08-13Sort options individual per tab (#191)DLFW
2022-01-08implement 'cd -', refactor directory changing code (#120)Vinegret43
2022-01-03Continuous scrolling (#118)DLFW
2021-10-20rework config structureJeff Zhao
2021-10-15deprecate skim over fzfJeff Zhao
2021-10-03refactor some codeJeff Zhao
2021-08-18add quit_to_cwd commandJeff Zhao
2021-06-10add support for specifying new tab home pageJeff Zhao
2021-05-06change pwd to cwdJeff Zhao
2021-04-29rework config structureJeff Zhao
2020-08-30rework and fix issuesJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-03-19add soft-reload optionJiayi Zhao
2020-03-16cargo clippyJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi Zhao
2020-02-17reload_dir now reloads parent and child as wellJiayi Zhao
2020-02-16remove more codeJiayi Zhao
2020-02-13fix initial preview not workingJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2019-06-28cargo fmtJiayi Zhao
2019-06-28path shortening now uses /home/shana env variableJiayi Zhao
2019-06-27populate_to_root now returns a ResultJiayi Zhao
2019-06-23cargo fmtJiayi Zhao
2019-06-23rename io to fsJiayi Zhao
2019-06-05add support for displaying owner and group of filesJiayi 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-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-27move updating page state to cursor_move onlyJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-25fix previews not updating when reload_dir is calledJiayi Zhao
2019-04-25add option for enabling/disabling preview supportJiayi Zhao
2019-04-25refactor previewingJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-24add more error handlingJiayi Zhao
2019-04-20use rustyline for textfield implementationJiayi Zhao
2019-04-19remove redundant methods in struct.rsJiayi Zhao
2019-04-04fix cursor resetting to top when action is completedJiayi 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-19rust 2018 and clippyJiayi Zhao
2019-02-15Fix most clippy lintsCaleb Bassi
2019-02-15refactor: project layoutCaleb Bassi