summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-28fix(tests): Add SLEEP to top_and_quit testKunal Mohan
2021-05-28chore(version): bump development versionAram Drevekenin
2021-05-28chore(release): v0.12.1v0.12.1Aram Drevekenin
2021-05-28chore(version): change to patch versionAram Drevekenin
2021-05-28style(clippy): minor fixAram Drevekenin
2021-05-28hotfix: remove termbg call so stdin won't get stuckAram Drevekenin
2021-05-27fix: use bounded queue between pty and screenKOVACS Tamas
2021-05-27refactors for #525 (#534)kxt
2021-05-27fixup! rustfmta-kenji
2021-05-27Merge branch 'main' of https://github.com/zellij-org/zellij into default-mode...a-kenji
2021-05-27chore(version): bump development versionAram Drevekenin
2021-05-27chore(release): v0.12.0v0.12.0Aram Drevekenin
2021-05-27chore(cargo): lock workspace versionsAram Drevekenin
2021-05-27Move `config` assets to `zellij-utils` cratea-kenji
2021-05-27hotfix(publish): Move install module and asset_map to main zellij package. pu...Kunal Mohan
2021-05-27chore(build): update makefileAram Drevekenin
2021-05-26docs(changelog): wide character supportAram Drevekenin
2021-05-26fix(compatibility): support wide characters (#535)Aram Drevekenin
2021-05-25Docs(changelog): Detachable sessions #531Kunal Mohan
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-25remove shortened_text mode from status-barKunal Mohan
2021-05-25CHange keybind for Session mode and add comments for clarityKunal Mohan
2021-05-24Default mode 368a-kenji
2021-05-24hotfix(build): Fix cargo make installKunal Mohan
2021-05-24docs(changelog): pty fixAram Drevekenin
2021-05-24fix(pty): use async io to avoid polling (#523)kxt
2021-05-22Allow passing arguments to test and build commandsKunal 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-22join router threads on exitKunal Mohan
2021-05-22fix regression and testsKunal Mohan
2021-05-22Add ability to attach to sessionsKunal Mohan
2021-05-22add keybinds for session mode and detachKunal Mohan
2021-05-22Use Action enum for Quit and detach instead of separate messages under Client...Kunal 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-22Merge pull request #530 from a-kenji/action-doca-kenji
2021-05-22Add documentation to actions structa-kenji
2021-05-22Merge pull request #529 from a-kenji/config-flags-doca-kenji
2021-05-22Change Description of Config Flagsa-kenji
2021-05-19Merge pull request #524 from a-kenji/update-docsa-kenji
2021-05-19chore(docs): Fix referencesa-kenji
2021-05-19Merge pull request #522 from zellij-org/re-export-dependenciesKunal Mohan
2021-05-19upgrade termbg and remove build-dependenciesKunal Mohan
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-18refactor(IO): random fixes (#521)kxt