A fast and flexible text expander for macOS. Scribe helps you create and use custom text snippets to speed up your typing and reduce repetitive text entry.
- Fast text expansion
- Support for both Intel and Apple Silicon Macs
- Simple snippet management
- Lightweight and efficient
- Daemon management for background operation
- Easy configuration editing
# Add the tap repository
brew tap noble-varghese/scribe
# Install scribe
brew install scribe
- Download the latest release from the releases page
- Extract the downloaded archive
- Move the
scribe
binary to your PATH
# Start scribe in background
scribe start
# Stop scribe
scribe stop
# Restart scribe
scribe restart
# Check scribe status
scribe status
# Edit configuration
scribe config
When you run scribe config
for the first time, it will:
- Create a configuration file at
~/.config/scribe/config.yaml
- Populate it with default settings
- Open it in your default terminal editor (defined by $EDITOR) or just run
scribe config
- macOS 10.15 or later
- Intel or Apple Silicon processor
# Clone the repository
git clone https://github.com/noble-varghese/scribe.git
# Change to project directory
cd scribe
# Build
go build -o scribe cmd/scribe/main.go
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please file an issue on the GitHub issues page.