-
Updated
Jun 29, 2021 - C
#
ncurses
Here are 828 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
Jul 28, 2021 - C
sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
-
Updated
Jul 27, 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
Jul 23, 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
Jul 28, 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
Jul 27, 2021 - C
Ncurses based XMPP client
-
Updated
Jul 22, 2021 - C
blingful character graphics/TUI library. definitely not curses.
-
Updated
Jul 27, 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
Jul 9, 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
Jul 12, 2021 - C++
A ncurses file manager written in C with vim like keybindings
-
Updated
Jun 9, 2020 - C
ncurses PulseAudio Mixer
-
Updated
May 14, 2021 - C++
Systemd units manager with ncurses, terminal interface
-
Updated
Mar 28, 2020 - 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
Jun 4, 2021 - SCSS
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 itsmin
andmax
values. 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