Skip to content

DJCastle/toolBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toolbox

A collection of useful macOS automation tools by CodeCraftedApps.

Automator apps, shell scripts, and Apple Shortcuts for macOS — organized by type. Each tool has its own folder with documentation. Browse by category below, or jump straight to a specific tool.

macOS Apple Silicon License: MIT Website


Categories

Category Description
automator macOS native apps built with AppleScript and compiled into .app bundles
scripts macOS command-line shell scripts — run from Terminal
shortcuts macOS Apple Shortcuts — import into Shortcuts.app and run with one click

What's Inside

Tool Automator Script Shortcut
Non App Store Apps Download — batch download apps like Chrome, VS Code, and Slack from official sources View View View

How This Repo Is Organized

├── automator/                             # macOS native apps
│   └── non-appstore-download/             #   Each tool gets its own folder
│       ├── README.md                      #   with its own documentation
│       └── ...
│
├── scripts/                               # macOS shell scripts
│   └── non-appstore-download/
│       ├── README.md
│       └── ...
│
├── shortcuts/                             # macOS Apple Shortcuts
│   └── non-appstore-download/
│       ├── README.md
│       └── ...
│
├── DISCLAIMER.md
├── LICENSE
└── README.md                              # This file

Adding new tools: Create a new folder under the appropriate category with its own README.md. If the tool doesn't fit an existing category, create a new top-level folder.


Security

All tools in this collection only download files — nothing is installed, modified, or executed. Downloads resolve to official vendor URLs via Homebrew Cask. macOS Gatekeeper verifies code signatures before apps can run.

See DISCLAIMER.md for the full disclaimer.


License

MIT License — free to use, modify, and distribute.


Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •