Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stpettersens/txtrevise
Command line text editing utility.
https://github.com/stpettersens/txtrevise
Last synced: about 1 month ago
JSON representation
Command line text editing utility.
- Host: GitHub
- URL: https://github.com/stpettersens/txtrevise
- Owner: stpettersens
- License: other
- Created: 2011-06-16T15:19:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T00:41:32.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T09:27:42.812Z (almost 2 years ago)
- Language: Python
- Homepage: http://code.google.com/p/sams-py/
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
### Txtrevise text editing tool [![Build status](https://ci.appveyor.com/api/projects/status/github/stpettersens/txtrevise?branch=master&svg=true)](https://ci.appveyor.com/project/stpettersens/txtrevise) [![Build Status](https://travis-ci.org/stpettersens/txtrevise.png?branch=master)](https://travis-ci.org/stpettersens/txtrevise)
Latest release: v.1.0 (Win32 2009/04/06), Implemented in Python, Targeting: Windows and Unix-like desktop platforms
Txtrevise is a command line text editing tool, designed for quickly replacing text on a specific line in a chosen file.
It is a much neater rewrite of a tool that I previously wrote in C++, called revise.Also reimplemented in Perl. 2011.
Also reimplemented in Ruby gem with API. 2011. ;)#### Installing
On [Ubuntu](http://www.ubuntu.com) (available for **Natty Narwhal (11.04)**, **Trusty Tahr (14.04.1 LTS)** and **Utopic Unicorn (14.10)**) and its [derivatives](http://en.wikipedia.org/wiki/List_of_Linux_distributions#Ubuntu-based), you can install txtrevise from its Launchpad PPA on the terminal using `apt-get` with:
* `sudo add-apt-repository ppa:s.stpettersen/txtrevise-util`[*](https://launchpad.net/~s.stpettersen/+archive/ubuntu/txtrevise-util)
* `sudo apt-get update`
* `sudo apt-get install txtrevise`For the Perl implementation, use `txtrevisepl`.
If you want the Ruby gem, just use:
`[sudo] gem install txtrevise`
##### Updates
* Made txtrevise (1.1-1) available on PPA for Trusty Tahr and Utopic Unicorn. (*21/11/2014*).