Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: add `--tmux` flag (deprecates sk-tmux, fixes #596) * clippy & fmt * chore: generate doc & completions * fix: copy stdin to tmux call * fix: ignore stdin if not piped * fix: stream stdin instead of punctual copy * remove tmp dir & clippy * fmt * test: add basic tmux test * fix tests * use regex to fix tests on macos * add unittests * add deprecation warning to the readme * use tmux flag in key-bindings * fix tests on macos * chore: improve PR ci (#617) * Bump unicode-width from 0.1.14 to 0.2.0 (#616) Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.14 to 0.2.0. - [Commits](unicode-rs/unicode-width@v0.1.14...v0.2.0) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nix from 0.25.1 to 0.29.0 (#614) Bumps [nix](https://github.com/nix-rust/nix) from 0.25.1 to 0.29.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.25.1...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump env_logger from 0.9.3 to 0.11.5 (#615) Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.11.5. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.9.3...v0.11.5) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com> * chore: improve PR ci * disable cache on fmt job * add title check * clean * Create pr.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LoricAndre <loric.andre@pm.me> * revert mangen & compgen for merge * merge master * fix * revert readme merge issues * make TmuxOptions private * directly invoke tmux * better handling of tmux --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: LoricAndre <loric.andre@pm.me> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information