From: unqueued Date: Wed, 10 Apr 2024 12:26:49 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~25^2~17^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cb3129ecd1f57a4d1a852a582c4d987613dce21d;p=git-annex.git Added a comment --- diff --git a/doc/forum/Using_git-annex_as_a_library/comment_10_cfded5c6325007c3f3f83818bd2e1dbc._comment b/doc/forum/Using_git-annex_as_a_library/comment_10_cfded5c6325007c3f3f83818bd2e1dbc._comment new file mode 100644 index 0000000000..8583952330 --- /dev/null +++ b/doc/forum/Using_git-annex_as_a_library/comment_10_cfded5c6325007c3f3f83818bd2e1dbc._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="unqueued" + avatar="http://cdn.libravatar.org/avatar/3bcbe0c9e9825637ad7efa70f458640d" + subject="comment 10" + date="2024-04-10T12:26:49Z" + content=""" +For my two cents, I have found git-annex to be a simple enough format that I have only needed basic helper scripts. + +But many operations can be done with one or a few lines of code. + +Git can do much of the heavy lifting for you in terms of looking stuff up from the git-annex branch, and I find the formats to be quite regular and easy to parse. + +I am thinking of bringing some of this together into a PHP library. + +But maybe I should just post my pure git-annex bash/perl one-liners. +"""]]