Skip to content

This repository was created with the aim of accessing code to clean up trash in the Termux application

Notifications You must be signed in to change notification settings

yuurahz/Termux-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

About Tools

Termux Junk Cleaner is a powerful junk cleanup tool designed to optimize and declutter your Termux environment. It offers a comprehensive set of features to clean up various unnecessary files, logs, cached data and more.

Installation

  • Clone the repository:

git clone https://github.com/yuurahz/Termux-cleaner
  • Navigate to the project directory:

cd Termux-cleaner
  • Give executable permission to the file

chmod +x cleaner.sh
  • Run the script:

./cleaner.sh

Features

  • Selective Cleanup:

Choose specific cleanup options tailored to your needs (cached packages, temporary files, logs).

  • Cache Cleanup: Remove redundant cache files to free up space.
  • Cached Packages Cleanup: Efficiently clean cached packages to enhance performance.
  • Unused Packages Removal: Safely remove unnecessary or unused packages.
  • Temporary Files Cleanup: Eliminate temporary files that may accumulate over time.
  • Temporary Backup Files Cleanup: Ensure a clean slate by removing temporary backup files.
  • Unnecessary Logs Cleanup: Improve system cleanliness by cleaning unnecessary logs.
  • Detailed Logs:

The tool generates cleanup details in cleanup_log.txt.

Usage

Termux Junk Cleaner provides a flexible and user-friendly interface for cleanup operations. You can choose specific cleanup options, or run it interactively for a customized cleanup.

Options

Interactive Mode:

./cleaner.sh

Help:

./cleaner.sh -h

Clean Cache Files:

./cleaner.sh -c

Clean Cached Packages:

./cleaner.sh -p

Remove Unnecessary Packages:

./cleaner.sh -n

Clean Temporary Files:

./cleaner.sh -t

Clean Temporary Backup Files:

./cleaner.sh -b

Clean Unnecessary Logs:

./cleaner.sh -l

Clean All Types of Junks:

./cleaner.sh -a

About

This repository was created with the aim of accessing code to clean up trash in the Termux application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages