Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriel-weaver/xutools
eXtended UNIX text-processing tools
https://github.com/gabriel-weaver/xutools
Last synced: about 1 month ago
JSON representation
eXtended UNIX text-processing tools
- Host: GitHub
- URL: https://github.com/gabriel-weaver/xutools
- Owner: gabriel-weaver
- License: gpl-3.0
- Created: 2012-06-21T00:15:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T18:47:53.000Z (over 9 years ago)
- Last Synced: 2024-08-01T16:43:16.270Z (4 months ago)
- Language: Python
- Size: 595 KB
- Stars: 44
- Watchers: 7
- Forks: 2
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- my-awesome-github-stars - gabriel-weaver/xutools - eXtended UNIX text-processing tools (Python)
README
eXtended UNIX Text-Processing Tools - Getting Started
=====================================================
Hop on a command line and try these commands out!
I have been using Python 2.7.1 on Mac OS X.1) bash-3.2$ source ./config/xutools.env // Set your PATH and PYTHONPATH
2) bash-3.2$ make test // All tests should pass.
3) bash-3.2$ groff -man -Tascii doc/man1/xugrep.1 // Read the manpages and try the examples therein