Skip to content

TolgaTaner/Alfred-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Alfred-main 🛠️

Alfred is a lightweight Swift-based command-line tool that helps you manage custom Xcode templates (.xctemplate) and code snippets (.codesnippet) with ease.


🔧 Installation

Install via Homebrew:

brew tap TolgaTaner/tap
brew install alfredtt

alfredtt move-template VIPER

Usage

Install an Xcode Template

To copy a .xctemplate folder into Xcode’s custom templates directory:

alfredtt move-template TemplateName

Example:

If you have a folder called VIPER.xctemplate in your current directory:
alfredtt move-template VIPER

✅ This will copy the folder to:
~/Library/Developer/Xcode/Templates/Custom/VIPER.xctemplate

Install Xcode Snippets

To move .codesnippet files from a local folder into Xcode:
alfredtt install-snippets SnippetFolderName

Example:
alfredtt install-snippets MySnippets

✅ This will copy all .codesnippet files to:
~/Library/Developer/Xcode/UserData/CodeSnippets/

About

It is a command line tool that automatically moves xctemplates, snippets to expected directory.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages