summaryrefslogtreecommitdiff
path: root/pkgs/shells/fish (follow)
Commit message (Expand)AuthorAgeFilesLines
* fishPlugins.hydro: change sha256 to hashBruno Pacheco2024-07-151-1/+1
* fishPlugins.hydro: 2022-02-21 → 2024-03-24•••Should fix https://github.com/jorgebucaran/hydro/issues/55 Bruno Pacheco2024-07-151-3/+3
* Merge pull request #316304 from r-ryantm/auto-update/fishPlugins.forgit•••fishPlugins.forgit: 24.05.0 -> 24.06.0Yt2024-06-101-2/+2
|\
| * fishPlugins.forgit: 24.05.0 -> 24.06.0R. Ryantm2024-06-101-2/+2
* | treewide: Remove the definite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* | 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/' Alexis Hildebrandt2024-06-095-5/+5
* | treewide: Remove ending period from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/' Alexis Hildebrandt2024-06-092-2/+2
* | fishPlugins.wakatime-fish: unbreak (#317803)Yohann Boniface2024-06-071-2/+2
* | wakatime: rename to wakatime-cliSigmanificient2024-06-021-3/+3
|/
* Merge pull request #313924 from Lurkki14/gpl2-pkgs-shells•••pkgs/shells: remove licenses.gpl2Weijia Wang2024-05-241-1/+1
|\
| * pkgs/shells: remove licenses.gpl2Jussi Kuokkanen2024-05-231-1/+1
* | fishPlugin.fish-git-abbr: init at 0.2.1-unstable-2023-06-19 (#297873)•••* fishPlugin.fish-git-abbr: init at 19-06-23 * Update pkgs/shells/fish/plugins/git-abbr.nix Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> * Update pkgs/shells/fish/plugins/git-abbr.nix Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> --------- Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>Haseeb Majid2024-05-112-0/+25
* | Merge pull request #291191 from msladecek/add-fish-gruvbox•••fishPlugins.gruvbox: init at 0-unstable-2021-10-12Peder Bergebakken Sundt2024-05-112-0/+19
|\ \
| * | fishPlugins.gruvbox: init at 0-unstable-2021-10-12msladecek2024-05-102-0/+19
* | | fishPlugins.forgit: 24.04.0 -> 24.05.0R. Ryantm2024-05-011-2/+2
* | | maintainers: thehedgeh0g -> pyrox0•••Also updates my information and contact info. I no longer use The Hedgehog as my github username or online presence username, so this fixes that. It also matches my github username, so it should be easier for others to mention me if needed. Pyrox2024-04-242-2/+2
| |/ |/|
* | Merge pull request #303504 from r-ryantm/auto-update/fishPlugins.done•••fishPlugins.done: 1.19.2 -> 1.19.3Pascal Wittmann2024-04-121-2/+2
|\ \
| * | fishPlugins.done: 1.19.2 -> 1.19.3R. Ryantm2024-04-121-2/+2
* | | Merge pull request #301401 from r-ryantm/auto-update/fishPlugins.sdkman-for-fish•••fishPlugins.sdkman-for-fish: 2.0.0 -> 2.1.0Weijia Wang2024-04-091-2/+2
|\ \ \ | |/ / |/| |
| * | fishPlugins.sdkman-for-fish: 2.0.0 -> 2.1.0R. Ryantm2024-04-041-2/+2
* | | fishPlugins.fzf-fish: 10.2 -> 10.3R. Ryantm2024-04-071-2/+2
* | | fishPlugins.wakatime-fish: 0.0.5 -> 0.0.6R. Ryantm2024-04-041-2/+2
|/ /
* | fishPlugins.forgit: 24.03.2 -> 24.04.0R. Ryantm2024-04-011-2/+2
* | fishPlugins.wakatime-fish: 0.0.3 -> 0.0.5R. Ryantm2024-03-271-2/+2
* | Merge pull request #297119 from mfrw/mfrw/fish-3.7.1•••fish: 3.7.0 -> 3.7.1Adam C. Stephens2024-03-201-9/+8
|\ \
| * | fish: fix passthru tests for darwin•••Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> Muhammad Falak R Wani2024-03-201-7/+6
| * | fish: 3.7.0 -> 3.7.1•••Diff: https://github.com/fish-shell/fish-shell/compare/3.7.0...3.7.1 Changelog: https://github.com/fish-shell/fish-shell/releases/tag/3.7.1 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> Muhammad Falak R Wani2024-03-191-2/+2
* | | Merge pull request #297082 from quantenzitrone/puffer•••fishPlugins.puffer: unstable-2022-10-07 -> 1.0.0Weijia Wang2024-03-201-7/+11
|\ \ \ | |/ / |/| |
| * | fishPlugins.puffer: unstable-2022-10-07 -> 1.0.0Quantenzitrone2024-03-191-7/+11
* | | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* | | fishPlugins.forgit: 24.03.1 -> 24.03.2R. Ryantm2024-03-161-2/+2
|/ /
* | fishPlugins.transient-fish: init at 0-unstable-2024-03-10Lin Xianyi2024-03-102-0/+24
* | Merge pull request #292987 from hmajid2301/add-fifc-fish-plugin•••fishPlugin.fifc: init at 0.1.1OTABI Tomoya2024-03-072-0/+25
|\ \
| * | fishPlugin.fifc: init at 0.1.1•••Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> Haseeb Majid2024-03-032-0/+25
* | | fishPlugins.forgit: 24.03.0 -> 24.03.1R. Ryantm2024-03-061-2/+2
|/ /
* | fishPlugins.forgit: 24.02.0 -> 24.03.0R. Ryantm2024-03-011-2/+2
* | Merge pull request #291059 from r-ryantm/auto-update/fishPlugins.pure•••fishPlugins.pure: 4.8.0 -> 4.11.0Pol Dellaiera2024-02-241-2/+2
|\ \ | |/ |/|
| * fishPlugins.pure: 4.8.0 -> 4.11.0R. Ryantm2024-02-241-2/+2
* | Merge pull request #291057 from r-ryantm/auto-update/fishPlugins.done•••fishPlugins.done: 1.19.1 -> 1.19.2Nick Cao2024-02-241-2/+2
|\ \
| * | fishPlugins.done: 1.19.1 -> 1.19.2R. Ryantm2024-02-241-2/+2
| |/
* / fishPlugins.forgit: 24.01.0 -> 24.02.0R. Ryantm2024-02-241-2/+2
|/
* fishPlugins.tide: 6.0.1 -> 6.1.1•••Diff: https://github.com/IlanCosman/tide/compare/v6.0.1...v6.1.1 ocfox2024-02-121-2/+2
* fishPlugins.plugin-git: fix hashhexclover2024-02-101-1/+1
* fishPlugins.plugin-git: add GaetanLepage to maintainersGaetan Lepage2024-02-101-1/+1
* fishPlugins.plugin-git: 0.1 -> 0.2•••Diff: https://github.com/jhillyerd/plugin-git/compare/refs/tags/v0.1...v0.2 Changelog: https://github.com/jhillyerd/plugin-git/releases/tag/v0.2 Gaetan Lepage2024-02-091-3/+4
* fishPlugins.forgit: 23.04.0 -> 24.01.0Steven Kou2024-01-151-2/+2
* fish: add changelog urlAdam Stephens2024-01-021-0/+1
* fish: add adamcstephens as maintainerAdam Stephens2024-01-021-1/+1
* fish: 3.6.4 -> 3.7.0Adam Stephens2024-01-021-2/+2
* Merge pull request #272292 from r-ryantm/auto-update/fishPlugins.fzf-fish•••fishPlugins.fzf-fish: 10.1 -> 10.2OTABI Tomoya2023-12-061-2/+2
|\