Skip to content

Commit

Permalink
Note that match will, like list, enumerate the current directory if n…
Browse files Browse the repository at this point in the history
…o paths are provided
  • Loading branch information
jdberry committed May 2, 2015
1 parent b29069f commit f76ce34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ You may use the --enter or --descend options to display the contents of, or recu

tag --match \* --descend .

If no file arguments are given, *match* will enumerate and match against the contents of the current directory:

tag --match tagname

### List the tags on a file

This *list* operation lists the given files, displaying the tags on each:
Expand All @@ -96,7 +100,7 @@ This *list* operation lists the given files, displaying the tags on each:

tag file1 file2...

In fact, if no file arguments are given, *list* will display the contents of the current directory and any tags on those files:
As with *match*, if no file arguments are given *list* will display the contents of the current directory and any tags on those files:

tag

Expand Down

0 comments on commit f76ce34

Please sign in to comment.