Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<application>
  <id type="desktop">rclone-browser.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>Unlicense</project_license>
  <name>Rclone Browser</name>
  <summary>Simple cross platform GUI for rclone</summary>
  <description>
    <p>
      Simple cross platfrom GUI for rclone command line tool..
    </p>
    <p>Features:</p>
    <ul>
      <li>Allows to browse and modify any rclone remote, including encrypted ones</li>
      <li>Uses same configuration file as rclone, no extra configuration required</li>
      <li>Supports custom location and encryption for .rclone.conf configuration file</li>
      <li>Simultaneously navigate multiple repositories in separate tabs</li>
      <li>Lists files hierarchically with file name, size and modify date</li>
      <li>All rclone commands are executed asynchronously, no freezing GUI</li>
      <li>File hierarchy is lazily cached in memory, for faster traversal of folders</li>
      <li>Allows to upload, download, create new folders, rename or delete files and folders</li>
      <li>Allows to calculate size of folder, export list of files and copy rclone command to clipboard</li>
      <li>Can process multiple upload or download jobs in background</li>
      <li>Drag &amp; drop support for dragging files from local file explorer for uploading</li>
      <li>Streaming media files for playback in player like mpv or similar</li>
      <li>Mount and unmount folders on macOS and GNU/Linux</li>
      <li>Optionally minimizes to tray, with notifications when upload/download finishes</li>
      <li>Supports portable mode (create .ini file next to executable with same name), rclone and .rclone.conf path now can be relative to executable.</li>
    </ul>
  </description>
  <screenshots>
    <screenshot type="default" width="719" height="417">https://raw.githubusercontent.com/wiki/mmozeiko/RcloneBrowser/screenshot5.png</screenshot>
  </screenshots>
  <url type="homepage">https://martins.ninja/RcloneBrowser/</url>
  <updatecontact>eclipseo@fedoraproject.org</updatecontact>
</application>