Sha256: faf29844b083bc10d8dc04eaa1a0e18c49d2bb7c3482399d29f331e78381681a

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

module ExpandSync
  # App Info
  DESCRIPTION = 'An engine for synchronizing snippets from aText on OS X and TextExpander iOS'
  VERSION = '0.1.0'
  
  # Filepaths
  DEFAULT_AT_OUTPUT_PATH = File.join(ENV['HOME'], 'aText-snippets.csv')
  DEFAULT_TE_SNIPPET_PATH = File.join(ENV['HOME'], 'Dropbox', 'TextExpander', 'Settings.textexpander')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
expandsync-0.1.0 lib/expandsync/constants.rb