summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-06 10:38:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-06 10:38:04 -0700
commit62513c36dcce2593615ad3567dd2b384c6ce89a3 (patch)
treec4ea541cba81149bb782d0bd4c30da3d7ed7caab
parentccf0a346b6d28f03afb4d87ac6da554347a75e37 (diff)
downloadp5-Git-Annex-62513c36dcce2593615ad3567dd2b384c6ce89a3.tar.gz
add TODO
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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" });