Add tiv
[?]
Mar 21, 2023, 5:31 PM
7QIEZSZI2OFRBSCBOHEZP6OMQ4B5T3XFFKO26HCSSVSN6HGXRDTACDependencies
- [2]
KJRAWJO4Add static weather data - [3]
4ZATYF22Add license - [4]
TEQJC3HXAdd 03-nix-container - [5]
52F4Q6CJUpdate README - [6]
UWWBKZ4RImprove README - [*]
7AUC4NKIInitial commit
Change contents
- edit in libdemo/libdemo.sh at line 232[8.3605][8.3605]
tiv() {if use_colour; thenif type nix > /dev/null; thennix run github:sfrijters/nixpkgs/tiv-add-wrapper#tiv -- "$@"elif type tiv >/dev/null; thentiv "$@"elseecho "tiv command not found"return 1fifi} - file addition: 589b561082250818d81e7490.png[2.4]
- replacement in README.md at line 58
* `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"