new(tur/call-cleaner): sweep old call recordings on /sdcard with trash + restore#2467
Open
trehansalil wants to merge 2 commits into
Open
new(tur/call-cleaner): sweep old call recordings on /sdcard with trash + restore#2467trehansalil wants to merge 2 commits into
trehansalil wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new TUR package recipe for call-cleaner, a Python CLI intended to sweep old call recordings on /sdcard into a 30‑day trash with restore support for Termux/Android.
Changes:
- Introduces a new TUR package at
tur/call-cleaner/. - Defines packaging metadata and source tarball for
call-cleanerv0.2.0 from PyPI. - Declares runtime/build settings for a platform-independent Python package.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Collaborator
|
I think it should be named as |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
call-cleanerto TUR — a small Python CLI that sweeps old call recordings on/sdcardinto a 30-day trash with restore. Designed for OnePlus + other Android phones running Termux. Includes a curses TUI, native scheduling viatermux-job-scheduler, and Android notifications via Termux:API (when installed).Why TUR (and not termux-packages)
Per termux-packages packaging policy, "not installable through language-specific package managers" —
call-cleaneris pure-Python and is on PyPI aspip install call-cleaner. TUR is the right home.Recipe details
call_cleaner-0.2.0.tar.gz(SHA256 verified).python,termux-api(used best-effort for notifications, low-storage, low-battery checks; cleanly degrades if absent).Verifying
Project links