summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2024-03-24feat: `list-sessions` show newest sessions last, for better user experience (...toymil
2024-03-20chore(integrations): zpipe alias (#3210)Aram Drevekenin
2024-03-18feat(plugins): session manager cwd and new filepicker (#3200)Aram Drevekenin
2024-02-08feat(panes): allow specifying coordinates for a new floating pane through the...Aram Drevekenin
2024-02-07fix(cli): respect cwd in zellij run and zellij plugin (#3116)Aram Drevekenin
2024-01-17feat(plugins): introduce 'pipes', allowing users to pipe data to and control ...Aram Drevekenin
2023-11-30feat(plugins): skip plugin cache flag (#2971)Aram Drevekenin
2023-11-02feat: load plugins from the web (#2863)Jae-Heon Ji
2023-10-20fix(cli): session names only for attach in fish completion (#2857)Daniel Jankowski
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-09-18feat(panes): in place run (#2795)Aram Drevekenin
2023-07-25feat(plugins): make plugins configurable (#2646)Aram Drevekenin
2023-03-27feat(plugins): async plugin loading (#2327)Aram Drevekenin
2023-02-28fix(new-tab): get config parameters from config file (#2203)Aram Drevekenin
2022-11-22plugins: rework plugin loading (#1924)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-28feat(command-panes): optionally allow panes to be closed on exit (#1869)Aram Drevekenin
2022-10-17feat(cli): zellij run improvements (#1804)Aram Drevekenin
2022-10-17Log `thread_bus` IPC messages only in debug mode (#1800)har7an
2022-10-11feat(ux): rerun command pane (#1787)Aram Drevekenin
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-06-25add(feature): `unstable` (#1542)a-kenji
2022-06-15feat: add capability to dispatch actions from cli (#1265)a-kenji
2022-01-23chore(deps): update arg parsing to clap v3 (#1017)Marcin Puc
2021-11-05fix(main): Refactor src/main.rs by splitting one massive main function into c...Ken Matsui
2021-11-06feat(attach): Support `--index` option to choose specific session by provided...Ken Matsui
2021-10-12Preserve current umask (#777)Thomas Linford
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-09-12fix automated build errors on setup command (#711)Thomas Linford
2021-08-01Merge branch 'main' of https://github.com/zellij-org/zellij into tab-layouta-kenji
2021-07-28Simplify deserialization for layouts, configa-kenji
2021-07-23Merge branch 'main' of https://github.com/zellij-org/zellij into tab-layouta-kenji
2021-07-23Add `tabs` to `layouts`a-kenji
2021-07-22Add cmd to dump layout to stdouta-kenji
2021-07-17Minor fixesPaweł Palenica
2021-07-13Apply code review suggestions. Rename decorating_pipe to logging_pipe. Add pl...Paweł Palenica
2021-07-08Merge branch 'main' into unified-loggingqepasa
2021-07-04Add `layout-dir` to `setup --check` subcommanda-kenji
2021-06-29feat: Add logger to ZellijPaweł Palenica
2021-06-16Change `layout` directory from `data` to `config`a-kenji
2021-06-14Move `layout.rs` from `server` to `utils`a-kenji
2021-05-29Add default_mode to attacha-kenji
2021-05-29Make session-name option in attach commandKunal Mohan
2021-05-27hotfix(publish): Move install module and asset_map to main zellij package. pu...Kunal Mohan
2021-05-22rename list_sessions file to sessionsKunal Mohan
2021-05-22Allow user to specify session nameKunal Mohan