-
Updated
Aug 15, 2021 - C
#
ncurses
Here are 836 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
Aug 23, 2021 - C
sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
-
Updated
Aug 1, 2021 - C
Vifm is a file manager with curses interface, which provides Vi[m]-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
Aug 22, 2021 - 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
Aug 12, 2021 - C
blingful character graphics/TUI library. definitely not curses.
-
Updated
Aug 22, 2021 - 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
Aug 16, 2021 - C
Ncurses based XMPP client
-
Updated
Aug 20, 2021 - 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
Aug 3, 2021 - C++
JacobTravers
commented
Jul 20, 2021
Most TUI programs have a useful list of categorized keybindings that shows when <?> or shift+/ are pressed to quickly check which-key does X, or see what commands are available to the user. I believe this is a low-input/high-return improvement for all new users. This would also make the project feel much more polished.
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 13, 2021 - C
ncurses PulseAudio Mixer
-
Updated
May 14, 2021 - C++
Text-based user interface CSS library
css
framework
terminal
html5
layout
ascii
tui
ncurses
curses
window
text-based
msdos
framework-css
turbo-vision
-
Updated
Aug 11, 2021 - SCSS
Systemd units manager with ncurses, terminal interface
-
Updated
Aug 17, 2021 - 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
VI Worsened, a lightweight and fun VI clone.
c
ncurses
text-editor
event-driven-programming
vi
unidirectional-data-flow
state-machine-replication
-
Updated
Sep 26, 2018 - C
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."
First: is this a bug report? A suggestion? Or asking for help? Bug report/suggestion
Problem description
For a
&mut ProgressBar, there are no methods to set itsminandmaxvalues. The only methods to change their values (min(self, usize),max(self, usize)) take ownership of the ProgressBar, which is not possible if you have a reference.Workaround: to gain ownership, create a