summaryrefslogtreecommitdiffstats
path: root/src/commands/command_line.rs
AgeCommit message (Expand)Author
2023-07-31feat: Add support for command aliases (#370)Azad
2023-07-18chore: cleanup warnings (#365)Kasper Juul Hermansen
2023-07-02migrate to rustyline v12Jeff Zhao
2022-06-29rename TuiBackend to AppBackendJeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2021-10-03refactor some codeJeff Zhao
2021-10-02move key_command code out into separate moduleJeff Zhao
2021-10-02Merge branch 'main' into devJeff Zhao
2021-10-02add basic support for command historyJeff Zhao
2021-10-02Add a help page (#95)Vinegret43
2021-06-10impl FromStrJeff Zhao
2021-04-30rename traits and move structs aroundJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff 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-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-03-16cargo clippyJiayi Zhao
2020-02-22implement textfield widgetJiayi 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-13textfield progressionJiayi Zhao
2020-02-11more progress on tui-rs workJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2019-07-19changed how commands are handledJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-01optimize some printing codeJiayi 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 keymap commands are parsedJiayi Zhao