Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 3, 2024
1 parent 5ec7d5e commit d15fe21
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@

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

_This repo and all plugins require a Rust version of at least **1.77.2**_

Expand Down

0 comments on commit d15fe21

Please sign in to comment.