Skip to content

ubnt-intrepid/coco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coco

coco is an alternative of interactive text selector, written in C++.

This project is inspired by doco, a fuzzy text selector written in D language.

Features

  • available on mintty, Cygwin/MSYS2's default terminal emulator

Requirements

  • ncurses - for TTY access
  • python - at build

On MSYS2, The installation procedure of required packages is as follows:

$ pacman -S --noconfirm gcc ncurses-devel python pkg-config

Build & Installation

$ git clone https://github.com/ys-nuem/coco.git
$ cd coco/
$ ./waf --prefix=/usr/local configure install

Example

captured

License

Copyright (c) 2016, Yusuke Sasaki

This software is released under the MIT License (see LICENSE)

About

Alternative of interactive text selector for Cygwin/MSYS2, written in C++

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published