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

https://github.com/jangler/truce-py

Superseded by http://github.com/jangler/fervor
https://github.com/jangler/truce-py

Last synced: about 1 month ago
JSON representation

Superseded by http://github.com/jangler/fervor

Awesome Lists containing this project

README

        

Truce
=====

*This project has been superseded by http://github.com/jangler/fervor.*

An experimental text editor and/or shell (alpha status). Currently, it's
essentially just a minimal text editor with the ability to pipe selected
text through an arbitrary shell command.

Future plans include the ability to use the editor as a filter in pipes,
and the ability to use it to interact with shell-like or REPL-like
programs.

Installation
------------

::

[sudo] pip[3] install truce

Usage
-----

::

usage: truce [-h] [--version] [file]

positional arguments:
file file to edit

optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit