Commit Graph

123 Commits

Author SHA1 Message Date
Fausto Núñez Alberro
c8079443e4
tmuxPlugins.yank: unstable-2021-06-20 -> unstable-2023-07-19
Only change is 67526eff82
2024-10-21 22:46:04 +02:00
Fernando Rodrigues
bd72d52013
tmuxPlugins.nord: 0.3.0 -> 0.3.0-unstable-2023-03-03
Nord has... stagnated a bit. There are unreleased changes from the
develop branch that have been stewing for a while, so let's provide them
to Nixpkgs users.

Changelog:
https://github.com/nordtheme/tmux/compare/v0.3.0...develop

Notable changes:

- The date formatting is no longer hardcoded.
- *-style configurations are now using the `bg=...;fg=...` syntax.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-10-20 17:50:31 -03:00
Franz Pletz
c636130b36
tmuxPlugins.extrakto: unstable-2021-04-04 -> 0-unstable-2024-08-25 (#338786) 2024-10-10 21:43:48 +02:00
uima
921e8400dc
fix: fix the updated version from 2024-08-25 to 2024-08-26
Due to the timezone, I misread the upstream commit as 2024-08-26, but it actually is 2024-08-25
2024-10-10 21:59:58 +08:00
uima
484832887e
Apply suggestions from code review that use patchShebangs instead of sed
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2024-10-10 21:54:38 +08:00
Fausto Núñez Alberro
beb0995851
Add fnune as maintainer of tmuxPlugins.extrakto 2024-10-10 09:58:47 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
davidsierradz
c9c7974117 tmux-fingers: 2.1.1 -> 2.2.2 2024-09-20 17:57:46 -05:00
Scott Edlund
a195fa23fd tmuxPlugins.copy-toolkit 1.1 -> 2021-12-20 2024-09-03 00:49:29 +02:00
uima
daafc70f71 tmuxPlugins.extrakto: unstable-2021-04-04 -> 0-unstable-2024-08-26
The Tmux plugin extrakto has added clipboard support for Wayland via `wl-copy`, so I added the `wl-clipboard` package as a dependency. The way extrakto executes Python scripts has also changed, so I directly changed the shebang of the Python script to the Python3 path to make sure the Python path is correctly set.
2024-09-01 19:03:19 +08:00
Sandro
6eaaad7c3b
Merge pull request #329683 from redyf/tmux-floax 2024-07-28 22:27:36 +02:00
redyf
7c57f195d4 tmuxPlugins.tmux-floax: init at unstable-2024-07-24
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-07-25 17:44:14 -03:00
Javi Merino
d2d3b359ad tmuxPlugins.tmux-pass: init at 0-unstable-2020-02-28 2024-07-22 10:01:19 +01:00
Bruno BELANYI
cb4ceede85
Merge pull request #311179 from redyf/tmux-power-update 2024-07-13 01:40:05 +01:00
Redyf
6d5dbe79a4 tmuxPlugins.power-theme: unstable-2020-11-18 -> unstable-2024-05-12
https://github.com/wfxr/tmux-power
2024-07-12 21:34:28 -03:00
Marcus Ramberg
cd11caeb12
Merge pull request #311474 from redyf/add-tokyo-night-tmux
tmuxPlugins.tokyo-night-tmux: init at 1.5.3
2024-07-05 22:27:41 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
o0th
0a32172a22 tmuxPlugins.tmux-nova: init at 1.2.0 2024-06-02 12:23:47 +02:00
Marek Maksimczyk
0fa6932b80 tmuxPlugins.session-wizard: 1.2.0 -> 1.3.1 2024-05-30 14:23:33 +02:00
Yannick Mayeur
59b372621c tmuxPlugins.catppucin: unstable-2023-08-21 -> unstable-2024-05-16 2024-05-16 15:34:54 +02:00
Redyf
dda5e2f675 tmuxPlugins.tokyo-night-tmux: init at 1.5.3 2024-05-13 18:33:51 -03:00
Justin Knueppel
2cd53499ed tmuxPlugins.fzf-tmux-url unstable-2021-12-27 -> unstable-2024-04-14 2024-04-29 23:00:33 -04:00
Aditya Puranik
b3431dd54d
tmuxPlugins.nord: update repo and metadata (#290575)
Update pkgs/misc/tmux-plugins/default.nix

Change sha256->hash

Co-authored-by: Marcus Ramberg <marcus@means.no>
2024-04-23 23:24:06 +08:00
Mykhailo Nikiforov
632f25be6b
tmuxPlugins.dracula: v2.2.0 -> v2.3.0 2024-02-26 16:37:55 +02:00
Jakub Kozłowski
a498f11fa5
Merge pull request #273798 from kingarrrt/tmux-thumbs
tmuxPlugins.tmux-thumbs: 0.7.1 -> 0.8.0
2024-02-11 18:23:35 +01:00
Axel Larsson
be1ced463b
tmuxPlugins.rose-pine: init at unstable-2024-01-08 (#282379)
* tmuxPlugins.rose-pine: init at unstable-2024-01-08
2024-01-30 10:36:04 +01:00
Janik
c7a9d44dc7
Merge pull request #282816 from mandos/tmuxPlugins.session-wizard
tmuxPlugins.session-wizard: add at 1.2.0
2024-01-27 01:19:54 +01:00
Haseeb Majid
9404f2ac43
tmuxPlugins.t-smart-tmux-session-manager: init at 2.8.0 2024-01-25 11:27:53 +00:00
Marek Maksimczyk
6d08eea4b9 tmuxPlugins.session-wizard: init at 1.2.0 2024-01-24 17:55:35 +01:00
williamhsieh
d09e454114 fix: tmux-plugins binary path 2024-01-17 11:53:43 +08:00
WilliamHsieh
feab837929
tmux-fingers: 1.0.1 -> 2.1.1 (#280173)
---------

Co-authored-by: williamhsieh <williamhsieh@synology.com>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2024-01-12 10:20:17 +01:00
Maximilian Bosch
c0c8f0f1a2
tmuxPlugins.urlview: switch to extract_url
The tool supports both programs, however `urlview` will be removed.
2023-12-14 20:02:16 +01:00
Arthur Noel
969511fba7 tmuxPlugins.tmux-thumbs: 0.7.1 -> 0.8.0 2023-12-12 17:37:17 +00:00
Markus Lohmayer
00c5e32a85 tmuxPlugins.tilish: unstable-2020-08-12 -> unstable-2023-09-20 2023-11-03 18:16:51 +01:00
Alexandre Acebedo
5bf69e4eb2
tmuxPlugins.tmux-fzf: unstable-2023-07-06 -> unstable-2023-10-24 2023-11-03 08:10:42 +01:00
Luca Bancale
5054051144 tmuxPlugins.catppuccin: unstable-2023-07-15 -> unstable-2023-08-21
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-09-04 21:12:18 +02:00
Raja Bhatia
45974254b7
tmuxPlugins.dracula: v2.1.0 -> v2.2.0 2023-08-08 16:01:33 -04:00
Alexandre Acebedo
44be05fa15 tmuxPlugins.tmux-fzf: unstable-2022-08-02 -> unstable-2023-07-06 2023-07-18 19:03:07 +02:00
Jon Seager
a223c2ac27
tmuxPlugins.catppuccin: unstable-2022-04-03 -> unstable-2023-07-15 2023-07-15 18:59:03 +01:00
Jon Seager
c58e9de8e2
tmuxPlugins.catppuccin: unstable-2022-12-14 -> unstable-2023-04-03 2023-04-30 16:37:25 +02:00
Mykhailo Nikiforov
0628c3de99
tmuxPlugins.dracula: v2.0.0 -> v2.1.0 2023-04-18 22:12:05 +03:00
jfvillablanca
e4ae75154e tmux-weather: init at unstable-2020-02-08 2023-04-11 16:03:54 +08:00
Jon Seager
7da77056fb
tmuxPlugins: init catppuccin theme at e2561de 2023-03-01 12:37:48 +00:00
pacien
13e9dd84d8 tmuxPlugins.cpu: unstable-2021-12-15 -> unstable-2023-01-06 2023-01-06 20:30:10 +01:00
Sandro
cc8def18f0
Merge pull request #203790 from aacebedo/aacebedo/tmux-indicator 2022-12-24 01:14:06 +01:00
figsoda
ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
David Morgan
3bd200b2aa
tmuxPlugins.fuzzback: init at unstable-2022-11-21 2022-12-14 21:33:25 +00:00
David Morgan
c4eae1d75e
tmuxPlugins.copy-toolkit: init at 1.1 2022-12-03 16:13:38 +00:00
Alexandre Acebedo
1ddd3a6480 tmuxPlugins.mode-indicator: init at 2021-10-01 2022-11-30 20:08:33 +01:00
Bernardo Meurer
8e7b31aec0
tmuxPlugins.vim-tmux-navigator: unstable-2019-12-10 -> unstable-2022-08-21 2022-09-19 13:16:32 -03:00