Skip to content

achiurizo/consular-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consular - OSX Core

Automate your OSX Terminal with Consular

Setup && Installation

If you haven't already, install Consular:

$ gem install consular

then install consular-osx:

$ gem install consular-osx

next, run init:

$ consular init

This will generate a global directory and also a .consularc in your home directory. On the top of your .consularc, just require this core like so:

# You can require your additional core gems here.
require 'consular/osx'

# You can set specific Consular configurations
# here.
Consular.configure do |c|
end

Now you can use OSX Terminal to run your Consular scripts!

About

Automate Mac OSX Terminal with Consular

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages