aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-07-14 01:12:23 -0400
committerKyle Meyer <kyle@kyleam.com>2018-07-14 14:03:34 -0400
commit1dd933e602c51016eece8ec24663b877cee0a5f0 (patch)
tree160aaf3c462112fca42c5c9febb5dad88c368e87 /README.md
downloadannexview-1dd933e602c51016eece8ec24663b877cee0a5f0.tar.gz
Hello, Pluto
Provide support for creating/modifying views and setting metadata. All of git-annex's view commands are exposed, and most of the "setting" features of the 'git annex metadata' command are supported. Of the remaining bits, I intend to support only the --force flag (needed for setting metadata a directory's files). The user interface may still require a good amount of tweaking, but things seem to be in a working state.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0441704
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+Annexview is an Emacs Dired interface for modifying [git-annex
+metadata][0] and for creating [metadata-driven views][1]. See the
+package commentary for more details.
+
+[0]: https://git-annex.branchable.com/metadata/
+[1]: https://git-annex.branchable.com/tips/metadata_driven_views/