aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/tmux-plugins/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/tmux-plugins/default.nix')
-rw-r--r--pkgs/misc/tmux-plugins/default.nix122
1 files changed, 122 insertions, 0 deletions
diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix
index d47ab09e3c56..28ac5e6f91f5 100644
--- a/pkgs/misc/tmux-plugins/default.nix
+++ b/pkgs/misc/tmux-plugins/default.nix
@@ -127,6 +127,24 @@ in rec {
};
};
+ dracula = mkDerivation rec {
+ pluginName = "dracula";
+ version = "unstable-2020-12-2";
+ src = fetchFromGitHub {
+ owner = "dracula";
+ repo = "tmux";
+ rev = "cc310e585acbeaf3304eda662476f7f657010b01";
+ sha256 = "003nbv2rz2ihyqf3ryvdwn43ly0gi5z2r0pnqr9s9vw8dmwx0r3x";
+ };
+ meta = with stdenv.lib; {
+ homepage = "https://draculatheme.com/tmux";
+ description = "A feature packed Dracula theme for tmux!";
+ license = licenses.mit;
+ platforms = platforms.unix;
+ maintainers = with maintainers; [ ethancedwards8 ];
+ };
+ };
+
fingers = mkDerivation rec {
pluginName = "fingers";
rtpFilePath = "tmux-fingers.tmux";
@@ -180,6 +198,26 @@ in rec {
};
};
+ jump = mkDerivation {
+ pluginName = "jump";
+ version = "2020-06-26";
+ rtpFilePath = "tmux-jump.tmux";
+ src = fetchFromGitHub {
+ owner = "schasse";
+ repo = "tmux-jump";
+ rev = "416f613d3eaadbe1f6f9eda77c49430527ebaffb";
+ sha256 = "1xbzdyhsgaq2in0f8f491gwjmx6cxpkf2c35d2dk0kg4jfs505sz";
+ };
+
+ meta = with stdenv.lib; {
+ homepage = "https://github.com/schasse/tmux-jump";
+ description = "Vimium/Easymotion like navigation for tmux";
+ license = licenses.gpl3;
+ platforms = platforms.unix;
+ maintainers = with maintainers; [ arnarg ];
+ };
+ };
+
logging = mkDerivation {
pluginName = "logging";
version = "unstable-2019-04-19";
@@ -246,6 +284,17 @@ in rec {
};
};
+ onedark-theme = mkDerivation {
+ pluginName = "onedark-theme";
+ version = "unstable-2020-06-07";
+ src = fetchFromGitHub {
+ owner = "odedlaz";
+ repo = "tmux-onedark-theme";
+ rev = "3607ef889a47dd3b4b31f66cda7f36da6f81b85c";
+ sha256 = "19jljshwp2p83b634cd1mw69091x42jj0dg40ipw61qy6642h2m5";
+ };
+ };
+
pain-control = mkDerivation {
pluginName = "pain-control";
version = "unstable-2020-02-18";
@@ -366,6 +415,25 @@ in rec {
};
};
+ tilish = mkDerivation {
+ pluginName = "tilish";
+ version = "2020-08-12";
+ src = fetchFromGitHub {
+ owner = "jabirali";
+ repo = "tmux-tilish";
+ rev = "73d2404cdc0ef6bd7fbc8982edae0b0e2a4dd860";
+ sha256 = "1x58h3bg9d69j40fh8rcjpxvg0i6j04pj8p3jk57l3cghxis5j05";
+ };
+
+ meta = with stdenv.lib; {
+ homepage = "https://github.com/jabirali/tmux-tilish";
+ description = "Plugin which makes tmux work and feel like i3wm";
+ license = licenses.mit;
+ platforms = platforms.unix;
+ maintainers = with maintainers; [ arnarg ];
+ };
+ };
+
tmux-colors-solarized = mkDerivation {
pluginName = "tmuxcolors";
version = "unstable-2019-07-14";
@@ -377,6 +445,41 @@ in rec {
};
};
+ tmux-fzf = mkDerivation {
+ pluginName = "tmux-fzf";
+ version = "unstable-2020-11-23";
+ src = fetchFromGitHub {
+ owner = "sainnhe";
+ repo = "tmux-fzf";
+ rev = "312685b2a7747b61f1f4a96bd807819f1450479d";
+ sha256 = "1z0zmsf8asxs9wbwvkiyd81h93wb2ikl8nxxc26sdpi6l333q5s9";
+ };
+ postInstall = ''
+ find $target -type f -print0 | xargs -0 sed -i -e 's|fzf |${pkgs.fzf}/bin/fzf |g'
+ find $target -type f -print0 | xargs -0 sed -i -e 's|sed |${pkgs.gnused}/bin/sed |g'
+ find $target -type f -print0 | xargs -0 sed -i -e 's|tput |${pkgs.ncurses}/bin/tput |g'
+ '';
+ meta = {
+ homepage = "https://github.com/sainnhe/tmux-fzf";
+ description = "Use fzf to manage your tmux work environment! ";
+ longDescription =
+ ''
+ Features:
+ * Manage sessions (attach, detach*, rename, kill*).
+ * Manage windows (switch, link, move, swap, rename, kill*).
+ * Manage panes (switch, break, join*, swap, layout, kill*, resize).
+ * Multiple selection (support for actions marked by *).
+ * Search commands and append to command prompt.
+ * Search key bindings and execute.
+ * User menu.
+ * Popup window support.
+ '';
+ license = stdenv.lib.licenses.mit;
+ platforms = stdenv.lib.platforms.unix;
+ maintainers = with stdenv.lib.maintainers; [ kyleondy ];
+ };
+ };
+
urlview = mkDerivation {
pluginName = "urlview";
version = "unstable-2016-01-06";
@@ -392,6 +495,25 @@ in rec {
dependencies = [ pkgs.urlview ];
};
+ vim-tmux-focus-events = mkDerivation {
+ pluginName = "vim-tmux-focus-events";
+ version = "unstable-2020-10-05";
+ src = fetchFromGitHub {
+ owner = "tmux-plugins";
+ repo = "vim-tmux-focus-events";
+ rev = "a568192ca0de4ca0bd7b3cd0249aad491625c941";
+ sha256 = "130l73v18md95djkc4s9d0fr018f8f183sjcgy7dgldwdaxlqdi1";
+ };
+
+ meta = with stdenv.lib; {
+ homepage = "https://github.com/tmux-plugins/vim-tmux-focus-events";
+ description = "Makes FocusGained and FocusLost autocommand events work in vim when using tmux";
+ license = licenses.mit;
+ platforms = platforms.unix;
+ maintainers = with maintainers; [ ronanmacf ];
+ };
+ };
+
vim-tmux-navigator = mkDerivation {
pluginName = "vim-tmux-navigator";
rtpFilePath = "vim-tmux-navigator.tmux";