Sha256: 1a261802727fdef9ef17e7f2dd9826883fd69141db59135903e0e0511ce6e1b7

Contents?: true

Size: 314 Bytes

Versions: 10

Compression:

Stored size: 314 Bytes

Contents

#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../lib"))
require 'taglob'

if File.directory?(ARGV[0])
  Dir.tags("#{ARGV[0]}/**/*.rb").each do |file,tags|
    puts "#{file}:"
    puts "\t#{tags.join(',')}"
  end
else
  puts "\t#{ARGV[0]}: #{File.tags(ARGV[0]).join(',')}" 
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
scudco-taglob-1.0.0 bin/taglob
scudco-taglob-1.0.1 bin/taglob
scudco-taglob-1.0.2 bin/taglob
scudco-taglob-1.1.0 bin/taglob
scudco-taglob-1.1.1 bin/taglob
scudco-taglob-1.1.2 bin/taglob
taglob-1.1.2 bin/taglob
taglob-1.0.2 bin/taglob
taglob-1.0.0 bin/taglob
taglob-1.1.1 bin/taglob