summaryrefslogtreecommitdiffstats
path: root/zellij-utils
AgeCommit message (Expand)Author
2021-07-08Merge branch 'main' into unified-loggingqepasa
2021-07-08CleanupPaweł Palenica
2021-07-08Add padding to loggerPaweł Palenica
2021-07-09Add doc comment for the on_force_close optionKunal Mohan
2021-07-09Add on_force_close config optionKunal Mohan
2021-07-08Display session name within sessionLovecraftian Horror
2021-07-07Cleanup log config file a bit, make format verbose so everyone can understand...Paweł Palenica
2021-07-06Change name of `Run` binding for actionsa-kenji
2021-07-06Add custom function for unit test in zellij-utilsKunal Mohan
2021-07-06Remove test feature and hacksKunal Mohan
2021-07-05chore(version): bump development versionAram Drevekenin
2021-07-04Add `layout-dir` to `setup --check` subcommanda-kenji
2021-07-02feat(ui): initial mouse support (#448)Thomas Linford
2021-07-02Merge pull request #596 from a-kenji/run-command-actiona-kenji
2021-07-02Add running commands to an actiona-kenji
2021-07-01Add option to specify default-shella-kenji
2021-06-30Merge branch 'main' of https://github.com/zellij-org/zellij into modularize-s...a-kenji
2021-06-30Modularize spawn_terminal_functiona-kenji
2021-06-30chore(tests): move all integration tests to be either unit or e2e tests - rem...Aram Drevekenin
2021-06-29feat: Add logger to ZellijPaweł Palenica
2021-06-29chore(clippy): needless_borrowa-kenji
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-04chore(release): bump development versionBrooks J Rady
2021-06-03Fixed a build warning and renamed a struct fieldBrooks J Rady
2021-06-01Merge branch 'main' into resize-overhaulBrooks J Rady
2021-06-01Fix options in config filea-kenji
2021-05-30Merge branch 'main' of https://github.com/zellij-org/zellij into theme-configa-kenji
2021-05-30Add color theme configa-kenji
2021-05-29Getting back to where we started... (Buggy Resizing)Brooks J Rady
2021-05-29Add default_mode to attacha-kenji
2021-05-29Merge pull request #513 from a-kenji/default-mode-368a-kenji
2021-05-29Make session-name option in attach commandKunal Mohan
2021-05-28chore(version): bump development versionAram Drevekenin
2021-05-28chore(version): change to patch versionAram Drevekenin
2021-05-27refactors for #525 (#534)kxt
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-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-22Allow user to specify session nameKunal Mohan
2021-05-22join router threads on exitKunal 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-22Implement the minimal list-sessions commandKunal Mohan
2021-05-22add attach and list sessions subcommand to CliArgsKunal Mohan
2021-05-22Add documentation to actions structa-kenji