Skip to content

jangler/truce-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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