ncurses
Here are 639 public repositories matching this topic...
n³ The missing terminal file manager for X.
-
Updated
May 23, 2020 - C
The documentation says
The :datefmt command takes the cell's text content that represents a date, and uses a given format to set the numeric value of the cell. Its format is ':datefmt "{strftime_format}"', taking a strftime-compatible format string. The format is applied to the cell (as could be done with the :format function) so that the value is displayed as
Doxygen support
The Help Browser is a new feature to bring online help to NeoMutt.
The code is in the devel/help branch.It adds a new config variable:
$help_doc_dirwhich should point to a copy of thetest-docrepo.
Help can be activated by pressing Alt-H
Part 1
Add a new config var
I'm asking for help.
Problem description
Hi.
I'm trying to build a timed countdown with cursive. 25, 24, 23 .... 0 in seconds.
I've made an atempt by using the Mutation example: https://github.com/gyscos/cursive/blob/master/examples/mutation.rs
use cursive::Cursive;
use cursive::traits::*;
use cursive::views::{Dialog, OnEventView, TextView};
use cursive::view::{Offset, PosiUnix 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.
-
Updated
May 19, 2020 - C
Currently scrolling in directory with file preview enabled in 2nd pane could get extremely sluggish if the preview command isn't snappy enough; eg having following config to use bat for previews causes scrolling in a directory containing many shell scripts to become noticeably slow:
" remaining files:
fileviewer * bat --color always --plain %c
fil
Since it says it can work with the filetype .tox, it should include %f which again is only possible if toxic takes the .tox file as last optional and positional argument (without the -f flag) otherwise -f without argument would fail in the default case.
A ncurses file manager written in C with vim like keybindings
-
Updated
Dec 4, 2019 - 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.
-
Updated
Sep 26, 2018 - C
C++14 Terminal User Interface framework with NCurses.
-
Updated
May 22, 2020 - C++
Systemd units manager with ncurses, terminal interface
-
Updated
Mar 28, 2020 - C++
ncurses PulseAudio Mixer
-
Updated
May 6, 2020 - C++
Compiling error caused by a possible typo and an unrecognized command line option `-Wno-visibility`
Since I figure this would be a simple enough game to run on a Raspberry Pi 3, I downloaded it to my Pi to try it out.
However, I encountered a couple of errors that need fixing.
$ make
cc -Wno-visibility -Wno-incompatible-pointer-types -Wall -Wextra -DINVERT_COLORS -DVT100 -O2 src/ai.c src/options.c src/main.c src/highscore.c src/engine.c src/merge_std.c src/gfx_terminal.c -o 2048
src
A reproduction of the Core War game. Assembly compiler, Virtual Machine and GUI.
-
Updated
May 30, 2017 - C
A full-featured TUI Twitter client
-
Updated
Mar 17, 2020 - Ruby
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
The message shows as follows:
/usr/bin/tremc:441: DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()
My thoughts are, first this deprecated function might be changed to the recommended one, and second m
Music On Console Player
-
Updated
Aug 20, 2019 - 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."



While the documentation from https://github.com/jonas/tig/blob/master/tigrc#L144-L158 is extremely useful it appears to document one use case which i find likely to be desired:
Run command in background and display its output only if it failed (non zero return code).