From f267a4111a13c3b24985a8d4bd517cf17d1ec742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano?= Date: Tue, 1 Jan 2013 22:50:25 +0100 Subject: [PATCH] readme --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..51c4618 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +opustags +======== + +View and edit Opus comments. + +Installing +---------- + + make + make DESTDIR=/usr/local install + +Documentation +------------- + + Usage: opustags --help + opustags [OPTIONS] FILE + opustags OPTIONS FILE -o FILE + + Options: + -h, --help print this help + -o, --output write the modified tags to a file + -y, --overwrite overwrite the output file if it already exists + -d, --delete FIELD delete all the fields of a specified type + -a, --add FIELD=VALUE add a field + -s, --set FIELD=VALUE delete then add a field + -D, --delete-all delete all the fields! + -S, --set-all read the fields from stdin + +See the man page, `opustags.1`, for extensive documentation.