Sha256: d8cb395c1ca23b8bfb1c463aa5f92d5a2a0badb56d16572b516d9040dfb8b29b
Contents?: true
Size: 518 Bytes
Versions: 3
Compression:
Stored size: 518 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 # (c) ANB Andrew Bizyaev require "phtools/version" module PhTools def self.about %Q{\nphtools v#{PhTools::VERSION} is a bundle of small CLI tools for arranging, renaming, tagging of the photo and video files. Helps to keep your photo-video assets in order. \nPlease run phtools in a terminal via CLI commands: phls, phrename, phbackup, pharrange, phclname, phevent, phfixdate, phfixmd, phmtags, phtagset.\nFor more information run these commands with -h option.} end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phtools-0.1.3 | lib/phtools.rb |
phtools-0.1.2 | lib/phtools.rb |
phtools-0.1.1 | lib/phtools.rb |