-
Updated
Dec 26, 2020 - C
#
ncurses
Here are 718 public repositories matching this topic...
n³ The unorthodox terminal file manager.
android
c
search
vim
cli
console
productivity
raspberry-pi
multi-platform
terminal
command-line
filesystem
launcher
ncurses
wsl
file-manager
suckless
file-preview
disk-usage
batch-renamer
SC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
-
Updated
Dec 2, 2020 - C
Open
Use more ctx_mailbox
gahr
commented
Dec 9, 2020
In #2761 I introduced a new API, struct Mailbox *ctx_mailbox(struct Context* ctx), which has the sole purpose to avoid boilerplate like if (Context && Context->mailbox).
I would like to use the API more extensively, whenever Context->mailbox is used. This needs to be done with care as Context is a global variable and its contents might change when calling other functions.
This would
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
Dec 21, 2020 - C
Unix pager designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Now it can be used as CSV or TSV viewer. Works well with pgcli too.
mysql
c
postgresql
psql
tui
ncurses
terminal-app
monetdb-client
csv-viewer
postgres-pager
dbcli
terminal-pager
-
Updated
Dec 26, 2020 - C
An ncurses-based Tox client (please make pull requests on the development fork: https://github.com/toktok/toxic)
security
privacy
p2p
ncurses
dht
tox
decentralization
tox-client
dht-network
security-tools
privacy-tools
decentralized-applications
-
Updated
Dec 24, 2020 - 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
Dec 26, 2020 - C++
blingful character graphics/TUI library. definitely not curses.
-
Updated
Dec 26, 2020 - C
A ncurses file manager written in C with vim like keybindings
-
Updated
Jun 9, 2020 - C
C++14 Terminal User Interface framework with NCurses.
-
Updated
Dec 24, 2020 - C++
ncurses PulseAudio Mixer
-
Updated
Oct 19, 2020 - C++
Systemd units manager with ncurses, terminal interface
-
Updated
Mar 28, 2020 - C++
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
A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net
-
Updated
Jul 11, 2019 - Go
A reproduction of the Core War game. Assembly compiler, Virtual Machine and GUI.
-
Updated
May 30, 2017 - C
The game 2048 for your Linux terminal (https://github.com/gabrielecirulli/2048)
-
Updated
Apr 21, 2020 - 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