add screenshots to README

This commit is contained in:
Lilian Jónsdóttir 2024-07-30 21:54:22 -07:00
parent e57afe835d
commit d4f086ab54
5 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
bin/
dist/
dist/*.tar.gz

View file

@ -114,3 +114,9 @@ operate on files smaller than size
operate on files matching mode mode
See also gt(1) or `gt --help`.
## Screenshots
![trashing screenshot](./dist/Screenshot01.png)
![list screenshot](./dist/Screenshot02.png)

BIN
dist/Screenshot01.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
dist/Screenshot02.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

View file

@ -45,7 +45,7 @@ install-man:
clean:
-rm {{output}}
-rm {{output}}-musl
-rm {{dist_dir}}/*
-rm {{dist_dir}}/*.tar.gz
# run go tests
test: