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
+1 -1
View File
@@ -1,4 +1,4 @@
# App
![plugin-app](banner.png)
This plugin provides APIs to read application metadata and macOS app visibility functions.
Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

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

After

Width:  |  Height:  |  Size: 55 KiB

+1 -1
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

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

After

Width:  |  Height:  |  Size: 56 KiB

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

After

Width:  |  Height:  |  Size: 50 KiB

+1 -1
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

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

After

Width:  |  Height:  |  Size: 51 KiB

+1 -1
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

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

After

Width:  |  Height:  |  Size: 56 KiB

+1 -1
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.
Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

+1 -1
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.
Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

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

After

Width:  |  Height:  |  Size: 57 KiB

+1 -1
View File
@@ -1,4 +1,4 @@
# Window
![plugin-window](banner.png)
Interact with the Tauri window.
Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB