chore: add missing banners (#442)
@@ -1,4 +1,4 @@
|
||||
# App
|
||||

|
||||
|
||||
This plugin provides APIs to read application metadata and macOS app visibility functions.
|
||||
|
||||
|
||||
BIN
plugins/app/banner.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
@@ -1,4 +1,4 @@
|
||||
# CLI
|
||||

|
||||
|
||||
Parse arguments from your Command Line Interface.
|
||||
|
||||
|
||||
BIN
plugins/cli/banner.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
@@ -1,4 +1,4 @@
|
||||
# Clipboard Manager
|
||||

|
||||
|
||||
Read and write to the system clipboard.
|
||||
|
||||
|
||||
BIN
plugins/clipboard-manager/banner.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
@@ -1,4 +1,4 @@
|
||||
# Dialog
|
||||

|
||||
|
||||
Native system dialogs for opening and saving files along with message dialogs.
|
||||
|
||||
|
||||
BIN
plugins/dialog/banner.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
@@ -1,4 +1,4 @@
|
||||
# File System
|
||||

|
||||
|
||||
Access the file system.
|
||||
|
||||
|
||||
BIN
plugins/fs/banner.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
@@ -1,4 +1,4 @@
|
||||
# Global Shortcut
|
||||

|
||||
|
||||
Register global shortcuts.
|
||||
|
||||
|
||||
BIN
plugins/global-shortcut/banner.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
@@ -1,4 +1,4 @@
|
||||
# HTTP
|
||||

|
||||
|
||||
Access the HTTP client written in Rust.
|
||||
|
||||
|
||||
BIN
plugins/http/banner.png
Normal file
|
After Width: | Height: | Size: 51 KiB |
@@ -1,4 +1,4 @@
|
||||
# Notification
|
||||

|
||||
|
||||
Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API.
|
||||
|
||||
|
||||
BIN
plugins/notification/banner.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
@@ -1,4 +1,4 @@
|
||||
# Operating System
|
||||

|
||||
|
||||
Read information about the operating system.
|
||||
|
||||
|
||||
BIN
plugins/os/banner.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
@@ -1,4 +1,4 @@
|
||||
# Process
|
||||

|
||||
|
||||
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
|
After Width: | Height: | Size: 59 KiB |
@@ -1,4 +1,4 @@
|
||||
# Shell
|
||||

|
||||
|
||||
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
|
After Width: | Height: | Size: 51 KiB |
@@ -1,4 +1,4 @@
|
||||
# Updater
|
||||

|
||||
|
||||
In-app updates for Tauri applications.
|
||||
|
||||
|
||||
BIN
plugins/updater/banner.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
@@ -1,4 +1,4 @@
|
||||
# Window
|
||||

|
||||
|
||||
Interact with the Tauri window.
|
||||
|
||||
|
||||
BIN
plugins/window/banner.png
Normal file
|
After Width: | Height: | Size: 57 KiB |