MCPcopy Index your code

hub / github.com/Adembc/lazyssh / functions

Functions299 in github.com/Adembc/lazyssh

↓ 1 callersFunctionNewRepository
NewRepository creates a new SSH config repository.
internal/adapters/data/ssh_config_file/ssh_config_file_repo.go:35
↓ 1 callersFunctionNewSearchBar
()
internal/adapters/ui/search_bar.go:28
↓ 1 callersFunctionNewServerDetails
()
internal/adapters/ui/server_details.go:30
↓ 1 callersFunctionNewServerList
()
internal/adapters/ui/server_list.go:30
↓ 1 callersFunctionNewServerService
NewServerService creates a new instance of serverService.
internal/core/services/server_service.go:45
↓ 1 callersFunctionNewStatusBar
()
internal/adapters/ui/status_bar.go:26
↓ 1 callersFunctionNewTUI
(logger *zap.SugaredLogger, ss ports.ServerService, version, commit string)
internal/adapters/ui/tui.go:51
↓ 1 callersMethodOnEscape
(fn func())
internal/adapters/ui/search_bar.go:67
↓ 1 callersMethodOnSearch
(fn func(string))
internal/adapters/ui/search_bar.go:62
↓ 1 callersMethodOnSelectionChange
(fn func(server domain.Server))
internal/adapters/ui/server_list.go:92
↓ 1 callersMethodPing
(server domain.Server)
internal/core/ports/services.go:34
↓ 1 callersMethodReverse
Reverse flips the direction within the current field.
internal/adapters/ui/sort.go:66
↓ 1 callersMethodSSH
(alias string)
internal/core/ports/services.go:29
↓ 1 callersMethodSSHWithArgs
(alias string, extraArgs []string)
internal/core/ports/services.go:30
↓ 1 callersMethodShowEmpty
()
internal/adapters/ui/server_details.go:221
↓ 1 callersMethodStartForward
(alias string, extraArgs []string)
internal/core/ports/services.go:31
↓ 1 callersMethodStopForwarding
(alias string)
internal/core/ports/services.go:32
↓ 1 callersMethodToggleField
ToggleField switches between Alias and LastSeen while preserving direction.
internal/adapters/ui/sort.go:50
↓ 1 callersFunctionaddAuthOptions
addAuthOptions adds authentication-related options to the SSH command
internal/adapters/ui/utils.go:274
↓ 1 callersFunctionaddCommandExecutionOptions
addCommandExecutionOptions adds command execution options to the SSH command
internal/adapters/ui/utils.go:361
↓ 1 callersFunctionaddConnectionOptions
addConnectionOptions adds connection reliability options to the SSH command
internal/adapters/ui/utils.go:342
↓ 1 callersFunctionaddConnectionTimingOptions
addConnectionTimingOptions adds connection timing options to the SSH command
internal/adapters/ui/utils.go:232
↓ 1 callersFunctionaddEnvironmentOptions
addEnvironmentOptions adds environment variable options to the SSH command
internal/adapters/ui/utils.go:374
↓ 1 callersFunctionaddForwardingOptions
addForwardingOptions adds agent and X11 forwarding options to the SSH command
internal/adapters/ui/utils.go:308
↓ 1 callersFunctionaddMultiplexingOptions
addMultiplexingOptions adds connection multiplexing options to the SSH command
internal/adapters/ui/utils.go:329
↓ 1 callersFunctionaddPortForwardingOptions
addPortForwardingOptions adds port forwarding options to the SSH command
internal/adapters/ui/utils.go:252
↓ 1 callersFunctionaddProxyOptions
addProxyOptions adds proxy-related options to the SSH command
internal/adapters/ui/utils.go:224
↓ 1 callersFunctionaddSecurityOptions
addSecurityOptions adds security-related options to the SSH command
internal/adapters/ui/utils.go:384
↓ 1 callersFunctionaddTTYAndLoggingOptions
addTTYAndLoggingOptions adds TTY and logging options to the SSH command
internal/adapters/ui/utils.go:424
↓ 1 callersMethodbindEvents
()
internal/adapters/ui/tui.go:127
↓ 1 callersMethodbuild
()
internal/adapters/ui/server_form.go:116
↓ 1 callersMethodbuild
()
internal/adapters/ui/search_bar.go:36
↓ 1 callersMethodbuild
()
internal/adapters/ui/server_list.go:38
↓ 1 callersMethodbuild
()
internal/adapters/ui/header.go:43
↓ 1 callersMethodbuild
()
internal/adapters/ui/server_details.go:38
↓ 1 callersMethodbuildCenterSection
(bg tcell.Color)
internal/adapters/ui/header.go:72
↓ 1 callersMethodbuildComponents
()
internal/adapters/ui/tui.go:90
↓ 1 callersFunctionbuildFileValidationError
buildFileValidationError builds an error message from invalid and inaccessible file paths
internal/adapters/ui/validation.go:381
↓ 1 callersMethodbuildLayout
()
internal/adapters/ui/tui.go:108
↓ 1 callersMethodbuildLeftSection
(bg tcell.Color)
internal/adapters/ui/header.go:62
↓ 1 callersMethodbuildRightSection
(bg tcell.Color)
internal/adapters/ui/header.go:96
↓ 1 callersMethodcalculateVisibleRange
(currentIdx, visibleCount, totalTabs int)
internal/adapters/ui/server_form.go:314
↓ 1 callersMethodcalculateVisibleTabCount
(availableWidth int)
internal/adapters/ui/server_form.go:293
↓ 1 callersMethodcreateAdvancedForm
createAdvancedForm creates the Advanced settings tab
internal/adapters/ui/server_form.go:1545
↓ 1 callersMethodcreateAuthenticationForm
createAuthenticationForm creates the Authentication tab
internal/adapters/ui/server_form.go:1477
↓ 1 callersMethodcreateBackup
createBackup creates a timestamped backup of the current config file
internal/adapters/data/ssh_config_file/backup.go:28
↓ 1 callersMethodcreateBasicForm
createBasicForm creates the Basic configuration tab
internal/adapters/ui/server_form.go:1240
↓ 1 callersMethodcreateConnectionForm
createConnectionForm creates the Connection & Proxy tab
internal/adapters/ui/server_form.go:1269
↓ 1 callersMethodcreateForwardingForm
createForwardingForm creates the Port Forwarding tab
internal/adapters/ui/server_form.go:1363
↓ 1 callersMethodcreateHostFromServer
createHostFromServer creates a new ssh_config.Host from a domain.Server.
internal/adapters/data/ssh_config_file/crud.go:95
↓ 1 callersMethodcreateKnownHostsAutocomplete
createKnownHostsAutocomplete creates an autocomplete function for known_hosts file paths
internal/adapters/ui/server_form.go:780
↓ 1 callersMethodcreateOriginalBackupIfNeeded
createOriginalBackupIfNeeded creates a one-time original backup of the current SSH config.
internal/adapters/data/ssh_config_file/backup.go:130
↓ 1 callersMethodcreateSSHKeyAutocomplete
createSSHKeyAutocomplete creates an autocomplete function for SSH key file paths
internal/adapters/ui/server_form.go:703
↓ 1 callersMethodcreateSeparator
()
internal/adapters/ui/header.go:106
↓ 1 callersMethodcreateTempFile
createTempFile creates a temporary file in the specified directory
internal/adapters/data/ssh_config_file/config_io.go:111
↓ 1 callersMethoddeleteServer
(alias string)
internal/adapters/data/ssh_config_file/metadata_manager.go:123
↓ 1 callersMethoddetermineDisplayMode
(width int)
internal/adapters/ui/server_form.go:229
↓ 1 callersMethodensureDirectory
()
internal/adapters/data/ssh_config_file/metadata_manager.go:167
↓ 1 callersMethodfilterServers
filterServers filters servers based on the query string.
internal/adapters/data/ssh_config_file/crud.go:34
↓ 1 callersMethodfindBackupFiles
findBackupFiles finds all backup files for the given config file
internal/adapters/data/ssh_config_file/backup.go:106
↓ 1 callersFunctionformatDefaultValue
formatDefaultValue formats the default value for display in help
internal/adapters/ui/field_help.go:52
↓ 1 callersMethodformatDetailedHelp
formatDetailedHelp formats detailed help content for a field
internal/adapters/ui/server_form.go:473
↓ 1 callersFunctionformatServerLine
(s domain.Server)
internal/adapters/ui/utils.go:84
↓ 1 callersMethodgetCurrentTabIndex
()
internal/adapters/ui/server_form.go:205
↓ 1 callersMethodgetProperKeyCase
getProperKeyCase returns the proper case for known SSH config keys. Reference: https://www.ssh.com/academy/ssh/config
internal/adapters/data/ssh_config_file/crud.go:415
↓ 1 callersMethodhandleCopyCommand
()
internal/adapters/ui/handlers.go:131
↓ 1 callersMethodhandleFormCancel
()
internal/adapters/ui/handlers.go:249
↓ 1 callersMethodhandleNavigateDown
()
internal/adapters/ui/handlers.go:148
↓ 1 callersMethodhandleNavigateUp
()
internal/adapters/ui/handlers.go:160
↓ 1 callersMethodhandlePingSelected
()
internal/adapters/ui/handlers.go:253
↓ 1 callersMethodhandlePortForward
()
internal/adapters/ui/handlers.go:388
↓ 1 callersMethodhandleQuit
()
internal/adapters/ui/handlers.go:105
↓ 1 callersMethodhandleRefreshBackground
handleRefreshBackground refreshes the server list in the background without leaving the current screen. It preserves the current search query and sele
internal/adapters/ui/handlers.go:281
↓ 1 callersMethodhandleSearchFocus
()
internal/adapters/ui/handlers.go:180
↓ 1 callersMethodhandleServerAdd
()
internal/adapters/ui/handlers.go:200
↓ 1 callersMethodhandleServerConnect
()
internal/adapters/ui/handlers.go:186
↓ 1 callersMethodhandleServerDelete
()
internal/adapters/ui/handlers.go:243
↓ 1 callersMethodhandleServerEdit
()
internal/adapters/ui/handlers.go:209
↓ 1 callersMethodhandleServerPin
()
internal/adapters/ui/handlers.go:109
↓ 1 callersMethodhandleSortReverse
()
internal/adapters/ui/handlers.go:124
↓ 1 callersMethodhandleSortToggle
()
internal/adapters/ui/handlers.go:117
↓ 1 callersMethodhandleStopForwarding
Stop any active port forwarding for the selected server.
internal/adapters/ui/handlers.go:579
↓ 1 callersMethodhandleTagsEdit
()
internal/adapters/ui/handlers.go:142
↓ 1 callersMethodhasUnsavedChanges
hasUnsavedChanges checks if current form data differs from original
internal/adapters/ui/server_form.go:2010
↓ 1 callersFunctionhumanizeDuration
(t time.Time)
internal/adapters/ui/utils.go:102
↓ 1 callersMethodinitializeTheme
()
internal/adapters/ui/tui.go:78
↓ 1 callersFunctionisNumericDottedFormat
isNumericDottedFormat checks if the address looks like an IP address (contains only dots and digits)
internal/adapters/ui/validation.go:638
↓ 1 callersMethodloadInitialData
()
internal/adapters/ui/tui.go:132
↓ 1 callersMethodmapAuthenticationConfig
mapAuthenticationConfig maps authentication-related fields
internal/adapters/data/ssh_config_file/mapper.go:200
↓ 1 callersMethodmapBasicConfig
mapBasicConfig maps basic SSH configuration fields
internal/adapters/data/ssh_config_file/mapper.go:94
↓ 1 callersMethodmapConnectionConfig
mapConnectionConfig maps connection and proxy configuration fields
internal/adapters/data/ssh_config_file/mapper.go:114
↓ 1 callersMethodmapDebugConfig
mapDebugConfig maps debugging-related fields
internal/adapters/data/ssh_config_file/mapper.go:284
↓ 1 callersMethodmapEnvironmentConfig
mapEnvironmentConfig maps environment and command execution fields
internal/adapters/data/ssh_config_file/mapper.go:265
↓ 1 callersMethodmapForwardingConfig
mapForwardingConfig maps port forwarding and agent forwarding fields
internal/adapters/data/ssh_config_file/mapper.go:173
↓ 1 callersMethodmapKVToServer
mapKVToServer maps an ssh_config.KV node to the corresponding fields in domain.Server.
internal/adapters/data/ssh_config_file/mapper.go:67
↓ 1 callersMethodmapSecurityConfig
mapSecurityConfig maps security-related fields
internal/adapters/data/ssh_config_file/mapper.go:232
↓ 1 callersMethodmatchesQuery
matchesQuery checks if any field of the server matches the query string.
internal/adapters/data/ssh_config_file/crud.go:48
↓ 1 callersMethodmergeMetadata
mergeMetadata merges additional metadata into the servers.
internal/adapters/data/ssh_config_file/mapper.go:295
↓ 1 callersFunctionparseOptionValue
parseOptionValue extracts the actual value from an option (handles "default [gray](value)[-]" format)
internal/adapters/ui/server_form.go:634
↓ 1 callersMethodparseSessionType
parseSessionType converts dropdown display value to actual value
internal/adapters/ui/server_form.go:1852
← previousnext →101–200 of 299, ranked by callers