Fix title case in README headings

This commit is contained in:
2026-03-13 19:32:49 +02:00
parent e3b391b18a
commit 7677e05b20

View File

@@ -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. 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 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. 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. 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. 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) # Output: Pixstrip-x86_64.AppImage (~39 MB)
``` ```
## 🗂️ Project Structure ## 🗂️ Project structure
Pixstrip is a Cargo workspace with three crates that share a common core. 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. 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. 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.