Sha256: c4a8646221fed6c57d3278f63b6a325ddcde3ef35c7748309920532ed7e0c469
Contents?: true
Size: 980 Bytes
Versions: 5
Compression:
Stored size: 980 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 # (c) ANB Andrew Bizyaev require 'phtools/version' require 'phbackup' require 'phevent' require 'phfixdate' require 'phfixfmd' require 'phls' require 'phmove' require 'phmtags' require 'phrename' require 'phtagset' module PhTools def self.about about = <<TEXT phtools v#{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. Please run phtools in a terminal via CLI commands: phls\t(#{Phls::about}), phmove\t(#{Phmove::about}), phbackup\t(#{Phbackup::about}), phrename\t(#{Phrename::about}), phevent\t(#{Phevent::about}), phfixdate\t(#{Phfixdate::about}), phfixfmd\t(#{Phfixfmd::about}), phmtags\t(#{Phmtags::about}), phtagset\t(#{Phtagset::about}). For more information run these commands with -h option. General info about phtools usage see at https://github.com/AndrewBiz/phtools.git TEXT end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
phtools-0.8.1 | lib/phtools.rb |
phtools-0.8.0 | lib/phtools.rb |
phtools-0.7.7 | lib/phtools.rb |
phtools-0.7.1 | lib/phtools.rb |
phtools-0.6.0 | lib/phtools.rb |