This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
66 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>app.riftshare.RiftShare</id> | ||
|
||
<name>RiftShare</name> | ||
<summary>Easy, Secure, Free file sharing</summary> | ||
|
||
<metadata_license>MIT</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
|
||
<description> | ||
<p> | ||
Description | ||
</p> | ||
<p> | ||
The purpose of this project is to enable everyone to be able to share files privately in real time, without the use of the major tech companies and cloud providers. Use RiftShare to send files to your friends and family, or even between computers at your house. It is shocking how over the years, sharing files is still more complicated than it needs to be. Look no further. No accounts, sign-ups, or tracking, just use a simple human-readable passphrase to securely transfer files. RiftShare is a front end to magic wormhole and is compatible with any other CLI or UI apps that use the same protocol. | ||
</p> | ||
<p> | ||
Features | ||
</p> | ||
<p> | ||
<em> Easy secure file transfers between computers both in the local network and through the internet </em> Supports transferring files or directories securely through the magic wormhole protocol <em> Compatible with all other apps using magic wormhole (magic-wormhole or wormhole-william CLI, wormhole-gui, etc.) </em> Automatic zipping and unzipping of multiple selected files to send at once <em> Full animations and progress bar for sending and receiving </em> Native OS File Selection * Open files in one click once received | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">app.riftshare.RiftShare.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/achhabra2/riftshare/main/docs/screenshots/riftshare-send-1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/achhabra2/riftshare/main/docs/screenshots/riftshare-receive-1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/achhabra2/riftshare/main/docs/screenshots/riftshare-send-2.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<releases> | ||
<release version="0.1.7" date="2022-04-19"> | ||
<description> | ||
<p>Initial Flatpak Release</p> | ||
</description> | ||
</release> | ||
</releases> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.