notryanb / nu_plugin_id3

A Nushell plugin to get Id3 tag information as structured data.
6 stars 1 forks source link

Slightly better api #12

Closed notryanb closed 4 years ago

notryanb commented 4 years ago

This PR changes the public API for the user. Instead of taking file paths from rows through another command like ls, id3 now acts as a standalone plugin. It will recursively try to read id3 tags from the current directory if no optional path parameter is given. If a path is supplied, it will try to read from the given path.