summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-30 21:46:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-30 21:46:35 -0400
commit665b4fd987b5afc227e402fdf49829858b43c90e (patch)
treefee731f79c71a8a7bf9942c40c1b4e614a4e796d
parenta7b099477c889ad0c6eb8ce769ad3d89775554e6 (diff)
devblog
-rw-r--r--doc/devblog/day__329-330__a_rising_tide.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/devblog/day__329-330__a_rising_tide.mdwn b/doc/devblog/day__329-330__a_rising_tide.mdwn
new file mode 100644
index 000000000..61910694b
--- /dev/null
+++ b/doc/devblog/day__329-330__a_rising_tide.mdwn
@@ -0,0 +1,15 @@
+Things have been relatively quite on git-annex this week. I've been
+distracted with other projects. But, a library that I developed for
+[propellor](http://propellor.branchable.com/) to help with
+[concurrent console output](http://joeyh.name/blog/entry/concurrent_output_library/)
+has been rapidly developing into a kind of
+[tiling region manager for the console](http://joeyh.name/blog/entry/a_tiling_region_manager_for_the_console),
+which may be just the thing git-annex needs on the concurrent
+download progress display front.
+
+After seeing it could go that way, and working on it around the clock to
+add features git-annex will need, here's a teaser of its abilities.
+
+<img src="https://joeyh.name/code/concurrent-output/aptdemo.gif">
+
+Probably coming soonish to a `git-annex -J` near you!