chore: add missing banners (#442)

This commit is contained in:
Lucas Fernandes Nogueira
2023-06-19 04:30:18 -07:00
committed by GitHub
parent 1cb831183c
commit 0417b7ad60
26 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# App
![plugin-app](banner.png)
This plugin provides APIs to read application metadata and macOS app visibility functions.

BIN
plugins/app/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -1,4 +1,4 @@
# CLI
![plugin-cli](banner.png)
Parse arguments from your Command Line Interface.

BIN
plugins/cli/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -1,4 +1,4 @@
# Clipboard Manager
![plugin-clipboard-manager](banner.png)
Read and write to the system clipboard.

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -1,4 +1,4 @@
# Dialog
![plugin-dialog](banner.png)
Native system dialogs for opening and saving files along with message dialogs.

BIN
plugins/dialog/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -1,4 +1,4 @@
# File System
![plugin-fs](banner.png)
Access the file system.

BIN
plugins/fs/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -1,4 +1,4 @@
# Global Shortcut
![plugin-global-shortcut](banner.png)
Register global shortcuts.

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -1,4 +1,4 @@
# HTTP
![plugin-http](banner.png)
Access the HTTP client written in Rust.

BIN
plugins/http/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -1,4 +1,4 @@
# Notification
![plugin-notification](banner.png)
Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API.

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -1,4 +1,4 @@
# Operating System
![plugin-os](banner.png)
Read information about the operating system.

BIN
plugins/os/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -1,4 +1,4 @@
# Process
![plugin-process](banner.png)
This plugin provides APIs to access the current process. To spawn child processes, see the [`shell`](https://github.com/tauri-apps/tauri-plugin-shell) plugin.

BIN
plugins/process/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -1,4 +1,4 @@
# Shell
![plugin-shell](banner.png)
Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.

BIN
plugins/shell/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -1,4 +1,4 @@
# Updater
![plugin-updater](banner.png)
In-app updates for Tauri applications.

BIN
plugins/updater/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@@ -1,4 +1,4 @@
# Window
![plugin-window](banner.png)
Interact with the Tauri window.

BIN
plugins/window/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB