summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..99bef18
--- /dev/null
+++ b/TODO
@@ -0,0 +1,8 @@
+Would be cool to be able to do this, Git::Wrapper style:
+
+ my $annex = Git::Annex->new;
+ $annex->annex->find({ in => "here" });
+
+instead of
+
+ $annex->git->annex("find", { in => "here" });