Method: FuzzyNotes::Notes#info

Defined in:
lib/fuzzy_notes/notes.rb

#infoObject

view WC info for all/matching notes



119
120
121
122
# File 'lib/fuzzy_notes/notes.rb', line 119

def info
  paths = bashify_note_paths(matching_notes(:all_if_empty => true))
  puts `wc $(find #{paths} -type f)` 
end