4ndrs / delete-thumbnail

Utility to delete specific thumbnails from the local cache directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delete-thumbnail

Removes the specified file's thumbnails found in the local cache directory.

Building & installing

$ git clone https://github.com/4ndrs/delete-thumbnail.git
$ cd delete-thumbnail
$ npm ci
$ npm run build
# npm install -g .

Usage

$ delete-thumbnail /tmp/Videos/Punkjack.webm
No thumbnail found under /home/user/.cache/thumbnails/normal
Deleted thumbnail under /home/user/.cache/thumbnails/large

About

Utility to delete specific thumbnails from the local cache directory

License:MIT License


Languages

Language:TypeScript 96.6%Language:JavaScript 3.4%