From 8a17d19601e418822ccafe1351f0f2964faf9b40 Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 14 Aug 2025 20:12:51 +0000 Subject: [PATCH] Actualiser README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 7056e95..428a5d8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # TermSyncTools +TermSyncTools is a CLI tool to backup and restore Termux environments. It allows you to easily backup your home directory and installed packages, and restore them when needed. The backups are stored on Google Drive using `rclone`. + +## Features + +- Backup and restore Termux home directory and installed packages. +- Store backups on Google Drive using `rclone`. +- Automatically synchronize backups with Google Drive. +- User-friendly interface with colorful output. +- Easy to use with simple command-line options. + +## Installation + +1. **Install Dependencies**: + Ensure you have the following dependencies installed: + ```sh + apt-get update && apt-get upgrade -y + apt-get install -y tar pigz rclone figlet lolcat \ No newline at end of file