Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/doc/showcase/gritty/gritty-htop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/doc/showcase/gritty/gritty-nvim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions content/doc/showcase/gritty/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Gritty
subtitle: Terminal emulator written in Go and Gio
images:
-
alt: "NeoVim in Gritty"
source: ./gritty-nvim.png
-
alt: "Htop in Gritty"
source: ./gritty-htop.png
links:
-
title: Source
url: https://github.com/viktomas/gritty
---
Gritty is a terminal emulator that focuses on code readability.
It's not necessarily meant for day-to-day work, but more for a
reference for people who want to understand how terminal emulators
work.