mulle-patternfile-editor
v0.0.3
Published
🧶 GUI App to edit mulle-match pattern files
Downloads
29
Maintainers
Readme
mulle-patternfile-editor
🎯 GUI App to edit mulle-match pattern files
A desktop application for visually editing mulle-match configuration files, the pattern files used in mulle-sde projects to match project files. This editor provides a dual-column interface for managing ignore patterns and match patterns.

Features
- Two-column layout for ignore.d and match.d pattern files
- Visual file management (add, delete, edit)
- Smart saving with symlink handling
- Cross-platform support (Linux, macOS, Windows)
Installation
Download the latest release for your platform from the Releases page.
or
npm install mulle-patternfile-editorDevelopment
npm install
npm startBuild
# Build for current platform
npm run build
# Build for specific platforms
npm run build:linux
npm run build:mac
npm run build:winUsage
- Open a mulle project directory (containing
.mulle/etc/matchand.mulle/share/match) - Edit pattern files in either column
- Save changes with Ctrl+S (Cmd+S on macOS)
License
MIT License - see LICENSE file for details.
Author
Mulle kybernetiK
[email protected]
https://github.com/mulle-sde

