summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/cli.rs
AgeCommit message (Expand)Author
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