Gitpro.Views.About (gitpro v1.0.0)

Copy Markdown View Source

What this is, which version of it, and where to find the rest of it.

Opened with ^A. The links are a list you move through rather than text you have to copy out of a terminal by hand — opens the highlighted one in a browser, the same way ^O opens a card.

  j k ^P ^N   move between the links     ^O    open the highlighted one
ESC q ^A        close

The key it took

^A is readline's "start of the line", and Atui.TextInput binds it as such. Claiming it here takes it off the search field, which still has Home for the same thing — a trade worth making once, for the one key that is conventionally "about".

Summary

Functions

The credit lines under the links.

Where the rest of gitpro lives, in the order the popup lists them.

Functions

footnote_lines()

@spec footnote_lines() :: [String.t()]

The credit lines under the links.

The dependency is named because it is the interesting half of how this looks the way it does, and its licence is named because it is not this one's.

links()

@spec links() :: [{String.t(), String.t()}]

Where the rest of gitpro lives, in the order the popup lists them.