Changelog
- 48efeb3: Add function to check if a command exists on host (@wmalik)
- bb21fc4: Add trailing dot to doc strings (@wmalik)
- 4377d7b: Align function args (@wmalik)
- d2baaef: Allow callers to pass args to shell (@wmalik)
- 921cedc: Allow callers to spawn shell in specific dir (@wmalik)
- 1389d85: Define style for selected item (@wmalik)
- f37e6d9: Disable gosec warnings when launching subprocess (@wmalik)
- bc83a18: Ensure github/gitlab tokens are set (@wmalik)
- 2230c43: Exclude lint target from gh actions job (@wmalik)
- b9c041b: Format appStyle (@wmalik)
- a061008: Improve logging during fetch (@wmalik)
- 9db8b12: Improve title bar and dimmed styles (@wmalik)
- 2206373: Merge pull request #68 from wmalik/trim_spaces_desc (@wmalik)
- 5a9f1e8: Merge pull request #70 from wmalik/lint_fix (@wmalik)
- 9fdf4d0: Merge pull request #73 from wmalik/style (@wmalik)
- f905fd9: Merge pull request #74 from wmalik/tokens (@wmalik)
- 0b613fd: Merge pull request #75 from wmalik/gitty (@wmalik)
- f21ad5e: Merge pull request #76 from wmalik/changelog_github (@wmalik)
- 4bd6b06: Move sqlite3 naked import to main package (@wmalik)
- fd2ef43: Open gitty on keypress 'g' (@wmalik)
- d4210b2: Pass github/gitlab tokens as args (@wmalik)
- fbaa621: Print an error when repo not managed by ogit (@wmalik)
- f5b7c21: Reduce padding around app (@wmalik)
- 281a17f: Remove default keybinding for 'g' (@wmalik)
- c3a17e1: Remove unnecessary newlines (@wmalik)
- adf4c93: Remove unnecessary type declaration (@wmalik)
- 05084d5: Remove unused variables (@wmalik)
- aafa96f: Rename brightStyle to clonedRepoStyle (@wmalik)
- 144917e: Return err instead of fatalln (@wmalik)
- ff49c7a: Return error instead of fatal (@wmalik)
- 3d25be4: Simplify conditionals (@wmalik)
- 9405457: Suppress gorm logging (@wmalik)
- de67557: Trim spaces in repo description (@wmalik)
- 9d9bc07: Upcase bubbletea Model type (@wmalik)
- 8311d04: Upgrade go-git deps (@wmalik)
- 2c6bd14: Use fmt.Println instead of log.Fatalln (@wmalik)
- 962c6a8: Use github style release notes (@wmalik)
- aeb9eee: Use golangci-lint (@wmalik)
- 69ae179: Use shell.Spawn for vim (@wmalik)
- 61ffe88: Use shell.Spawn for xdg-open (@wmalik)