Skip to content

ishxiao/justify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

justify

Xiao Shang

Author

Formats a file of text

Build status and test coverage

Build

Quick start

Run with cmd:

git clone git@github.com:ishxiao/justify.git
cd justify/justify
make
./justify ./test/quote.txt ./test/new_quote.txt

Preview

before justify

image

or

image

after justify

image

or

image

What's included

justify/
├── LICENSE
├── README.md
├── justify
│     ├── justify
│     ├── justify.c
│     ├── line.c
│     ├── line.h
│     ├── makefile
│     ├── test
│     │     ├── new_quote.txt
│     │     └── quote.txt
│     ├── word.c
│     └── word.h
└── res
    ├── new_quote-vim.png
    ├── new_quote.png
    ├── quote-vim.png
    └── quote.png

4 directories, 15 files

Contributing

You are most welcome to contribute to justify development by forking this repository on GitHub and sending pull requests, or filing bug reports at the issues page. If it is a big feature, you might want to start an Issue first to make sure it's something that will be accepted. If it involves code, please also write tests for it.

License

Creative Commons License

The source code for the site is licensed under the MIT license, which you can find in the LICENSE file.

All graphical assets are licensed under the Creative Commons Attribution 3.0 Unported License.

About

Formats a file of text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published