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
- Host: GitHub
- URL: https://github.com/jangler/truce-py
- Owner: jangler
- License: mit
- Created: 2015-04-26T20:16:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T02:23:48.000Z (about 3 years ago)
- Last Synced: 2025-03-01T16:51:12.610Z (2 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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