summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-06-29feat: Add logger to ZellijPaweł Palenica
2021-06-21Add e2e tests (#582)Aram Drevekenin
2021-06-16Change `layout` directory from `data` to `config`a-kenji
2021-06-14Merge branch 'main' of https://github.com/zellij-org/zellij into layout-errora-kenji
2021-06-14Move `layout.rs` from `server` to `utils`a-kenji
2021-06-03Fixed a build warning and renamed a struct fieldBrooks J Rady
2021-05-31Add layout to disable the status-bara-kenji
2021-05-29Add default_mode to attacha-kenji
2021-05-29Make session-name option in attach commandKunal Mohan
2021-05-28fix(tests): Add SLEEP to top_and_quit testKunal Mohan
2021-05-27fix: use bounded queue between pty and screenKOVACS Tamas
2021-05-27refactors for #525 (#534)kxt
2021-05-27hotfix(publish): Move install module and asset_map to main zellij package. pu...Kunal Mohan
2021-05-26fix(compatibility): support wide characters (#535)Aram Drevekenin
2021-05-25Merge pull request #531 from zellij-org/detach-sessionsKunal Mohan
2021-05-25check for residual socket files and clean themKunal Mohan
2021-05-24fix(pty): use async io to avoid polling (#523)kxt
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-18refactor(IO): random fixes (#521)kxt
2021-05-18Fix `clean` flaga-kenji
2021-05-18Merge branch 'main' of https://github.com/zellij-org/zellij into layout-path-506a-kenji
2021-05-18Fix Clippy Suggestionsa-kenji
2021-05-17Osc implementation (#517)Aram Drevekenin
2021-05-16fmt and clippyKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan
2021-05-16handle error on termios initialization (#511)Thomas Linford
2021-05-16Merge branch 'main' of https://github.com/zellij-org/zellij into layout-path-506a-kenji
2021-05-16Split Layout Flaga-kenji
2021-05-15clean and exit on window closeKunal Mohan
2021-05-15Fix after rebaseKunal 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-15Use ClientToServerMsg and ServerToClientMsg for IPCKunal Mohan
2021-05-15Fix memory overflow error and add panic hook for serverKunal Mohan
2021-05-15Switch to multiprocess model: Not looking goodKunal Mohan
2021-05-15Remove unused importMatthias Beyer
2021-05-15docs(changelog): Invert Asset Installationa-kenji
2021-05-15Invert Assets Installation Featurea-kenji
2021-05-14Merge pull request #503 from a-kenji/check-setupa-kenji
2021-05-14Add `check` flag to the setup subcommanda-kenji