Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwc9876/tauri-nativify
A silly little app that opens a website in the native webview for native web apps
https://github.com/bwc9876/tauri-nativify
Last synced: about 1 month ago
JSON representation
A silly little app that opens a website in the native webview for native web apps
- Host: GitHub
- URL: https://github.com/bwc9876/tauri-nativify
- Owner: Bwc9876
- Created: 2023-09-29T16:14:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T15:02:30.000Z (over 1 year ago)
- Last Synced: 2024-11-01T01:05:16.917Z (3 months ago)
- Language: CSS
- Size: 689 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tauri-nativify
A silly app that opens a URL in the system webview using tauri.
Did I need to use tauri for this? who knows!
## Setup
`cargo tauri build -b none` to get the binary.
Then create a .desktop file pointing to the binary passing the first argument as the URL to open. Optionally you can pass the second argument as the name of the app.
Example desktop file:
```desktop
[Desktop Entry]
Name=Google Messages
Comment=Send and receive messages from your Android Phone
Exec=/path/to/tauri-nativify "https://messages.google.com/web/conversations" Messages
Terminal=false
Type=Application
Icon=org.kde.neochat
```