add screenshots to README
This commit is contained in:
parent
e57afe835d
commit
d4f086ab54
5 changed files with 8 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
|||
bin/
|
||||
dist/
|
||||
dist/*.tar.gz
|
||||
|
|
|
@ -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
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
BIN
dist/Screenshot02.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 324 KiB |
2
justfile
2
justfile
|
@ -45,7 +45,7 @@ install-man:
|
|||
clean:
|
||||
-rm {{output}}
|
||||
-rm {{output}}-musl
|
||||
-rm {{dist_dir}}/*
|
||||
-rm {{dist_dir}}/*.tar.gz
|
||||
|
||||
# run go tests
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue