about summary refs log tree commit diff
path: root/pkgs/misc/tmux-plugins
AgeCommit message (Collapse)AuthorFilesLines
2022-02-08Merge pull request #158194 from KyleOndy/fix_tmux_fzfThiago Kenji Okada1-3/+3
tmuxPlugins.tmux-fzf: unstable-2020-12-07 -> unstable-2021-10-20
2022-02-07tmuxPlugins.cpu: unstable-2020-07-25 -> unstable-2021-12-15Vinícius Müller1-3/+3
2022-02-04tmuxPlugins.tmux-fzf: unstable-2020-12-07 -> unstable-2021-10-20Kyle Ondy1-3/+3
Fixes #158162.
2021-08-05tmuxPlugins.better-mouse-mode: fixed broken install pathChris Pickard1-0/+1
the prior install path did not source the correct path without manual intervention
2021-08-02tmuxPlugins.better-mouse-mode: init at 2021-08-02Chris Pickard1-0/+26
[tmux-better-mouse-mode](https://github.com/NHDaly/tmux-better-mouse-mode) is a tmux plugin to better manage the mouse it emulates mouse support for full-screen programs like `less` which don't provide mouse support it exits copy mode and returns you to the prompt by scolling back all the down to the bottom it adjusts scrolling speed intended for tmux versions 2.1 and later
2021-07-22tmuxPlugins.dracula: v1.0.1 -> v2.0.0Ethan Edwards1-2/+2
2021-07-06tmuxPlugins.dracula: 1.0 -> 1.0.1 (#128833)Ethan Edwards1-2/+2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-21Merge pull request #127619 from ethancedwards8/tmuxplugins-yankSandro1-3/+3
tmuxPlugins.yank unstable-2019-12-02 -> unstable-2021-06-20
2021-06-20tmuxPlugins.yank unstable-2019-12-02 -> unstable-2021-06-20Ethan Edwards1-3/+3
2021-06-20tmuxPlugins.dracula: unstable-2020-06-20 -> 1.0Ethan Edwards1-3/+3
2021-06-21tmuxPlugins.dracula: unstable-2021-02-18 -> unstable-2021-06-20 (#127591)Ethan Edwards1-3/+3
2021-04-04tmuxPlugins.extrakto: init at unstable-2021-04-04Raimon Grau1-0/+28
2021-04-01tmuxPlugins: removed phony dependencies attributeTimothy Stott1-11/+13
The `dependencies` attribute in mkTmuxPlugin has deceived contributors into thinking it makes packages available to the plugin at runtime. To avoid further confusion the attribute is removed and plugins that used it fixed. Example PRs where `dependencies` has confused. - https://github.com/NixOS/nixpkgs/pull/113726#discussion_r591146399 - https://github.com/NixOS/nixpkgs/pull/95275/files#r522817362
2021-03-19tmuxPlugins: add error message for mkDerivationNicole Prindle1-0/+2
tmuxPlugins.mkDerivation was renamed to tmuxPlugins.mkTmuxPlugin; we should fail explicitly for anyone using the old function.
2021-03-19tmuxPlugins: re-add mkTmuxPluginNicole Prindle1-0/+2
`mkTmuxPlugin` was removed from `tmuxPlugins` in #115718 while changing the name from `mkDerivation`; this reintroduces it under the new name.
2021-03-10tmuxPlugins: rename function to build pluginTimothy Stott1-43/+38
Make a distinction between stdenv.mkDerivation and the helper function to build the plugin.
2021-02-18tmuxPlugins.dracula: unstable-2021-02-09 -> unstable-02-18Ethan Edwards1-3/+3
2021-02-10tmuxPlugins.dracula: unstable-2020-12-28 -> unstable-2021-2-09Ethan Edwards1-3/+3
2021-01-18Merge pull request #106941 from KyleOndy/fix_tmux_plugin_fzfSandro1-2/+3
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-9/+9
2021-01-12Merge pull request #109056 from benley/tmux-power-themeSandro1-0/+12
tmuxPlugins.power-theme: init at 2020-11-18
2021-01-11tmuxPlugins.power-theme: init at 2020-11-18Benjamin Staffin1-0/+12
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-07Merge pull request #108654 from SuperSandro2000/patch-1Sandro1-0/+1
tmuxPlugins.onedark-theme: fix entrypoint
2021-01-07tmuxPlugins.onedark-theme: fix entrypointAndy Richardson1-0/+1
2020-12-30Merge pull request #107552 from ethancedwards8/bump-tmuxPlugins-draculaSandro1-3/+3
tmuxPlugins.dracula: unstable-2020-12-2 -> unstable-2020-12-28
2020-12-28tmuxPlugins.dracula: unstable-2020-12-2 -> unstable-2020-12-24Ethan Edwards1-3/+3
2020-12-27Merge pull request #105733 from arnarg/tmux-jumpSandro1-0/+4
tmuxPlugins.jump: fix ruby dependency
2020-12-14tmuxPlugins.tmux-fzf: unstable-2020-11-23 -> unstable-2020-12-07Kyle Ondy1-2/+2
2020-12-14tmuxPlugins.tmux-fzf: fix: declare entry-pointKyle Ondy1-0/+1
This change somehow escaped me when I was iterating on #95275.
2020-12-02Merge pull request #95275 from KyleOndy/add_tmux_plugin_fzfSilvan Mosberger1-0/+35
tmuxPlugins.tmux-fzf: init at unstable-2020-11-12
2020-12-02tmuxPlugins.jump: fix ruby dependencyArnar Gauti Ingason1-0/+4
2020-12-02Merge pull request #104652 from ethancedwards8/tmux-plugins-draculaSandro1-0/+18
2020-12-02tmuxPlugins.dracula: init at unstable-2020-12-2Ethan Edwards1-0/+18
2020-11-30Merge pull request #105386 from arnarg/tmux-jumpSandro1-0/+20
tmuxPlugins.jump: init at 2020-06-26
2020-11-29tmuxPlugins.jump: init at 2020-06-26Arnar Gauti Ingason1-0/+20
2020-11-29tmuxPlugins.tilish: init at 2020-08-12Arnar Gauti Ingason1-0/+19
2020-11-28tmux-onedark-theme: init (#89623)Sherub Thakur1-0/+11
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-25tmuxPlugins.vim-tmux-focus-events: init at unstable 2010-10-06RonanMacF1-0/+19
2020-11-24 tmuxPlugins.tmux-fzf: init at unstable-2020-11-12Kyle Ondy1-0/+35
This plugin has no releases or tags yet, so pinned to the current head of master as of this commit.
2020-11-01tmuxPlugins.resurrect: unstable-2020-03-21 -> unstable-2020-09-18RonanMacF1-3/+29
2020-11-01tmuxPlugins.continuum: unstable-2018-02-23 -> unstable-2020-10-16RonanMacF1-3/+21
2020-09-19tmuxPlugins.nord: init at 0.3.0Hongchang Wu1-0/+11
2020-09-08Merge pull request #94089 from cixel/patch-1Lassulus1-3/+3
tmuxPlugins.cpu: unstable-2020-04-05 -> unstable-2020-07-25
2020-08-12tmuxPlugins.fingers: fix rtpFilePathafreakk1-0/+1
2020-07-28tmuxPlugins.cpu: unstable-2020-04-05 -> unstable-2020-07-25Ehden Sinai1-3/+3
bump revision for tmux-cpu (885805 -> 20120a). new revision includes a number of small fixes. motivation for the change is 5feb11, which fixes an issue calculating ram percentage with vm_stat (mostly affects macOS).
2020-06-24tmuxPlugins.fingers: init at 1.0.1Cody Allen1-0/+13
[tmux-fingers](https://github.com/Morantron/tmux-fingers) provides copy pasting with vimium/vimperator like hints. Use tag for tmux-fingers rev based on PR feedback Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-04-05tmuxPlugins: upgrade all to latestBenjamin Hipple1-79/+125
Many of the tmux plugins had not been updated in some time. This PR: - Updates all of them to the latest version. This is notable because `tmux 3.0` has come out recently, and some of them have compatibility fixes for the new version (e.g., `vim-tmux-navigator`), as well as general performance improvements and bugfixes for many of them. - Uses `fetchFromGitHub`, which is both more performant and hashed mirror friendly. - Adds the standard `version = "unstable-YYYY-MM-DD"`, which makes it easy to determine at a glance how old/unmaintained some of these are. - Adds the standard `pname` for overlay friendliness
2019-12-09tmuxPlugins.ctrlw: 0.1.0 -> 0.1.1Jason Felice1-2/+2
2019-11-24Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson1-0/+33