-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add --tmux
flag (deprecates sk-tmux, fixes #596)
#603
Conversation
e78fb59
to
ed3a0ce
Compare
* 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LoricAndre <[email protected]> * chore: improve PR ci * disable cache on fmt job * add title check * clean * Create pr.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LoricAndre <[email protected]>
--tmux
flag (deprecates sk-tmux, fixes #596)--tmux
flag (deprecates sk-tmux, fixes #596)
6b0fab9
to
e649d08
Compare
--tmux
flag (deprecates sk-tmux, fixes #596)--tmux
flag (deprecates sk-tmux, fixes #596)
@LoricAndre, FYI ibhagwan/fzf-lua@d9db3b6 added tmux support, all that's needed is to add the :FzfLua files fzf_opts.--tmux=center,40%,40% fzf_bin=sk I did discover one issue with tmux integration regarding the customization of the bg color which doesn't cover the entrire tmux popup, for example: sk --height=100% --tmux center,40%,40% --color="bg:#ffcb8b" |
TYSM for being so quick to react ! |
No biggie as this is easily avoidable by not theming the background, just FYI. Good luck on the rewrite and ty for your hard work 🙏 |
The e2e are pretty basic but they should let us check the most delicate edge cases together with the unit tests