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

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

|
||||||
|
|
||||||
Parse arguments from your Command Line Interface.
|
Parse arguments from your Command Line Interface.
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 55 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# Clipboard Manager
|

|
||||||
|
|
||||||
Read and write to the system clipboard.
|
Read and write to the system clipboard.
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 68 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# Dialog
|

|
||||||
|
|
||||||
Native system dialogs for opening and saving files along with message dialogs.
|
Native system dialogs for opening and saving files along with message dialogs.
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 56 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# File System
|

|
||||||
|
|
||||||
Access the file system.
|
Access the file system.
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 50 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# Global Shortcut
|

|
||||||
|
|
||||||
Register global shortcuts.
|
Register global shortcuts.
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 64 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# HTTP
|

|
||||||
|
|
||||||
Access the HTTP client written in Rust.
|
Access the HTTP client written in Rust.
|
||||||
|
|
||||||
|
|||||||
|
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.
|
Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API.
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 59 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# Operating System
|

|
||||||
|
|
||||||
Read information about the operating system.
|
Read information about the operating system.
|
||||||
|
|
||||||
|
|||||||
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
|
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.
|
Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application.
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 51 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# Updater
|

|
||||||
|
|
||||||
In-app updates for Tauri applications.
|
In-app updates for Tauri applications.
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 57 KiB |
@@ -1,4 +1,4 @@
|
|||||||
# Window
|

|
||||||
|
|
||||||
Interact with the Tauri window.
|
Interact with the Tauri window.
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 57 KiB |