Skip to content

Commit

Permalink
Reorder README sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jan 21, 2025
1 parent 4daa172 commit ec27749
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ to very little effort.
* The first line of text (so it will usually work nicely when piping as well)
- Supports explicit specification of the lexer to use via a command-line arg and an `ENV` var
- Easily to deploy: since it's a Go CLI app, it's one, statically linked executable with no dynamic deps
- Easily extendable: see [Revising and adding new lexers](https://github.com/jessp01/gohighlight#revising-and-adding-new-lexers) for details
- Easily extendable: see [Revising and adding new lexers](#adding-and-revising-lexers) for details

### Installation

Expand Down Expand Up @@ -106,18 +106,6 @@ $ super-zaje --pdf --pdf-page-number 63 /local/path/to/FORTRAN_colouring_book.p
Will convert page **64** (page numbers start from 0 in [go-fitz](https://github.com/gen2brain/go-fitz) which is used by
super-zaje) to a PNG and pass that on to [gosseract](https://github.com/otiai10/gosseract) for text extraction.



### ASCIInema screencast (Not a video!)

You can copy all text (commands, outputs, etc) straight off the player:)

[![super-zaje - extract and highlight text right off a remote image](https://asciinema.org/a/599719.svg)](https://asciinema.org/a/599719)

[![zaje - a colouriser to cover all your shell needs](https://asciinema.org/a/597732.svg)](https://asciinema.org/a/597732)

[![zaje - a colouriser to cover all your shell needs](https://asciinema.org/a/ltEfcN9sILkUFHruwQLn6rDXm.svg)](https://asciinema.org/a/ltEfcN9sILkUFHruwQLn6rDXm)

### Adding and revising lexers

See [Revising and adding new lexers](https://github.com/jessp01/gohighlight#revising-and-adding-new-lexers).
Expand All @@ -139,6 +127,18 @@ Specifying the colour names in the YML is also supported, see [df.yaml](https://
If your new lexer doesn't seem to work, run `zaje` with `-d` or `--debug` to get more info.



### ASCIInema screencast (Not a video!)

You can copy all text (commands, outputs, etc) straight off the player:)

[![super-zaje - extract and highlight text right off a remote image](https://asciinema.org/a/599719.svg)](https://asciinema.org/a/599719)

[![zaje - a colouriser to cover all your shell needs](https://asciinema.org/a/597732.svg)](https://asciinema.org/a/597732)

[![zaje - a colouriser to cover all your shell needs](https://asciinema.org/a/ltEfcN9sILkUFHruwQLn6rDXm.svg)](https://asciinema.org/a/ltEfcN9sILkUFHruwQLn6rDXm)

### Synopsis

```yml
Expand Down

0 comments on commit ec27749

Please sign in to comment.