Revised readme file and added screenshot...

This commit is contained in:
Ognjen Milan Robovic 2024-02-23 13:02:33 -05:00
parent ab42f181f7
commit 0914ab98d1
3 changed files with 6 additions and 7 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
xighlight

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 Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB