Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
flowterm
command
flowterm is a productivity terminal dashboard for corporate developers: GitHub PRs, Jira tickets, and (soon) ServiceNow and Nexus, without leaving the terminal.
|
flowterm is a productivity terminal dashboard for corporate developers: GitHub PRs, Jira tickets, and (soon) ServiceNow and Nexus, without leaving the terminal. |
|
internal
|
|
|
auth
Package auth stores provider tokens in the OS keychain (macOS Keychain, Windows Credential Manager, libsecret) with environment-variable fallback.
|
Package auth stores provider tokens in the OS keychain (macOS Keychain, Windows Credential Manager, libsecret) with environment-variable fallback. |
|
config
Package config loads flowterm's YAML configuration from ~/.config/flowterm/config.yaml (overridable via FLOWTERM_CONFIG).
|
Package config loads flowterm's YAML configuration from ~/.config/flowterm/config.yaml (overridable via FLOWTERM_CONFIG). |
|
provider
Package provider defines the core extension point of flowterm.
|
Package provider defines the core extension point of flowterm. |
|
provider/confluence
Package confluence implements a read-only Confluence provider: pages recently updated by you and pages mentioning you.
|
Package confluence implements a read-only Confluence provider: pages recently updated by you and pages mentioning you. |
|
provider/fake
Package fake is an in-memory provider used for UI development, demos (`flowterm --demo`), and tests.
|
Package fake is an in-memory provider used for UI development, demos (`flowterm --demo`), and tests. |
|
provider/github
Package github implements the GitHub provider: review requests, your open PRs (with CI status), and mentions, plus approve/merge/comment actions.
|
Package github implements the GitHub provider: review requests, your open PRs (with CI status), and mentions, plus approve/merge/comment actions. |
|
provider/jira
Package jira implements the Jira provider for both Cloud (email + API token, basic auth) and Server/Data Center (personal access token, bearer).
|
Package jira implements the Jira provider for both Cloud (email + API token, basic auth) and Server/Data Center (personal access token, bearer). |
|
sync
Package sync fetches provider sections in the background and delivers results as Bubble Tea messages so the UI never blocks.
|
Package sync fetches provider sections in the background and delivers results as Bubble Tea messages so the UI never blocks. |
|
ui
Package ui is the Bubble Tea application: sidebar platform tree, pinned panel grid, detail overlay, action palette, and status bar.
|
Package ui is the Bubble Tea application: sidebar platform tree, pinned panel grid, detail overlay, action palette, and status bar. |
Click to show internal directories.
Click to hide internal directories.