summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/cli.rs
AgeCommit message (Expand)Author
2023-08-27fix(panes): refocus pane properly on tab change (#2734)Aram Drevekenin
2023-08-25feat(plugins): optionally move plugin to focused tab (#2725)Aram Drevekenin
2023-07-25feat(plugins): make plugins configurable (#2646)Aram Drevekenin
2023-06-14fix(plugins): allow loading relative urls (#2539)Aram Drevekenin
2023-06-07feat(wasm-plugin-system): major overhaul and some goodies (#2510)Aram Drevekenin
2023-04-19feat(plugins): reload plugin at runtime (#2372)Aram Drevekenin
2023-03-29feat(terminal): cli and bindable action to clear all buffers for a specific p...Oleks Gnatovskyi
2023-03-27feat(plugins): async plugin loading (#2327)Aram Drevekenin
2023-03-01feat(cli): `QueryTabNames` cli action to list all tab names (#2145)哇呜哇呜呀咦耶
2023-02-27fix(cli): edit cwd (#2201)Aram Drevekenin
2023-02-26fix(cli): new-tab now also looks in layout_dir for layouts (#2198)Aram Drevekenin
2023-02-17feat(ui): swap layouts and stacked panes (#2167)Aram Drevekenin
2023-02-07feat(cli): add `GoToTabName` action to switch tab by name (#2120)哇呜哇呜呀咦耶
2023-01-24feat: add ScrollToTop action (#2110)Yves Biener
2022-12-08Reimplement resize code (#1990)har7an
2022-11-03fix(edit): treat cwd properly (#1904)Aram Drevekenin
2022-11-01feat(command-panes): allow to start suspended (#1887)Aram Drevekenin
2022-10-31fix: resolve setup --clean panic (#1882)Thomas Linford
2022-10-28feat(command-panes): optionally allow panes to be closed on exit (#1869)Aram Drevekenin
2022-10-24chore: add help to cli options (#1839)Jae-Heon Ji
2022-10-19allow dump_screen() to only dump the viewport (#1794)Dan Näsman
2022-10-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-14feat(layouts): global cwd (#1798)Aram Drevekenin
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-07-24feat: support `themes` directory (#1577)Jae-Heon Ji
2022-06-25add(feature): `unstable` (#1542)a-kenji
2022-06-15feat: add capability to dispatch actions from cli (#1265)a-kenji
2022-06-14chore(deps): update `clap`: `3.1.18` -> `3.2.2` (#1496)a-kenji
2022-06-11fix(cli): clear up tooltip information (#1488)a-kenji
2022-05-30fix: clarify help text (#1442)a-kenji
2022-05-28feat(cli): merge --layout and --layout-path (#1426)Spyros Roum
2022-05-10feat: Shows subcommand aliases in help text (#918) (#1409)Luke Stadem
2022-05-10fix: a small typo (#1390)a-kenji
2022-03-10fix(config): allow POSIX style `--config` override (#1205)a-kenji
2022-01-23chore(deps): update arg parsing to clap v3 (#1017)Marcin Puc
2021-11-10add(feature): toggle boolean options with cli flag (#855)a-kenji
2021-11-06feat(attach): Support `--index` option to choose specific session by provided...Ken Matsui
2021-10-11feat(cli): add `kill-session` command (#745)Jae-Heon Ji
2021-09-27feat(sessions): mirrored sessions (#740)Aram Drevekenin
2021-09-19 Implement `attach --create` subcommand flag to create session if one does no...GPery
2021-09-13Add `options` subcommand to `attach` (#718)a-kenji
2021-05-29Make session-name option in attach commandKunal Mohan
2021-05-22Allow user to specify session nameKunal Mohan
2021-05-22add attach and list sessions subcommand to CliArgsKunal Mohan
2021-05-22Change Description of Config Flagsa-kenji
2021-05-18Merge branch 'main' of https://github.com/zellij-org/zellij into layout-path-506a-kenji
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan