Skip to content

Releases: efekurucay/tam-cli

v1.1.0 — New App Icon

16 Mar 01:32

Choose a tag to compare

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

16 Mar 00:57

Choose a tag to compare

🚀 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 ~/.zshrc automatically
  • 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 ~/.zshrc after every change
  • Backup your .zshrc with 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.xcodeproj

Press ⌘R in Xcode to build and run.


This is a source release. Open the Xcode project to build the app locally.