travis-util.github.io

Website for Travis-Util

Colorizing output

Tools for colorizing

Ccat

Supported file types

Highlight

Unsupported file types

Pygments

Source-highlight

Unsupported file types

File types to be colorized

.html (HTML)

pygmentize -O linenos=1 <file>.html # Yet to test!
pygmentize -f html -O style=vim,linenos=1,full <file>.html | elinks -force-html -dump -dump-color-mode 1

.js (Javascript)

pygmentize -P style=vim -f html -O full -P linenos=1 hello.js | elinks -force-html -dump-color-mode 1 -dump

.md (Markdown)

.php (PHP)

php -s <file>.php | elinks -force-html -dump -dump-color-mode 1

.py (Python)

pygmentize -O linenos=1 <file>.py
pygmentize -f html -O style=vim,linenos=1,full <file>.py | elinks -force-html -dump -dump-color-mode 1

.yml (YAML)

pygmentize -O style=manni -f 256 <file>.yaml
pygmentize -f html -O style=vim,linenos=1,full <file>.yaml | elinks -force-html -dump -dump-color-mode 1

Deployment and repository update

GitHub Pages Deployment

GitHub Releases Uploading

Windows with Wine

Batch Scripting

Intro and Syntax

How to make them run

Travis configuration

Multiline statements

With - |

Example

- |
  composer create-project --no-install symfony/skeleton
  cd skeleton
  composer config bin-dir bin
  composer install

Documentation references

Other references

Path

Some directories in the PATH

See also