# README
lazyjira
Jira in terminal for lazy people
Getting Started
First, create a configuration file at ~/.config/lazyjira/config.yaml
# Inside ~/.config/lazyjira/config.yaml
username: [email protected]
server: https://yourproject.atlassian.net
For API token, after generate from Atlassian, please add a new record into Keychain.app
:
- Name:
lazyjira
- Account:
[email protected]
- Password: Your API token
# Functions
No description provided by the author
Used when user press Esc to close or cancel a dialog.
No description provided by the author
CreateDialog initializes a Dialog object with an existing View by applying some basic configuration.
CreateList initializes a List object with an existing View by applying some basic configuration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Currently we have problem: Despite we Set("projects.test") value: { statuses: { done: true, to do: false } } and despite we can see exactly correct value when Get("projects.test") Config.Get("projects.test.statuses.done") will return nil.
Create git branch from selected issue.
Move cursor down on list.
Move cursor up on list.
No description provided by the author
No description provided by the author
Pressing Spacebar will trigger this one.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Used when user press Enter to confirm a dialog (delete or ignore something).
No description provided by the author
The Projects view has another second tab for Statuses.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Dialog is just like Dialog, instead it's mostly used for displaying an input or a message to the user.
List overlads the gocui.View by implementing list specific functionalitys.
Page is used to hold info about a list based view.
# Type aliases
No description provided by the author