Skip to content

Add cloudfile-mover to Command-line Tools #2704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).*
Expand Down Expand Up @@ -258,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).
Expand All @@ -280,6 +285,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.
Expand Down