summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/terminal-emulators
AgeCommit message (Collapse)Author
2021-01-07Merge pull request #108632 from fanzeyi/wezterm-darwinSandro
2021-01-06wezterm: build as macOS appZeyi Fan
2021-01-06wezterm: add macOS supportZeyi Fan
2021-01-06germinal: init at 26AndersonTorres
2021-01-05tilda: 1.5.2 -> 1.5.4AndersonTorres
2020-12-31Merge pull request #107265 from sternenseemann/foot-1.6.0Niklas Hambüchen
foot: 1.5.1 -> 1.6.2
2020-12-28xterm: 362 → 363Tim Steinbach
2020-12-21foot: 1.5.1 -> 1.6.2sternenseemann
* fix build with clangStdenv * support foot's PGO build * enable by default * build should be deterministic with PGO as we use an input file which is generated with the same seed everytime. * apply nixpkgs-fmt
2020-12-21kitty: 0.19.2 -> 0.19.3Luflosi
https://github.com/kovidgoyal/kitty/releases/tag/v0.19.3
2020-12-15fixup! wezterm: initial packageStefan Junker
2020-12-15wezterm: initial packageStefan Junker
2020-11-29correction on Guake i18n : guake use C locales (not gettext directly)Ferry Jérémie
2020-11-26Merge pull request #104988 from r-ryantm/auto-update/hyperSandro
hyper: 2.1.2 -> 3.0.2
2020-11-26hyper: 2.1.2 -> 3.0.2R. RyanTM
2020-11-25xterm: Add test referenceTim Steinbach
2020-11-24alacritty: 0.6.0-rc1 -> 0.6.0Cole Helbling
https://github.com/alacritty/alacritty/blob/master/CHANGELOG.md#060
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-11-19mlterm: fetch from GitHub instead of SourceforgeAtemu
2020-11-19mlterm: 3.9.0 -> 3.9.1R. RyanTM
2020-11-18Merge pull request #103817 from doronbehar/pkg/alacrittyDoron Behar
alacritty: 0.5.0 -> 0.6.0-rc1
2020-11-17Merge pull request #104018 from NeQuissimus/xterm_updateTim Steinbach
xterm: 353 -> 362, add test, add update script
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko
2020-11-17xterm: 353 → 362Tim Steinbach
2020-11-16xterm: Add update scriptTim Steinbach
2020-11-14alacritty: 0.5.0 -> 0.6.0-rc1Doron Behar
2020-11-14vte-ng: update patches to apply on vte 0.62Jamie McClymont
2020-11-13kitty: 0.19.1 -> 0.19.2Luflosi
https://github.com/kovidgoyal/kitty/releases/tag/v0.19.2
2020-11-13kitty: use installShellCompletion to install the shell completionsLuflosi
2020-11-07mlterm: add myself as maintainerAtemu
2020-11-07mlterm: add Darwin supportAtemu
2020-10-31mlterm: stdenv.lib -> libAtemu
2020-10-28Terminal emulators: whitespace cleanup and regroupAndersonTorres
Because editorconfig complains, and also why not to organize them "ascii-betically"?
2020-10-28A directory-category for terminal emulatorsAndersonTorres
This is a mostly cosmetical commit, in the sense it doesn't change the contents of any package, but reorganizes the overall Nixpkgs expressions. Terminal emulators are an ubiquitous tool for any Unix user; even the beginners are routinely familiarized to it. And, manifestly, there are many implementations of terminal emulators out there, from those traditionally made in C and C++ to those written in Haskell and Go. Terminal emulators deserve more highlight. This commit does that by creating a category for them.