-
Updated
Mar 30, 2022 - C
#
ncurses
Here are 917 public repositories matching this topic...
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
c
nginx
cli
privacy
real-time
terminal
monitoring
dashboard
analytics
command-line
webserver
google-analytics
web-analytics
apache
tui
ncurses
data-analysis
goaccess
gdpr
n³ The unorthodox terminal file manager
android
c
vim
cli
productivity
raspberry-pi
multi-platform
terminal
command-line
filesystem
launcher
tui
ncurses
wsl
file-manager
suckless
file-preview
file-search
disk-usage
batch-rename
-
Updated
Apr 9, 2022 - C
sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
-
Updated
Apr 9, 2022 - C
blingful character graphics/TUI library. definitely not curses.
-
Updated
Apr 10, 2022 - C
Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
c
cross-platform
ncurses
curses
gpl
vifm
file-management
file-manager
vi-like
terminal-based
console-application
vim-like
-
Updated
Apr 8, 2022 - C
Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.
mysql
c
postgresql
psql
tui
ncurses
pager
mysql-client
terminal-app
monetdb-client
csv-viewer
postgresql-client
postgres-pager
dbcli
terminal-pager
-
Updated
Feb 21, 2022 - C
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
windows
linux
terminal
cross-platform
cpp
ascii
utf-8
tui
ncurses
cpp17
retrocomputing
text-based
msvc
ms-dos
retroprogramming
linux-console
borland
borland-cpp
turbo-vision
utf8-everywhere
-
Updated
Apr 7, 2022 - C++
Ncurses based XMPP client
c
chat
privacy
messaging
xmpp
messenger
ncurses
jabber
xmpp-client
federation
decentralization
contributions-welcome
-
Updated
Apr 9, 2022 - C
A Tox-based instant messaging and video chat client
security
privacy
p2p
ncurses
dht
tox
decentralization
tox-client
dht-network
security-tools
privacy-tools
decentralized-applications
-
Updated
Mar 20, 2022 - C
Open
TUI window too small
kilobyte
commented
Aug 23, 2021
Describe the bug/Expected behavior
The TUI window takes less than half of vertical space, losing information. For example, on the Memory tab, only first six banks are visible, plus the header of bank 7 (and there's apparently no way to scroll down).
The window also doesn't take the full horizontal space; in this case the text is not lost but spills into frames and wraps around onto the le
Text-based user interface CSS library
css
framework
terminal
html5
layout
ascii
tui
ncurses
curses
window
text-based
msdos
framework-css
turbo-vision
-
Updated
Dec 20, 2021 - SCSS
ranger-like terminal file manager written in Rust
linux
rust
toml
clipboard
concurrency
tui
ncurses
ranger
file-manager
hacktoberfest
termion
tui-rs
joshuto
-
Updated
Apr 9, 2022 - Rust
C++17 Terminal User Interface(TUI) Library.
-
Updated
Aug 15, 2021 - C++
A ncurses file manager written in C with vim like keybindings
-
Updated
Aug 28, 2021 - C
Systemd units manager with ncurses, terminal interface
-
Updated
Jan 19, 2022 - C++
ncurses PulseAudio Mixer
-
Updated
Oct 17, 2021 - C++
Music On Console Player
-
Updated
Jan 28, 2022 - C
A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net
-
Updated
Jul 11, 2019 - Go
Improve this page
Add a description, image, and links to the ncurses topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ncurses topic, visit your repo's landing page and select "manage topics."
Vec2is currently made of 2usize. This means 16 bytes on x86_64, which is crazy.A pair of
u16would probaby be enough (this puts a limit of 65k, or 32k if we usedi16, which sounds enough). Or evenu32/i32would already halve the size.The main issue is conversion with other types. We'll need to see when/how values are converted.