-
Updated
Oct 1, 2020 - Python
terminal-app
Here are 292 public repositories matching this topic...
-
Updated
Nov 13, 2020 - C
-
Updated
Nov 22, 2020 - C
-
Updated
Nov 10, 2020 - Python
-
Updated
Feb 18, 2020 - Go
I was reading the code today and found some potential improvements and a problem in the code.
-
Starting with the problem:
InputArea::heightis never set. It starts its life asNoneand stays that way. That meansInputArea::get_heightalways recomputes the height even if nothing changes inInputArea. -
I think it'd be better to invalidate
InputLine::ws_indices(renamed from
-
Updated
Oct 9, 2019 - Java
-
Updated
Nov 26, 2020 - C
-
Updated
Jun 17, 2019 - Go
I use dark background themes on my terminals. In VIM I set bg=dark. The color palette that bitwise uses makes it difficult to see some things (e.g., those in dark blue) on dark bg terms.
Nice tool though!
-
Updated
Nov 6, 2020 - Python
-
Updated
Oct 29, 2019 - Ruby
- Windows build
- OSX - homebrew package
-
Updated
Nov 24, 2020 - C++
-
Updated
Jan 2, 2018
-
Updated
Mar 19, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Jan 28, 2020 - Go
-
Updated
Aug 15, 2020 - Go
-
Updated
Oct 21, 2020 - Python
-
Updated
Sep 26, 2020 - C
-
Updated
Mar 16, 2019 - JavaScript
-
Updated
Mar 11, 2020 - Go
-
Updated
Nov 24, 2020 - Rust
-
Updated
Jun 24, 2020 - Shell
-
Updated
Jul 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the terminal-app topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the terminal-app topic, visit your repo's landing page and select "manage topics."

The keyboard shortcuts should be separated in some config file because the current ones' may interfere with the user bindings. Also, in this case we also need to handle the rendering of the shortcuts from the config file.