summaryrefslogtreecommitdiffstats
path: root/src/sessions.rs
AgeCommit message (Expand)Author
2023-01-13fix: wide-char drop on resize to 1 and invalid session names (#2082)朱李
2022-11-22fix: empty session name (#1959)Jae-Heon Ji
2022-09-02fix(router): gracefully handle client crashes (#1710)Aram Drevekenin
2022-07-12Refactor match session name (#1582)Matthias Beyer
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
2022-05-10fix(deps): Rename `suggestion` crate to `suggest` (#1387)Ken Matsui
2022-05-03feat: Attach sessions by unique prefix name (#1169) (#1360)raphCode
2022-04-29fix: change the way sessions are sorted (#1347)Jae-Heon Ji
2022-04-27fix(ipc): empty ipc msg crash (#1351)Aram Drevekenin
2022-03-04fix(cli): `list-sessions` stderr on fail (#1174)a-kenji
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2021-11-11Merge branch 'suggestion-for-similar-session-name' of https://github.com/ken-...a-kenji
2021-11-11feat(sessions): Suggestion for a similar session nameKen Matsui
2021-11-10fix(envs): Unify operation of Zellij environment variables (#842)Ken Matsui
2021-11-09fix(match): Make match arms much simpler (#844)Ken Matsui
2021-11-06feat(attach): Support `--index` option to choose specific session by provided...Ken Matsui
2021-10-11feat(cli): add `kill-session` command (#745)Jae-Heon Ji
2021-09-19 Implement `attach --create` subcommand flag to create session if one does no...GPery
2021-05-29Make session-name option in attach commandKunal Mohan
2021-05-25check for residual socket files and clean themKunal Mohan
2021-05-22rename list_sessions file to sessionsKunal Mohan