n³ The unorthodox terminal file manager.
-
Updated
Nov 10, 2020 - C
{{ message }}
n³ The unorthodox terminal file manager.
SC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
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.
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.
An ncurses-based Tox client (please make pull requests on the development fork: https://github.com/toktok/toxic)
blingful character graphics/TUI library. definitely not curses.
A ncurses file manager written in C with vim like keybindings
C++14 Terminal User Interface framework with NCurses.
ncurses PulseAudio Mixer
VI Worsened, a lightweight and fun VI clone.
A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net
Systemd units manager with ncurses, terminal interface
A reproduction of the Core War game. Assembly compiler, Virtual Machine and GUI.
The game 2048 for your Linux terminal (https://github.com/gabrielecirulli/2048)
A full-featured TUI Twitter client
It would be cool if tty-solitaire installation was more easily accessible to people. It seems like we already have some platforms covered:
Add a description, image, and links to the ncurses topic page so that developers can more easily learn about it.
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