Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment on lines +21 to +22

== Installation

Expand Down
Binary file added cinemas/listings.cinema.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.