Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ringmast4r/PathFinder
/ functions
Functions
50 in github.com/Ringmast4r/PathFinder
⨍
Functions
50
◇
Types & classes
13
↓ 105 callers
Method
drawText
(x, y int, text string, style tcell.Style)
main.go:639
↓ 12 callers
Method
Render
()
main.go:1020
↓ 11 callers
Method
drawBox
(x, y, width, height int, title string, style tcell.Style)
main.go:665
↓ 11 callers
Function
truncateString
(s string, maxLen int)
main.go:3549
↓ 5 callers
Method
initMaze
=========================================================================== MAZE PATHFINDING ANIMATION ===============================================
main.go:750
↓ 3 callers
Method
Stop
()
main.go:2658
↓ 3 callers
Function
formatSize
(bytes int)
main.go:3529
↓ 3 callers
Function
parseIntList
(s string)
main.go:3556
↓ 2 callers
Method
FetchWithRedirectTracking
(targetURL string)
main.go:2793
↓ 2 callers
Method
ScanPath
(path string)
main.go:2957
↓ 2 callers
Function
formatDuration
(d time.Duration)
main.go:3515
↓ 2 callers
Function
randomString
(length int)
main.go:3506
↓ 2 callers
Method
renderDashboard
()
main.go:1358
↓ 1 callers
Method
AddLiveResult
(result *ScanResult)
main.go:3021
↓ 1 callers
Method
AnalyzeResults
()
main.go:3304
↓ 1 callers
Method
DetectWildcard
()
main.go:2879
↓ 1 callers
Function
ExportToCSV
(filename string, results []*ScanResult)
main.go:3465
↓ 1 callers
Function
ExportToJSON
(filename string, results []*ScanResult)
main.go:3453
↓ 1 callers
Function
GeneratePathsWithExtensions
(basePaths []string, extensions []string)
main.go:3411
↓ 1 callers
Method
HandleInput
()
main.go:2276
↓ 1 callers
Method
IsWildcardResponse
(result *ScanResult)
main.go:2917
↓ 1 callers
Function
LoadWordlist
(path string)
main.go:3429
↓ 1 callers
Function
NewGlobe
(width, height int)
main.go:382
↓ 1 callers
Function
NewScanner
=========================================================================== SCANNER ==================================================================
main.go:2746
↓ 1 callers
Function
NewTUI
(scanner *Scanner)
main.go:599
↓ 1 callers
Method
Run
()
main.go:2614
↓ 1 callers
Method
ScanAll
(paths []string, tui *TUI)
main.go:3105
↓ 1 callers
Method
ShouldFilterResult
(result *ScanResult)
main.go:2924
↓ 1 callers
Method
cycleTheme
(key rune)
main.go:2564
↓ 1 callers
Function
densityToASCII
(density float64)
main.go:422
↓ 1 callers
Method
exportExecutiveSummary
()
main.go:1742
↓ 1 callers
Method
generateSkittlesColors
()
main.go:714
↓ 1 callers
Function
getClipboard
getClipboard returns the clipboard content (cross-platform)
main.go:31
↓ 1 callers
Function
getEarthBitmap
()
main.go:317
↓ 1 callers
Function
getLocalNetworkInfo
()
main.go:3345
↓ 1 callers
Method
getMazeNeighbors
(pos Point, visited [][]bool)
main.go:870
↓ 1 callers
Function
isLikelyDirectory
isLikelyDirectory checks if a path looks like a directory (no file extension)
main.go:3032
↓ 1 callers
Function
parseStringList
(s string)
main.go:3570
↓ 1 callers
Method
renderConfigMenu
()
main.go:1982
↓ 1 callers
Method
renderGlobe
()
main.go:1298
↓ 1 callers
Method
renderHelpScreen
()
main.go:2036
↓ 1 callers
Method
renderMaze
(startX, startY int)
main.go:951
↓ 1 callers
Method
renderSplashScreen
()
main.go:1059
↓ 1 callers
Method
sampleEarthAt
(lat, lon float64)
main.go:399
↓ 1 callers
Method
stepMazeAnimation
()
main.go:887
↓ 1 callers
Method
submitInput
()
main.go:2663
Method
QueueRecursivePaths
QueueRecursivePaths adds new paths to scan based on a discovered directory
main.go:3067
Method
Render
()
main.go:445
Function
main
=========================================================================== MAIN =====================================================================
main.go:3588
Function
min
(a, b int)
main.go:3542