Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 800 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 800 Bytes

s5cmd-gui: GUI wrapper for s5cmd

s5cmd is a very fast tool for interacting with S3 (especially when uploading or downloading many small files), but it is CLI only. The goal of this repo is to provide a friendly desktop interface to s5cmd.

This repo is a work-in-progress - it does not currently bundle s5cmd. On Mac, even if the Tauri DMG is trusted, the bundled s5cmd also has to be trusted, which seems to mean an integrated DMG will need a signing key to work.

Demo

This video shows just how much faster using s5cmd via s5cmd-gui is vs the S3 web interface:

s5cmd-gui-demo.mov

Other TODOs

  • Logging, progress bars
  • E2E tests
  • tauri-action for build / packaging