summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-03-28fix(compatibility): ansi scroll down (#1279)Aram Drevekenin
2022-03-25feat(ui): add navigation with alt + arrow keys (#1264)Aram Drevekenin
2022-03-23chore(deps): move from termion to termwiz for STDIN handling (#1249)Aram Drevekenin
2022-03-22feat(ui): round frame corners (#1227)Brooks Rady
2022-03-18refactor(tab): move tiled panes to their own module (#1239)Aram Drevekenin
2022-03-17fix(feat): `disable_automatic_asset_installation` (#1226)a-kenji
2022-03-09fix(compatibility): replace wide characters under cursor properly (#1196)Aram Drevekenin
2022-03-07Improve: more explicit detach instruction (#1161)Jae-Heon Ji
2022-03-04fix(cli): `list-sessions` stderr on fail (#1174)a-kenji
2022-02-27fix(tests): ensure e2e tests use updated plugins (#1047)Thomas Linford
2022-02-25fix(input): handle discontiguous STDIN input (#1119)Aram Drevekenin
2022-02-23fix: invalid assignment of `client_id` (#1052)Jae-Heon Ji
2022-02-21fix(ui): floating panes UI (#1074)Aram Drevekenin
2022-02-21fix(copy): rejoin wrapped lines (#1069)Thomas Linford
2022-02-21feat(ux): tmux mode (#1073)Aram Drevekenin
2022-02-18feat(ui): add floating panes (#1066)Aram Drevekenin
2022-02-12fix(compatibility): resolve fzf crash (#1056)Thomas Linford
2022-02-02fix(compatibility): do not set scroll buffer in alternate screen (#1032)Thomas Linford
2022-02-01feat: add focus attribute in layout (#958)Jae-Heon Ji
2022-01-23chore(deps): update arg parsing to clap v3 (#1017)Marcin Puc
2022-01-13feat: change dependency for `process_cwd` (#1001)Jae-Heon Ji
2022-01-04feat(keybinds): improve default keybindings (#991)Aram Drevekenin
2022-01-03Implement passing the bell signal to the terminal (#981)auronandace
2021-12-29fix(commands): add install default assets (#961)Jae-Heon Ji
2021-12-29fix(clippy): ensure clippy runs on all targets (#972)danieleades
2021-12-23fix(attach): make removing clients atomic (#966)Aram Drevekenin
2021-12-22fix(compatibility): handle deleting chars in lines with widechars (#965)Aram Drevekenin
2021-12-22fix(compatibility): handle inserting characters after wide character (#964)Aram Drevekenin
2021-12-20feat(collaboration): implement multiple users (#957)Aram Drevekenin
2021-12-09Feature: Add pane names (#928)Kunal Mohan
2021-12-08fix(plugins): support multiple users (#930)Aram Drevekenin
2021-12-07fix(style): various internal refactoringsMarcin Puc
2021-12-01fix(compatibility): full screen scroll region (#915)Aram Drevekenin
2021-11-30Prevent a zellij session from attaching to itself. (#911)Kunal Mohan
2021-11-12refactor(tabs): lay down infrastructure for multiple users (#864)Aram Drevekenin
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-10add(feature): toggle boolean options with cli flag (#855)a-kenji
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-08feat: add initial session name to layout template (#789)Jae-Heon Ji
2021-11-08feat(scrolling): half-page scroll actions (#813)oromate
2021-11-07chore(plugin): update assets and E2E testsBrooks J Rady
2021-11-05fix(main): Refactor src/main.rs by splitting one massive main function into c...Ken Matsui
2021-11-06feat(attach): Support `--index` option to choose specific session by provided...Ken Matsui
2021-10-27fix(input): properly handle bracketed paste (#810)Aram Drevekenin
2021-10-26fix(compatibility): improve handling of wide characters inserted in the middl...Aram Drevekenin
2021-10-23fix(style): fix clippy lints in `remote_runner`Thomas Linford
2021-10-20fix(tests): update snapshotsAram Drevekenin
2021-10-12Preserve current umask (#777)Thomas Linford