diff --git a/.gitignore b/.gitignore index a5d8f72..e894526 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ bin/ -dist/ +dist/*.tar.gz diff --git a/README.md b/README.md index f0636a7..80081cb 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/dist/Screenshot01.png b/dist/Screenshot01.png new file mode 100644 index 0000000..158e47c Binary files /dev/null and b/dist/Screenshot01.png differ diff --git a/dist/Screenshot02.png b/dist/Screenshot02.png new file mode 100644 index 0000000..e863338 Binary files /dev/null and b/dist/Screenshot02.png differ diff --git a/justfile b/justfile index 20c66f7..a695273 100644 --- a/justfile +++ b/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: