summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
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
2021-05-22check if session exists before attachingKunal Mohan
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22Add ability to detach a sessionKunal Mohan
2021-05-22Mark current session in the output of list-sessionsKunal Mohan
2021-05-22Implement the minimal list-sessions commandKunal Mohan
2021-05-22add attach and list sessions subcommand to CliArgsKunal Mohan
2021-05-19Merge pull request #522 from zellij-org/re-export-dependenciesKunal Mohan
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-18Fix `clean` flaga-kenji
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan
2021-05-16handle error on termios initialization (#511)Thomas Linford
2021-05-15clean and exit on window closeKunal Mohan
2021-05-15Do not pass config_options while spawning server processKunal Mohan
2021-05-15Fix after rebaseKunal Mohan
2021-05-15fix testingKunal Mohan
2021-05-15Switch to multiprocess model: Not looking goodKunal Mohan
2021-05-14Add `check` flag to the setup subcommanda-kenji
2021-05-12Fix Simplified Uia-kenji
2021-05-10Fix exit code on `dump-default-config`a-kenji
2021-05-08First round of merging against server-client and color stuffKyle Sutherland-Cash
2021-05-04Use ZELLIJ_SOCKET_DIR env variable and make user specific tmp dirKunal Mohan
2021-05-04Fix after rebaseKunal Mohan
2021-05-04remove Split, OpenFile and MoveFocus from CliArgsKunal Mohan
2021-05-04Use interprocess crate for IPCKunal Mohan
2021-05-04Fix after rebaseKunal Mohan