diff --git a/Readme.adoc b/Readme.adoc index 0ae833e..4650336 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -8,13 +8,18 @@ :experimental: :conventional-commits: https://www.conventionalcommits.org/en/v1.0.0/[Conventional Commits] -A command line interface to https://linear.app. - -This is an Elixir/OTP port of https://github.com/rubyists/linear-cli[linear-cli] (the -original Ruby CLI) - same commands, same wrapper scripts, but a single standalone -binary (via https://github.com/burrito-elixir/burrito[Burrito]) instead of a Ruby -gem/runtime, and concurrent fan-out (via `Task.async_stream`) for the operations -that fetch or update several issues at once. +A command line interface to https://linear.app - list, take, create, develop, +and update issues without leaving your terminal. + +image::cinemas/listings.cinema.gif[] + +This is an Elixir/OTP port of https://github.com/rubyists/linear-cli[linear-cli] +(the original Ruby CLI): same commands, same wrapper scripts (`lcls`, +`lcreate`, ...), but shipped as a single standalone binary - no Ruby runtime +or gem install - via https://github.com/burrito-elixir/burrito[Burrito], and +real concurrency (`Task.async_stream`) for operations that touch several +issues at once. Looking up 10 issues by id, for example, runs in ~1.5s here +vs ~5s doing it one at a time. == Installation diff --git a/cinemas/listings.cinema.gif b/cinemas/listings.cinema.gif new file mode 100644 index 0000000..fd0c4df Binary files /dev/null and b/cinemas/listings.cinema.gif differ