# MyAppleScript **Repository Path**: ArvinZJC/MyAppleScript ## Basic Information - **Project Name**: MyAppleScript - **Description**: (Archived) This repository contains code written for fun to "taste" Apple Script. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/ArvinZJC/MyAppleScript - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My AppleScript ![GitHub](https://img.shields.io/github/license/ArvinZJC/MyAppleScript) **English** | [简体中文](./README-zhCN.md) I bet you understand I feel so excited to explore MacOS as a new consumer of MacBook Pro, especially with the M1 chip. Apple Script can sometimes be a magic. This repository contains code written for fun to "taste" AppleScript. ## Script Instructions ### [Hidden Files Helper.app](./Hidden%20Files%20Helper.app) Although showing/hiding hidden files can be easily achieved by typing `Command` + `Shift` + `.` in the Finder app, it can also be controlled programmaticially. Hidden Files Helper is such an AppleScript app achieving it. ### [Mail Startup Helper.app](./Mail%20Startup%20Helper.app) It is weired that the Mail app cannot start up with OS, even though the corresponding preference is turned on. It seems to be a bug by searching Google. One way to solve it is to write an AppleScript app, and here it is - Mail Startup Helper! ## ATTENTION 1. By 3 October 2021, everything looks good with MacOS Big Sur (Version: 11.6) on MacBook Pro (M1, 2020).