Skip to content

Commit

Permalink
actually add a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paultopia committed Apr 2, 2016
1 parent fa1bcbe commit 71613e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 39 deletions.
31 changes: 10 additions & 21 deletions mergepdf/README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,25 @@
# mergepdf

FIXME: description
Simple personal commandline utility to merge all pdfs in a directory. Only tested on OSX, built using lein-bin. Built because I often find myself with a directory full of PDFs (chapters of bigger writing project, anonymized student work that needs to be compiled and shared, etc.) that need to be merged and it's an annoying hassle to do it with big icky GUI apps or web services.

## Installation

Download from http://example.com/FIXME.
Download the binary merge-pdfs either in the root directory here or from the releases page. Stick it on your path. Make it executable.

## Usage

FIXME: explanation

$ java -jar mergepdf-0.1.0-standalone.jar [args]

## Options
(or use one of the JAR files, or build it yourself, or whev.)

FIXME: listing of options this app accepts.
## Usage

## Examples
$ merge-pdfs outfile.pdf

...
will take every PDF in the directory you run it from and merge them into a file called output.pdf

### Bugs
it's basically alphabetical order, I think it goes in the order that directory listings show up in.

...
## Options

### Any Other Sections
### That You Think
### Might be Useful
You get to specify the filename of the generated file. That's about it.

## License

Copyright © 2016 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.
All the code here is trivial, and some of it is straight cookbook code, so I'm not claiming any kind of copyright at all. Any bits that I could claim copyright in are hereby committed to the public domain.
18 changes: 0 additions & 18 deletions mergepdfs.clj

This file was deleted.

0 comments on commit 71613e3

Please sign in to comment.