summaryrefslogtreecommitdiffstats
path: root/src/commands.rs
AgeCommit message (Expand)Author
2024-02-06feat(sessions): welcome screen (#3112)Aram Drevekenin
2023-10-20fix(cli): session names only for attach in fish completion (#2857)Daniel Jankowski
2023-10-12feat(sessions): session resurrection (#2801)Aram Drevekenin
2023-08-30fix(reconnect): do not clear terminal state when entering alternate screen (#...Aram Drevekenin
2023-08-24feat(sessions): add a session manager to switch between sessions, tabs and pa...Aram Drevekenin
2023-07-18fix(sessions): use custom lists of adjectives and nouns for generating sessio...Kyle Sutherland-Cash
2023-05-09Use rust 1.67 (#2375)har7an
2023-03-08fix(sessions): attach --create regression (#2247)Aram Drevekenin
2023-02-28fix(new-tab): get config parameters from config file (#2203)Aram Drevekenin
2023-01-13fix: wide-char drop on resize to 1 and invalid session names (#2082)朱李
2022-11-22plugins: rework plugin loading (#1924)har7an
2022-11-16fix(cli): measure cwd from cli client rather than the zellij server (#1947)Aram Drevekenin
2022-11-03fix(cli-actions): do not query termios for the cli client (#1905)Aram Drevekenin
2022-10-17Log `thread_bus` IPC messages only in debug mode (#1800)har7an
2022-10-13zellij/commands: Prevent recursive sessions (#1766)har7an
2022-10-05feat(config): switch to kdl (#1759)Aram Drevekenin
2022-07-24feat: support `themes` directory (#1577)Jae-Heon Ji
2022-07-07fix: typo (#1567)a-kenji
2022-06-25add(feature): `unstable` (#1542)a-kenji
2022-06-15fix(clippy): clippy fixes (#1508)a-kenji
2022-06-15feat: add capability to dispatch actions from cli (#1265)a-kenji
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
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-16fix: minor system improvements (#1328)Jae-Heon Ji
2022-03-17fix(feat): `disable_automatic_asset_installation` (#1226)a-kenji
2021-12-29fix(commands): add install default assets (#961)Jae-Heon Ji
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-11-30Prevent a zellij session from attaching to itself. (#911)Kunal Mohan
2021-11-10add(feature): toggle boolean options with cli flag (#855)a-kenji
2021-11-09fix(match): Make match arms much simpler (#844)Ken Matsui
2021-11-08feat: add initial session name to layout template (#789)Jae-Heon Ji
2021-11-05fix(main): Refactor src/main.rs by splitting one massive main function into c...Ken Matsui