zellij/src
raphCode 7b0a46f812
feat: Attach sessions by unique prefix name (#1169) (#1360)
* feat: Attach sessions by unique name prefix (#1169)

This makes attaching to sessions more convenient since only the first character(s) of the
session name must be typed.
If this prefix matches multiple sessions and is therefore ambiguous, zellij will complain
and show all sessions names starting with these characters.
If any session name matches the given string exact, it is attached immediately, therefore
it is always possible to attach to every session, even if the set of session names is not
prefix-free.

* Add feature to changelog

* Try to fix flaky e2e test
2022-05-03 18:55:31 +02:00
..
tests feat: Attach sessions by unique prefix name (#1169) (#1360) 2022-05-03 18:55:31 +02:00
commands.rs feat: Attach sessions by unique prefix name (#1169) (#1360) 2022-05-03 18:55:31 +02:00
install.rs fix: minor system improvements (#1328) 2022-04-16 16:11:46 +09:00
main.rs chore(deps): update arg parsing to clap v3 (#1017) 2022-01-23 20:59:03 +01:00
sessions.rs feat: Attach sessions by unique prefix name (#1169) (#1360) 2022-05-03 18:55:31 +02:00