#
ncurses
Here are 684 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
-
Updated
Sep 18, 2020 - C
SC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
-
Updated
Sep 10, 2020 - 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
Sep 17, 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
Sep 17, 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
Aug 24, 2020 - C
MitMaro
commented
Sep 14, 2020
When editing a commit, support using the "Home" and "End" keys to move to the start and end of the edit content.
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
Sep 17, 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
ncurses PulseAudio Mixer
-
Updated
Aug 18, 2020 - C++
Systemd units manager with ncurses, terminal interface
-
Updated
Mar 28, 2020 - C++
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
mpereira
commented
Aug 26, 2018
It would be cool if tty-solitaire installation was more easily accessible to people. It seems like we already have some platforms covered:
- ALT Linux (apt-get install tty-solitaire) Thanks to @greno4ka.
- Arch Linux (via AUR) (makepkg -si) Thanks to @HalosGhost.
- [Arch Linu
A full-featured TUI Twitter client
-
Updated
Aug 16, 2020 - Ruby
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