https://github.com/tirkarthi/fmt
A simple text formatter
https://github.com/tirkarthi/fmt
Last synced: 4 months ago
JSON representation
A simple text formatter
- Host: GitHub
- URL: https://github.com/tirkarthi/fmt
- Owner: tirkarthi
- License: epl-1.0
- Created: 2016-10-24T15:33:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T15:41:41.000Z (over 8 years ago)
- Last Synced: 2025-01-05T12:42:33.746Z (5 months ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fmt
## Description
A simple text formatter
## Installation
To install lein visit http://leiningen.org/#install
* git clone https://github.com/tirkarthi/fmt
* cd fmt
* lein install## Usage
$ lein run Number [File]+
## Options
Number - Number of characters per line for justification
File - A file to be read. Relative to root.## Examples
$ lein run 45 test.txt test1.txt test.txt
### Todos
* Use schema for better proofs
* Tests for the inputs