Method: FuzzyNotes::Notes#info
- Defined in:
- lib/fuzzy_notes/notes.rb
#info ⇒ Object
view WC info for all/matching notes
114 115 116 117 |
# File 'lib/fuzzy_notes/notes.rb', line 114 def info paths = bashify_note_paths(matching_notes(:all_if_empty => true)) puts `wc $(find #{paths} -type f)` end |