A tool to clean up sysroots for Linux embedded devices to save storage space.
Go to file
Matteo Settenvini c9e39e284c Merge pull request 'Extra features and fixes' (#1) from arthurep/sysroot-cleaner:extra-features into main
Reviewed-on: matteo/sysroot-cleaner#1
Reviewed-by: Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
2025-03-19 21:29:33 +01:00
LICENSES Initial skeleton 2025-01-24 22:00:18 +01:00
src feat: display size of each file and total removed size 2025-03-14 10:46:24 +01:00
.editorconfig Initial skeleton 2025-01-24 22:00:18 +01:00
.gitignore feat(cleaners): add main async runner 2025-01-25 02:32:21 +01:00
.pre-commit-config.yaml chore: update deps 2025-02-19 14:42:02 +01:00
Cargo.lock feat: display size of each file and total removed size 2025-03-14 10:46:24 +01:00
Cargo.lock.license Initial skeleton 2025-01-24 22:00:18 +01:00
Cargo.toml feat: display size of each file and total removed size 2025-03-14 10:46:24 +01:00
README.md chore(dso): minor refactor 2025-02-19 14:37:44 +01:00
build.rs Initial skeleton 2025-01-24 22:00:18 +01:00
rust-toolchain.toml chore: adopt Rust 2024 2025-02-21 00:16:31 +01:00

README.md

[//]: # SPDX-FileCopyrightText: Matteo Settenvini matteo.settenvini@montecristosoftware.eu

[//]: # SPDX-License-Identifier: CC-BY-SA-4.0

Sysroot Cleaner

A tool to clean up sysroots for Linux embedded devices to save storage space.

Note: it will only work on files belonging to the same filesystem. This is a design choice.