Compiled Chronicles

A software development blog by Angelo Villegas

Category: Shell

  • Shell: Generate Git

    A comprehensive script for Xcode projects that lets you generate .gitignore and .gitattributes in the directory of your choosing. Download You can grab the script here: https://gist.github.com/anjerodesu/5063843 Running the script

  • Shell: Reindexing Spotlight on your Mac

    Spotlight indexing can slow your machine if you have low memory. Doing it repeatedly may stop your machine from working. This problem is a common occurrence with Mac machines. As I am a Mac user, I wrote a simple shell script that will help your Spotlight to stop reindexing your installed drive(s). This Shell script…