Releases: efekurucay/tam-cli
Releases · efekurucay/tam-cli
v1.1.0 — New App Icon
What's New
- ✨ Brand new app icon design
- 📸 Added screenshots to README and WVW listing
- 🌐 Homepage link added to apps.json
Download
Download AliasManager.dmg, open it, and drag to Applications.
Full Changelog: v1.0.0...v1.1.0
v1.0.0 — Initial Release
🚀 Terminal Alias Manager v1.0.0
The first official release of Terminal Alias Manager — a native macOS app to visually manage your ~/.zshrc shell aliases.
Features
- Parse & list aliases from
~/.zshrcautomatically - Add / Edit / Delete aliases with a clean SwiftUI interface
- Enable / Disable aliases without removing them
- Search & Sort by name, command, or status
- Duplicate aliases with one click
- Auto source — runs
source ~/.zshrcafter every change - Backup your
.zshrcwith timestamped copies - JSON Import / Export to share or migrate aliases between machines
- Copy to clipboard any command instantly
- Context menus for quick actions
- Native macOS UI — SwiftUI + NavigationSplitView (Finder-style layout)
Requirements
- macOS 14.0 (Sonoma) or later
- Xcode 15.2+
Getting Started
git clone https://github.com/efekurucay/terminal-alias-manager.git
cd terminal-alias-manager
open AliasManager.xcodeprojPress ⌘R in Xcode to build and run.
This is a source release. Open the Xcode project to build the app locally.