File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2222### From Source
2323
2424``` bash
25- go install github.com/bharath /git-scope/cmd/git-scope@latest
25+ go install github.com/Bharath-code /git-scope/cmd/git-scope@latest
2626```
2727
2828Or clone and build:
2929
3030``` bash
31- git clone https://github.com/bharath /git-scope.git
31+ git clone https://github.com/Bharath-code /git-scope.git
3232cd git-scope
3333go build -o git-scope ./cmd/git-scope
3434```
Original file line number Diff line number Diff line change 66 "log"
77 "os"
88
9- "github.com/bharath /git-scope/internal/config"
10- "github.com/bharath /git-scope/internal/scan"
11- "github.com/bharath /git-scope/internal/tui"
9+ "github.com/Bharath-code /git-scope/internal/config"
10+ "github.com/Bharath-code /git-scope/internal/scan"
11+ "github.com/Bharath-code /git-scope/internal/tui"
1212)
1313
1414const version = "0.1.0"
Original file line number Diff line number Diff line change 11package cache
22
3- import "github.com/bharath /git-scope/internal/model"
3+ import "github.com/Bharath-code /git-scope/internal/model"
44
55// Store defines the interface for caching repo data
66type Store interface {
Original file line number Diff line number Diff line change 77 "strings"
88 "time"
99
10- "github.com/bharath /git-scope/internal/model"
10+ "github.com/Bharath-code /git-scope/internal/model"
1111)
1212
1313// Status retrieves the git status for a repository at the given path
Original file line number Diff line number Diff line change 99 "strings"
1010 "sync"
1111
12- "github.com/bharath /git-scope/internal/gitstatus"
13- "github.com/bharath /git-scope/internal/model"
12+ "github.com/Bharath-code /git-scope/internal/gitstatus"
13+ "github.com/Bharath-code /git-scope/internal/model"
1414)
1515
1616// ScanRoots recursively scans the given root directories for git repositories
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package tui
22
33import (
44 tea "github.com/charmbracelet/bubbletea"
5- "github.com/bharath /git-scope/internal/config"
6- "github.com/bharath /git-scope/internal/model"
7- "github.com/bharath /git-scope/internal/scan"
5+ "github.com/Bharath-code /git-scope/internal/config"
6+ "github.com/Bharath-code /git-scope/internal/model"
7+ "github.com/Bharath-code /git-scope/internal/scan"
88)
99
1010// Run starts the Bubbletea TUI application
Original file line number Diff line number Diff line change 77 "github.com/charmbracelet/bubbles/table"
88 tea "github.com/charmbracelet/bubbletea"
99 "github.com/charmbracelet/lipgloss"
10- "github.com/bharath /git-scope/internal/config"
11- "github.com/bharath /git-scope/internal/model"
10+ "github.com/Bharath-code /git-scope/internal/config"
11+ "github.com/Bharath-code /git-scope/internal/model"
1212)
1313
1414// State represents the current UI state
You can’t perform that action at this time.
0 commit comments