Skip to content

Commit ffc8266

Browse files
committed
fmt
1 parent c3e19db commit ffc8266

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@
22

33
| | | Win | Mac | Lin | iOS | And |
44
| ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | --- | --- | --- | --- |
5-
| [autostart](plugins/autostart) | Automatically launch your app at system startup. | | | | ? | ? |
6-
| [barcode-scanner](plugins/barcode-scanner) | Allows your mobile application to use the camera to scan QR codes, EAN-13 and other kinds of barcodes. | ? | ? | ? | | |
7-
| [biometric](plugins/biometric) | Prompt the user for biometric authentication on Android and iOS. | ? | ? | ? | | |
8-
| [cli](plugins/cli) | Parse arguments from your Command Line Interface | | | | ? | ? |
9-
| [clipboard-manager](plugins/clipboard-manager) | Read and write to the system clipboard. | | | | | |
10-
| [deep-link](plugins/deep-link) | Set your Tauri application as the default handler for an URL. | | | | | |
11-
| [dialog](plugins/dialog) | Native system dialogs for opening and saving files along with message dialogs. | | | | | |
12-
| [fs](plugins/fs) | Access the file system. | | | | ? | ? |
13-
| [global-shortcut](plugins/global-shortcut) | Register global shortcuts. | | | | ? | ? |
14-
| [http](plugins/http) | Access the HTTP client written in Rust. | | | | | |
15-
| [localhost](plugins/localhost) | Use a localhost server in production apps. | | | | ? | ? |
16-
| [log](plugins/log) | Configurable logging. | | | | | |
17-
| [nfc](plugins/nfc) | Read and write NFC tags on Android and iOS. | ? | ? | ? | | |
18-
| [notification](plugins/notification) | Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API. | | | | | |
19-
| [os](plugins/os) | Read information about the operating system. | | | | | |
20-
| [persisted-scope](plugins/persisted-scope) | Persist runtime scope changes on the filesystem. | | | | ? | ? |
21-
| [positioner](plugins/positioner) | Move windows to common locations. | | | | ? | ? |
22-
| [process](plugins/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. | | | | ? | ? |
23-
| [shell](plugins/shell) | Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application. | | | | ? | ? |
24-
| [single-instance](plugins/single-instance) | Ensure a single instance of your tauri app is running. | | ? | | ? | ? |
25-
| [sql](plugins/sql) | Interface with SQL databases. | | | | ? | ? |
26-
| [store](plugins/store) | Persistent key value storage. | | | | | |
27-
| [stronghold](plugins/stronghold) | Encrypted, secure database. | | | | ? | ? |
28-
| [updater](plugins/updater) | In-app updates for Tauri applications. | | | | ? | ? |
29-
| [upload](plugins/upload) | Tauri plugin for file uploads through HTTP. | | | | ? | ? |
30-
| [websocket](plugins/websocket) | Open a WebSocket connection using a Rust client in JS. | | | | ? | ? |
31-
| [window-state](plugins/window-state) | Persist window sizes and positions. | | | | ? | ? |
5+
| [autostart](plugins/autostart) | Automatically launch your app at system startup. |||| ? | ? |
6+
| [barcode-scanner](plugins/barcode-scanner) | Allows your mobile application to use the camera to scan QR codes, EAN-13 and other kinds of barcodes. | ? | ? | ? |||
7+
| [biometric](plugins/biometric) | Prompt the user for biometric authentication on Android and iOS. | ? | ? | ? |||
8+
| [cli](plugins/cli) | Parse arguments from your Command Line Interface |||| ? | ? |
9+
| [clipboard-manager](plugins/clipboard-manager) | Read and write to the system clipboard. ||||||
10+
| [deep-link](plugins/deep-link) | Set your Tauri application as the default handler for an URL. ||||||
11+
| [dialog](plugins/dialog) | Native system dialogs for opening and saving files along with message dialogs. ||||||
12+
| [fs](plugins/fs) | Access the file system. |||| ? | ? |
13+
| [global-shortcut](plugins/global-shortcut) | Register global shortcuts. |||| ? | ? |
14+
| [http](plugins/http) | Access the HTTP client written in Rust. ||||||
15+
| [localhost](plugins/localhost) | Use a localhost server in production apps. |||| ? | ? |
16+
| [log](plugins/log) | Configurable logging. ||||||
17+
| [nfc](plugins/nfc) | Read and write NFC tags on Android and iOS. | ? | ? | ? |||
18+
| [notification](plugins/notification) | Send message notifications (brief auto-expiring OS window element) to your user. Can also be used with the Notification Web API. ||||||
19+
| [os](plugins/os) | Read information about the operating system. ||||||
20+
| [persisted-scope](plugins/persisted-scope) | Persist runtime scope changes on the filesystem. |||| ? | ? |
21+
| [positioner](plugins/positioner) | Move windows to common locations. |||| ? | ? |
22+
| [process](plugins/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. |||| ? | ? |
23+
| [shell](plugins/shell) | Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application. |||| ? | ? |
24+
| [single-instance](plugins/single-instance) | Ensure a single instance of your tauri app is running. || ? || ? | ? |
25+
| [sql](plugins/sql) | Interface with SQL databases. |||| ? | ? |
26+
| [store](plugins/store) | Persistent key value storage. ||||||
27+
| [stronghold](plugins/stronghold) | Encrypted, secure database. |||| ? | ? |
28+
| [updater](plugins/updater) | In-app updates for Tauri applications. |||| ? | ? |
29+
| [upload](plugins/upload) | Tauri plugin for file uploads through HTTP. |||| ? | ? |
30+
| [websocket](plugins/websocket) | Open a WebSocket connection using a Rust client in JS. |||| ? | ? |
31+
| [window-state](plugins/window-state) | Persist window sizes and positions. |||| ? | ? |
3232

3333
_This repo and all plugins require a Rust version of at least **1.78**_
3434

0 commit comments

Comments
 (0)