From baaa48bc1ba4ace2e46bc49a54faca75352749ef Mon Sep 17 00:00:00 2001 From: root Date: Sun, 27 Apr 2025 04:22:21 +0000 Subject: [PATCH 1/3] Add CloudFile-Mover to awesome-python --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a7f5f89d..6da1e5e25 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [errbot](https://github.com/errbotio/errbot/) - The easiest and most popular chatbot to implement ChatOps. +## Cross-cloud large file transfer ## + +* [CloudFile-Mover](https://github.com/RaghavaCh440/cloudfile-mover) - Cross-cloud large file transfer tool for GCS, AWS S3, and Azure Blob Storage. + ## Code Analysis *Tools of static analysis, linters and code quality checkers. Also see [awesome-static-analysis](https://github.com/mre/awesome-static-analysis).* From f61a76ec32c9978eafeb503a33122145215b4802 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 May 2025 01:11:15 +0000 Subject: [PATCH 2/3] Add cloudfile-mover to Command-line Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6da1e5e25..586844d35 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command. * [tmuxp](https://github.com/tmux-python/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager. * [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - it's never been easier. + * [cloudfile-mover](https://github.com/RaghavaCh440/cloudfile-mover) - AI-enhanced, cloud-native file transfer utility supporting multi-cloud and secure batch operations * CLI Enhancements * [httpie](https://github.com/httpie/cli) - A command line HTTP client, a user-friendly cURL replacement. * [iredis](https://github.com/laixintao/iredis) - Redis CLI with autocompletion and syntax highlighting. From 4af0711296785f1fe515043fca9b06d645fd141d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 May 2025 01:32:29 +0000 Subject: [PATCH 3/3] Add cloudfile-mover to CLI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 586844d35..7590a27a9 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands. * [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object. * [python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) - A library for building powerful interactive command lines. + * [cloudfile-mover](https://github.com/RaghavaCh440/cloudfile-mover) - AI-enhanced, cloud-native file transfer utility supporting multi-cloud and secure batch operations. * Terminal Rendering * [alive-progress](https://github.com/rsalmei/alive-progress) - A new kind of Progress Bar, with real-time throughput, eta and very cool animations. * [asciimatics](https://github.com/peterbrittain/asciimatics) - A package to create full-screen text UIs (from interactive forms to ASCII animations).