Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Optimize preview images
Browse files Browse the repository at this point in the history
This commit changes the extension used by the preview images from PNG to
WEBP, reducing their size.
  • Loading branch information
skippyr committed Aug 15, 2023
1 parent 5b1ce74 commit 4104f9d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Here are some usage preview that you can check out:
- Revealing a directory: in the preview below, `reveal` was used to reveal the
contents of a directory.

![](assets/preview-0.png)
![](assets/preview-0.webp)

- Revealing a file: in the preview below, `reveal` was used to reveal the
contents of a file.

![](assets/preview-1.png)
![](assets/preview-1.webp)

- Revealing file properties: in the preview below, `reveal` was used to reveal
the size, permissions and user of a file.

![](assets/preview-2.png)
![](assets/preview-2.webp)

## Installation
### Dependencies
Expand Down
Binary file removed assets/preview-0.png
Binary file not shown.
Binary file added assets/preview-0.webp
Binary file not shown.
Binary file removed assets/preview-1.png
Binary file not shown.
Binary file added assets/preview-1.webp
Binary file not shown.
Binary file removed assets/preview-2.png
Binary file not shown.
Binary file added assets/preview-2.webp
Binary file not shown.

0 comments on commit 4104f9d

Please sign in to comment.