Browse Source

Revised readme file and added screenshot...

master
Ognjen Milan Robovic 2 months ago
parent
commit
0914ab98d1
3 changed files with 6 additions and 7 deletions
  1. +1
    -0
      .gitignore
  2. +5
    -7
      README.md
  3. BIN
      screenshot.png

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
xighlight

+ 5
- 7
README.md View File

@@ -16,13 +16,11 @@ Install:
$ sudo sh install.sh
```

Testing:
```bash
$ sh example/testing.sh
```

Use:
```bash
$ cat my_c_program.ext | xighlight
$ xighlight < my_c_program.ext
$ xighlight my_program.ext -- "This way, language is selected by the extension."
$ cat my_program.ext | xighlight [extension] -- "You need to specify the language, check -h / --help."
$ xighlight [extension] < my_program.ext -- "Again, since it's reading from standard stream..."
```

![screenshot](screenshot.png)

BIN
screenshot.png View File

Before After
Width: 1920  |  Height: 1080  |  Size: 717KB

Loading…
Cancel
Save