Skip to content
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

Package request: tmux-fingers #279999

Closed
WilliamHsieh opened this issue Jan 10, 2024 · 2 comments · Fixed by #280173
Closed

Package request: tmux-fingers #279999

WilliamHsieh opened this issue Jan 10, 2024 · 2 comments · Fixed by #280173
Labels
0.kind: packaging request Request for a new package to be added

Comments

@WilliamHsieh
Copy link
Contributor

Project description
copy pasting in terminal with vimium/vimperator like hints.

Metadata

Additional information
Tmux-thumb is available, but it has certain acknowledged issues, as indicated in fcsonline/tmux-thumbs#76.
In comparison, the original tmux-finger proves to be more reliable for my needs.


Add a 👍 reaction to issues you find important.

@WilliamHsieh WilliamHsieh added the 0.kind: packaging request Request for a new package to be added label Jan 10, 2024
@ppom0
Copy link
Contributor

ppom0 commented Jan 10, 2024

It's already packaged and available at tmuxPlugins.fingers. You can also take a loot at tmuxPlugins.tmux-thumbs which seems like a faster rewrite.

All tmux plugins are defined here: https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/tmux-plugins/default.nix

You can also search them with this command: nix search nixpkgs tmuxPlugins

To enable tmux plugins on NixOS, you'll have to use this NixOS option (adding them to environment.systemPackages is not enough), taking tmux-fingers as an example:

programs.tmux.plugins = [ pkgs.tmuxPlugins.fingers ];

See man configuration.nix and search for tmux (by typing /tmux<enter>) to see all tmux options.

@ppom0 ppom0 closed this as completed Jan 10, 2024
@WilliamHsieh
Copy link
Contributor Author

You can also take a look at tmuxPlugins.tmux-thumbs which seems like a faster rewrite.

As mentioned in the additional information, tmux-thumbs has some known issues and is therefore unusable for me.

It's already packaged and available at tmuxPlugins.fingers.

There's a 2.0 version rewrite with crystal for fingers and not yet updated, is PR acceptable for this kind of update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: packaging request Request for a new package to be added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants