summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
* The assets macro seems to not be able to read across create boundaries. Now the assets are included in the crate they are used in.
2021-05-27hotfix(publish): Move install module and asset_map to main zellij package. ↵Kunal Mohan
publish should hopefully work now.
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
* fix(compatibility): support wide characters * style(fmt): rustfmt * style(fmt): make clippy happy
2021-05-25Docs(changelog): Detachable sessions #531Kunal Mohan
2021-05-25Merge pull request #531 from zellij-org/detach-sessionsKunal Mohan
Feature: Detachable/Persistent sessions
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-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
This patch fixes #509 by using async read instead of polling a non-blocking fd. This reduces CPU usage when the ptys are idle.
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 ↵Kunal Mohan
ClientToServerMsg
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
Add documentation to actions struct
2021-05-22Add documentation to actions structa-kenji
* Add warning for renaming the actions
2021-05-22Merge pull request #529 from a-kenji/config-flags-doca-kenji
Change Description of Config Flags
2021-05-22Change Description of Config Flagsa-kenji
* Make distinction clearer between certain flags
2021-05-19Merge pull request #524 from a-kenji/update-docsa-kenji
chore(docs): Fix references
2021-05-19chore(docs): Fix referencesa-kenji
* `xrdb` is not included currently
2021-05-19Merge pull request #522 from zellij-org/re-export-dependenciesKunal Mohan
Re-export common dependencies from zellij-utils
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
* refactor(os_input_output): use Pid for child process * fix(debug): change debug_to_file to write &[u8] This patch changes debug_to_file to write entire slices in one call, to avoid the overhead of opening and closing files for each byte written. * refactor(ServerOsApi): remove unnecessary muts from methods Co-authored-by: KOVACS Tamas <ktamas@fastmail.fm>
2021-05-18Merge pull request #519 from a-kenji/fix-clean-flaga-kenji
Fix `clean` flag
2021-05-18Fix `clean` flaga-kenji
* The setup subcommand was exiting the programm no matter what even if the `clean` flag was provided. Now it returns to the main function on encountering the clean flag.
2021-05-18docs(changelog): Split Layout Flag 514a-kenji
2021-05-18Merge pull request #514 from a-kenji/layout-path-506a-kenji
Split Layout Flag
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-18Merge pull request #510 from zellij-org/speedup-ciHenil Dedania
build(ci): Use Cache to speed up CI checks
2021-05-17docs(readme): clarificationsAram Drevekenin
2021-05-17docs(changelog): update osc changeAram Drevekenin
2021-05-17Osc implementation (#517)Aram Drevekenin
* fix(compatibility): implement most osc methods * style(fmt): rustfmt * style(fmt): remove cargo warnings * style(fmt): make clippy happy * style(fmt): fix formatting after my clippy fixes broke it again ;P * fix(grid): fix tests
2021-05-17hotfix(server): Maintain working directory while daemonizationKunal Mohan
2021-05-17Docs(changelog): Restructuring #515Kunal Mohan