From 7677e05b201c51d58de6f5ce78282af2a1aaeb04 Mon Sep 17 00:00:00 2001 From: lashman Date: Fri, 13 Mar 2026 19:32:49 +0200 Subject: [PATCH] Fix title case in README headings --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4c7ebb..657d424 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ All in one wizard - or one command. --- -## 🧭 What Is Pixstrip +## 🧭 What is Pixstrip Pixstrip is a batch image processor for Linux built with GTK4 and libadwaita. It exists because preparing images for the web, for clients, for print, or for sharing shouldn't require proprietary software, cloud uploads, or a subscription. @@ -270,7 +270,7 @@ pixstrip watch start pixstrip watch remove ~/incoming ``` -## 📁 File Manager Integration +## 📁 File manager integration Right-click any image (or selection of images) in your file manager to process them directly with Pixstrip. A submenu lists all your presets for one-click processing, plus an "Open in Pixstrip" option for the full wizard. @@ -283,7 +283,7 @@ Right-click any image (or selection of images) in your file manager to process t Toggle each integration on or off in Settings. The extensions are installed into the standard locations for each file manager. -## 🏗️ Building from Source +## 🏗️ Building from source Pixstrip is written in Rust and builds with standard Cargo tooling. @@ -312,7 +312,7 @@ The included script downloads `linuxdeploy` with its GTK plugin, bundles all sha # Output: Pixstrip-x86_64.AppImage (~39 MB) ``` -## 🗂️ Project Structure +## 🗂️ Project structure Pixstrip is a Cargo workspace with three crates that share a common core. @@ -332,7 +332,7 @@ Pixstrip is built in the open and contributions are welcome. The project uses [C File bugs, suggest features, or submit patches through the [issue tracker](https://git.lashman.live/lashman/pixstrip/issues). The codebase is straightforward Rust with GTK4 bindings - if you can read Rust, you can contribute. -## 🔒 Privacy and Trust +## 🔒 Privacy and trust Pixstrip processes everything on your machine. It never phones home, never uploads your images, never tracks what you do with it. There is no analytics, no crash reporting, no update checker, no account system. The binary does exactly what you tell it to and nothing else.