MCPcopy Create free account

hub / github.com/isacikgoz/gitin / functions

Functions187 in github.com/isacikgoz/gitin

↓ 1 callersMethodsearch
(term string)
prompt/sync_list.go:89
↓ 1 callersMethodsearchInProgress
()
prompt/async_list.go:57
↓ 1 callersMethodspawnEvents
(ctx context.Context)
prompt/prompt.go:168
↓ 1 callersMethodstartSearch
()
prompt/async_list.go:70
↓ 1 callersMethodstopSearch
()
prompt/async_list.go:61
MethodAddToIndex
AddToIndex is the wrapper of "git add /path/to/file" command
git/status.go:231
MethodAmend
Amend updates the commit and returns NEW commit pointer
git/commit.go:160
MethodCanPageDown
CanPageDown returns whether a list can still PageDown().
prompt/async_list.go:315
MethodCanPageDown
CanPageDown returns whether a list can still PageDown().
prompt/sync_list.go:203
MethodCanPageDown
CanPageDown returns whether a list can still PageDown().
prompt/list.go:19
MethodCanPageUp
CanPageUp returns whether a list can still PageUp().
prompt/async_list.go:321
MethodCanPageUp
CanPageUp returns whether a list can still PageUp().
prompt/sync_list.go:209
MethodCanPageUp
CanPageUp returns whether a list can still PageUp()
prompt/list.go:22
MethodCancelSearch
CancelSearch stops the current search and returns the list to its original order.
prompt/async_list.go:163
MethodCancelSearch
CancelSearch stops the current search and returns the list to its original order.
prompt/sync_list.go:83
MethodCancelSearch
CancelSearch stops the current search and returns the list to its original order.
prompt/list.go:28
MethodCommit
Commit adds a new commit onject to repository warning: this function does not check if the changes are indexed
git/commit.go:118
MethodCommits
Commits returns all of the commits of the repository
git/commit.go:38
MethodCursor
()
prompt/async_list.go:369
MethodCursor
()
prompt/sync_list.go:257
MethodFd
()
term/terminal.go:35
MethodHideCursor
HideCursor writes to os.Stdout that to hide cursor
term/bufferedwriter.go:185
MethodIndex
Index returns the index of the item currently selected inside the searched list.
prompt/async_list.go:326
MethodIndex
Index returns the index of the item currently selected inside the searched list.
prompt/sync_list.go:214
MethodItems
Items returns a slice equal to the size of the list with the current visible items and the index of the active item in this list.
prompt/async_list.go:343
MethodItems
Items returns a slice equal to the size of the list with the current visible items and the index of the active item in this list.
prompt/sync_list.go:231
MethodListSize
ListSize returns the size of the items that is renderer each time
prompt/prompt.go:368
MethodMatches
(key interface{})
prompt/async_list.go:373
MethodMatches
(item interface{})
prompt/sync_list.go:261
MethodNext
Next moves the visible list forward one item.
prompt/async_list.go:261
MethodNext
Next moves the visible list forward one item.
prompt/sync_list.go:149
MethodPageDown
PageDown moves the visible list forward by x items. Where x is the size of the visible items on the list.
prompt/async_list.go:292
MethodPageDown
PageDown moves the visible list forward by x items. Where x is the size of the visible items on the list.
prompt/sync_list.go:180
MethodPageUp
PageUp moves the visible list backward by x items. Where x is the size of the visible items on the list.
prompt/async_list.go:275
MethodPageUp
PageUp moves the visible list backward by x items. Where x is the size of the visible items on the list.
prompt/sync_list.go:163
MethodPrev
Prev moves the visible list back one item.
prompt/async_list.go:140
MethodPrev
Prev moves the visible list back one item.
prompt/sync_list.go:63
MethodRead
(p []byte)
term/bufferedreader.go:14
MethodRemoveFromIndex
RemoveFromIndex is the wrapper of "git reset path/to/file" command
git/status.go:244
MethodSearch
Search allows the list to be filtered by a given term.
prompt/async_list.go:151
MethodSearch
Search allows the list to be filtered by a given term.
prompt/sync_list.go:74
MethodSetCursor
SetCursor sets the position of the cursor in the list. Values out of bounds will be clamped.
prompt/async_list.go:243
MethodSetCursor
SetCursor sets the position of the cursor in the list. Values out of bounds will be clamped.
prompt/sync_list.go:131
MethodSetStart
SetStart sets the current scroll position. Values out of bounds will be clamped.
prompt/async_list.go:230
MethodSetStart
SetStart sets the current scroll position. Values out of bounds will be clamped.
prompt/sync_list.go:118
MethodShowCursor
ShowCursor writes to os.Stdout that to show cursor
term/bufferedwriter.go:180
MethodSize
()
prompt/async_list.go:365
MethodSize
()
prompt/sync_list.go:253
MethodStart
Start returns the current render start position of the list.
prompt/async_list.go:225
MethodStart
Start returns the current render start position of the list.
prompt/sync_list.go:113
MethodString
(i int)
prompt/sync_list.go:18
MethodString
()
git/branch.go:133
MethodString
()
git/status.go:129
MethodString
Indexed true if entry added to index
git/status.go:199
MethodString
()
git/tag.go:66
MethodString
()
git/commit.go:155
MethodTarget
Target is the hash of targeted commit
git/branch.go:129
MethodTarget
Target is the hash of targeted commit
git/tag.go:62
FunctionTestOpen
(t *testing.T)
git/repository_test.go:8
MethodType
Type is the reference type of this ref
git/branch.go:124
MethodType
Type is the reference type of this ref
git/tag.go:57
MethodUpdate
()
prompt/async_list.go:381
MethodUpdate
()
prompt/sync_list.go:265
MethodaddAllEntries
(item interface{})
cli/status.go:185
MethodaddBuffer
(items ...fuzzy.Match)
prompt/async_list.go:49
MethodaddResetEntry
(item interface{})
cli/status.go:128
Methodamend
(item interface{})
cli/status.go:163
MethodbranchInfo
(item interface{})
cli/branch.go:83
Methodcommit
(item interface{})
cli/status.go:158
MethodcommitDiff
(item interface{})
cli/log.go:113
MethodcommitStat
(item interface{})
cli/log.go:104
MethoddeleteBranch
(item interface{})
cli/branch.go:99
MethoddiscardEntry
(item interface{})
cli/status.go:195
MethodforceDeleteBranch
(item interface{})
cli/branch.go:103
MethodhunkStageEntry
(item interface{})
cli/status.go:137
Methodinfo
(item interface{})
cli/status.go:64
FunctionitemText
(item interface{}, matches []int, selected bool)
prompt/renderer.go:11
MethodlogInfo
(item interface{})
cli/log.go:132
Functionmain
()
cmd/gitin/main.go:16
MethodonSelect
(item interface{})
cli/branch.go:42
MethodonSelect
return err to terminate
cli/status.go:56
MethodonSelect
return true to terminate
cli/log.go:59
Methodquit
(item interface{})
cli/branch.go:117
Methodquit
(item interface{})
cli/status.go:206
Methodquit
(item interface{})
cli/log.go:122
FunctionrenderItem
(item interface{}, matches []int, selected bool)
cli/rendering.go:12
MethodresetAllEntries
(item interface{})
cli/status.go:190
← previous101–187 of 187, ranked by callers