Menu

Tree [00a0cd] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2018-04-01 a a [4f8f40] Remove binary
 6.png 2017-06-12 a a [e162bf] .
 LICENSE 2018-05-11 su8 su8 [00a0cd] Create LICENSE
 Makefile 2018-04-01 a a [9a6bab] Add Makefile
 README.md 2018-04-01 a a [9a6bab] Add Makefile
 ncurses.c 2017-11-16 a a [6cc289] .

Read Me

ncurses based status line/bar program.

Installation

make
sudo make install

Usage

# ^B - Blue , ^M - Magenta , ^Y - Yellow
# ^R - Red , ^C - Cyan, ^W - White, ^G - Green
while true; do echo "^BOh ^Mhello ^Ydear, ^Rsome ^Crandom ^Wtext ^G123";sleep 1;done | ./pinky_curses

# CTRL + C to stop it

Requirements

  • gcc/clang
  • ncurses
  • glibc/libc