Add tiv

[?]
Mar 21, 2023, 5:31 PM
7QIEZSZI2OFRBSCBOHEZP6OMQ4B5T3XFFKO26HCSSVSN6HGXRDTAC

Dependencies

Change contents

  • edit in libdemo/libdemo.sh at line 232
    [8.3605]
    [8.3605]
    tiv() {
    if use_colour; then
    if type nix > /dev/null; then
    nix run github:sfrijters/nixpkgs/tiv-add-wrapper#tiv -- "$@"
    elif type tiv >/dev/null; then
    tiv "$@"
    else
    echo "tiv command not found"
    return 1
    fi
    fi
    }
  • file addition: 589b561082250818d81e7490.png (----------)
    [2.4]
  • replacement in README.md at line 58
    [5.1814][3.586:587]()
    [5.1814]
    [3.587]
    * `tiv`: Wrapper around [tiv](https://github.com/stefanhaustein/TerminalImageViewer).
  • edit in 03-nix-container/demo.sh at line 21
    [4.5704]
    x tiv "${dir}/../data/589b561082250818d81e7490.png"