Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/themoken/canto-curses

Curses frontend for Canto daemon
https://github.com/themoken/canto-curses

Last synced: about 2 months ago
JSON representation

Curses frontend for Canto daemon

Lists

README

        

# Canto Curses

The curses (text) client for canto-daemon.

Canto-daemon is required to work and is found at:

http://github.com/themoken/canto-next

## Requirements

Debian / Ubuntu
- python3 (will grab libncursesw5 and libreadline6 too)
- python3-dev
- libncursesw5-dev
- libreadline6-dev
- build-essential

Arch
- readline
- python
- ncurses
- gcc (or base-devel)

Others, just ensure you have Python 3.3+, ncurses, their headers and GCC

## Install

```sh
$ sudo python3 setup.py install
```