Skip to content

Commit

Permalink
auto-remove old thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
themanyone committed May 7, 2023
1 parent be88396 commit 02eb28d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ all:
install:
ln -sf "$(shell pwd)/3mfthumb" ~/.local/bin/
cp -lf 3mf.thumbnailer /home/k/.local/share/thumbnailers/
rm -rf ~/.cache/thumbnails

clean:
rm -f *.o ${NAME}
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ We will assume you have a build environment such as `gcc-c++` and `make`.

## Build

```make
```
make
make install
```

Remove generic thumbnails.

`rm -rf ~/.cache/thumbnails`

## Developer logic

The current version of the Lib3MF API uses the lib3mf_implicit.hpp header file instead of Lib3MF_Resources.hpp. This newer API provides a more simplified interface for working with the Lib3MF library.
Expand All @@ -43,6 +40,7 @@ The `Makefile` uses `pkg-config --cflags --libs lib3mf` to obtain the compiler f

## Issues

We are new to C++ development, so there are bound to be some problems. Discuss issues on the [GitHub issue tracker](https://github.com/themanyone/3mfthumb/issues).
We are new to C++ development, so there are bound to be some problems.
Discuss issues on the [GitHub issue tracker](https://github.com/themanyone/3mfthumb/issues).

Copyright (C) 2023 Henry Kroll III, www.thenerdshow.com. See LICENSE for details.
Copyright (C) 2023 Henry Kroll III, www.thenerdshow.com. See [LICENSE](LICENSE) for details.

0 comments on commit 02eb28d

Please sign in to comment.