Skip to content

Command-Line Coda is a script that allows you to open files from the command line using Panic's Coda.

License

Notifications You must be signed in to change notification settings

jmblog/Command-Line-Coda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-Line Coda

Command-Line Coda is a script for Panic's Coda. It allows you to open files in Coda from the command line.

Usage

coda [a list of files or directories you want to open]

coda myfile.txt                   # coda creates files if they don't exist
coda somedir                      # if you specify a directory, coda will open all files in that directory
coda file1.txt file2.txt somedir3 # you can open multiple files

Install

gem install coda

Setting Coda's path

By default, we assume that Coda lives at /Applications/Coda.app. To override this path, set the CODAPATH variable:

CODAPATH=/User/Applications/Coda.app coda test.txt

Put it in your .bash_profile so you don't have to set it each time.

Written by Aditya Bhargava. No warranty is implied, use at your own risk.

About

Command-Line Coda is a script that allows you to open files from the command line using Panic's Coda.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%