Sha256: ad1e8af28f570c2f2ce6788fbeed0c75ac8d356931e67083d11c21ae0bb53d22

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

module Topicz
  DEFAULT_CONFIG_LOCATION = File.join(Dir.home, '.topiczrc')

  TOPIC_FILE = 'topic.yaml'

  DIR_NOTES = 'Notes'
  DIR_JOURNAL = 'Journal'
  DIR_REFERENCE = 'Reference'
  DIR_DOCUMENTS = 'Documents'

  DIRECTORIES = [DIR_NOTES, DIR_JOURNAL, DIR_REFERENCE, DIR_DOCUMENTS]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
topicz-0.1.0 lib/topicz/defaults.rb