Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afar1/fieldtheory-cli
/ functions
Functions
920 in github.com/afar1/fieldtheory-cli
⨍
Functions
920
◇
Types & classes
221
↓ 2 callers
Function
classifyWithLlm
( options: { engine: ResolvedEngine; onBatch?: (done: number, total: number) => void }, )
src/bookmark-classify-llm.ts:172
↓ 2 callers
Function
cleanup
()
src/prompt.ts:32
↓ 2 callers
Function
clearFolderEverywhere
( existing: BookmarkRecord[], folderId: string, )
src/graphql-bookmarks.ts:1158
↓ 2 callers
Function
collectFiles
( dir: string, rootDir: string, maxFiles: number, currentDepth = 0, skipDirs: Set<string> = SKIP_DIR
src/adjacent/repo-index.ts:50
↓ 2 callers
Function
commandNameFromPath
(filePath: string)
src/commands-files.ts:62
↓ 2 callers
Function
compareBookmarkChronology
(a: BookmarkRecord, b: BookmarkRecord)
src/graphql-bookmarks.ts:177
↓ 2 callers
Function
compileMd
(options: CompileOptions = {})
src/md.ts:279
↓ 2 callers
Function
considerationDir
(id: string)
src/adjacent/librarian.ts:151
↓ 2 callers
Function
countValues
(values: string[])
src/navigation.ts:250
↓ 2 callers
Function
createFirefoxProfile
(cookies: Array<{ host: string; name: string; value: string }>)
tests/firefox-cookies.test.ts:9
↓ 2 callers
Function
createMarkdownFile
(filePath: string, content: string)
src/document-ops.ts:109
↓ 2 callers
Function
currentCliInvocation
()
src/ideas-jobs.ts:195
↓ 2 callers
Function
dayStamp
(iso: string)
src/ideas-jobs.ts:45
↓ 2 callers
Function
decodeEntities
(text: string)
src/bookmark-enrich.ts:26
↓ 2 callers
Function
deleteCommandDocument
(target: string)
src/commands-files.ts:154
↓ 2 callers
Function
deleteLibraryDocument
(target: string)
src/library.ts:215
↓ 2 callers
Function
detectAgents
()
src/skill.ts:182
↓ 2 callers
Function
detectBrowser
()
src/browsers.ts:145
↓ 2 callers
Function
dotsFromBatch
(batch: IdeasBatchSummary)
src/ideas.ts:231
↓ 2 callers
Function
extractJson
(raw: string)
src/seeds-model.ts:83
↓ 2 callers
Function
extractWikilinks
(content: string)
src/md-lint.ts:35
↓ 2 callers
Function
fail
(err: EngineInvocationError)
src/engine.ts:462
↓ 2 callers
Function
failIdeasJob
(id: string, err: unknown)
src/ideas-jobs.ts:185
↓ 2 callers
Function
fetchFollowingRedirects
* Fetch a URL, walking redirects manually and re-validating every hop * against isSafeUrl. A safe-looking URL that redirects to 127.0.0.1 or * AWS m
src/bookmark-enrich.ts:174
↓ 2 callers
Function
fetchJsonWithUserToken
(url: string, accessToken: string)
src/bookmarks.ts:52
↓ 2 callers
Function
fetchNextPage
()
src/graphql-bookmarks.ts:641
↓ 2 callers
Function
fieldTheoryRoot
()
src/paths.ts:81
↓ 2 callers
Function
formatCurrentDocumentContext
(context: CurrentDocumentContext)
src/current.ts:431
↓ 2 callers
Function
formatEngineLabel
(input: { name: string; model?: string; effort?: string })
src/engine.ts:129
↓ 2 callers
Function
formatIdeasIntro
()
src/ideas.ts:99
↓ 2 callers
Function
formatIdeasNightlyScheduleList
(schedules: IdeasNightlySchedule[])
src/ideas-nightly.ts:392
↓ 2 callers
Function
formatMarkdownLink
(label: string, href: string)
src/cli.ts:330
↓ 2 callers
Function
formatNavigationHead
(content: string, lines = 40)
src/navigation.ts:438
↓ 2 callers
Function
formatNavigationState
(state: NavigationState)
src/navigation.ts:611
↓ 2 callers
Function
generateRandomSeedPrompts
(count = 6)
src/seeds-strategies.ts:184
↓ 2 callers
Function
getClassificationProgress
()
src/bookmarks-db.ts:979
↓ 2 callers
Function
getFolderCounts
(existingDb?: Database)
src/bookmarks-db.ts:1029
↓ 2 callers
Function
getPathReport
()
src/field-status.ts:47
↓ 2 callers
Function
getSeedStrategy
(id: string)
src/seeds-strategies.ts:88
↓ 2 callers
Function
getSeedsOrganize
()
tests/seeds-organize.test.ts:4
↓ 2 callers
Function
getSql
()
src/db.ts:10
↓ 2 callers
Function
hasTargets
(source: { media?: unknown[]; mediaObjects?: unknown[]; authorProfileImageUrl?: string } | undefined)
src/bookmark-media.ts:105
↓ 2 callers
Function
ideasReposRegistryPath
()
src/paths.ts:249
↓ 2 callers
Function
installSkill
(options: InstallSkillOptions = {})
src/skill.ts:210
↓ 2 callers
Function
isCoveredEntry
(entry: MediaFetchEntry, maxBytes: number, retryFailed: boolean, nowMs: number)
src/bookmark-media.ts:227
↓ 2 callers
Function
isLinkOnlyBookmark
(record: BookmarkRecord)
src/graphql-bookmarks.ts:1793
↓ 2 callers
Function
isTwitterUrl
(url: string)
src/bookmark-enrich.ts:100
↓ 2 callers
Function
latestBookmarkSyncAt
( meta?: Pick<BookmarkCacheMeta, 'lastIncrementalSyncAt' | 'lastFullSyncAt'> | null, )
src/bookmarks.ts:248
↓ 2 callers
Function
launchctlDomain
()
src/ideas-nightly.ts:270
↓ 2 callers
Function
listArtifacts
(options: ListArtifactsOptions = {})
src/adjacent/librarian.ts:106
↓ 2 callers
Method
listFrames
()
src/possible-wizard.ts:53
↓ 2 callers
Function
listIdeasNightlySchedules
()
src/ideas-nightly.ts:98
↓ 2 callers
Function
listIdeasTheories
()
src/ideas-theories.ts:87
↓ 2 callers
Function
listJobFiles
()
src/ideas-jobs.ts:79
↓ 2 callers
Function
listNavigationEntries
(place: NavigationPlace, limit?: number)
src/navigation.ts:286
↓ 2 callers
Function
loadEnv
()
src/config.ts:14
↓ 2 callers
Function
loadExistingBookmarks
()
src/graphql-bookmarks.ts:201
↓ 2 callers
Function
loadTwitterOAuthToken
()
src/xauth.ts:89
↓ 2 callers
Function
mapTimelineRow
(row: unknown[])
src/bookmarks-db.ts:140
↓ 2 callers
Function
markIdeasJobRunning
(id: string, pid: number)
src/ideas-jobs.ts:158
↓ 2 callers
Function
mdSchemaPath
()
src/paths.ts:198
↓ 2 callers
Function
mediaEntryKeyFromEntry
(entry: MediaFetchEntry)
src/bookmark-media.ts:82
↓ 2 callers
Function
modelOrganizeSeeds
(input: { filters: SeedFilterSpec; candidates: SeedCandidate[]; suggestCount?: number; theme?: string;
src/seeds-model.ts:107
↓ 2 callers
Function
moveToTrash
(filePath: string)
src/document-ops.ts:143
↓ 2 callers
Function
navigationLibraryExcludeDirs
()
src/navigation.ts:147
↓ 2 callers
Function
normalizeBookmarkPage
(page: BookmarkApiResponse, syncedAt: string)
src/bookmarks.ts:103
↓ 2 callers
Function
normalizeNeedle
(value: string)
src/navigation.ts:131
↓ 2 callers
Function
normalizeRepoPath
(input: string)
src/ideas-repos.ts:39
↓ 2 callers
Function
nowIso
()
src/adjacent/pipeline.ts:96
↓ 2 callers
Function
oneLine
(value: string)
src/md-export.ts:49
↓ 2 callers
Function
openBookmarksDb
()
src/bookmarks-db.ts:1145
↓ 2 callers
Function
pad
(value: string, width: number)
src/workflow-state.ts:318
↓ 2 callers
Function
panelNavigationDocument
(target: string, options: NavigationOpenOptions = {})
src/navigation.ts:371
↓ 2 callers
Function
parseArtifact
(raw: string)
src/adjacent/librarian.ts:63
↓ 2 callers
Function
parseBookmarkTimestamp
(record: BookmarkRecord)
src/graphql-bookmarks.ts:168
↓ 2 callers
Function
parseCandidates
(raw: string)
src/adjacent/prompts.ts:552
↓ 2 callers
Function
parseCritiques
(raw: string)
src/adjacent/prompts.ts:556
↓ 2 callers
Function
parseCsv
(value: unknown)
src/bookmarks-db.ts:107
↓ 2 callers
Function
parseResponse
(raw: string, batchIds: Set<string>)
src/bookmark-classify-llm.ts:135
↓ 2 callers
Function
parseSeedOrganizationSuggestions
(raw: string)
src/seeds-model.ts:97
↓ 2 callers
Function
parseSeedOrganizeExplanation
(raw: string)
src/seeds-model.ts:89
↓ 2 callers
Function
persistFolderCheckpoint
* Persist the record set and update meta so `ft status` reflects the new total. * Folder sync can change `totalBookmarks` if the walk discovers recor
src/graphql-bookmarks.ts:1230
↓ 2 callers
Function
pickMostRecentlyUsedSeed
(seeds: IdeasSeed[])
src/ideas-seeds.ts:77
↓ 2 callers
Function
preferencesPath
()
src/paths.ts:127
↓ 2 callers
Function
printIdeasRunReport
* Format and print the human-facing summary of an `ft ideas run` invocation. * Single-repo and multi-repo runs share most of the output but diverge o
src/cli.ts:692
↓ 2 callers
Function
queryCookies
(dbPath: string, domain: string, names: string[], browser: BrowserDef)
src/chrome-cookies.ts:380
↓ 2 callers
Function
queryFirefoxCookies
( dbPath: string, host: string, names: string[], )
src/firefox-cookies.ts:181
↓ 2 callers
Function
quoteForPosixShell
(value: string)
src/current.ts:115
↓ 2 callers
Function
readJson
(filePath: string)
src/fs.ts:63
↓ 2 callers
Function
readMarkdownDocument
(filePath: string)
src/document-ops.ts:161
↓ 2 callers
Function
readRelatedPages
(value: unknown, sessionDir: string)
src/current.ts:270
↓ 2 callers
Function
refExists
(root: string, ref: string)
src/workflow-state.ts:90
↓ 2 callers
Function
renameMarkdownFile
(oldPath: string, newPath: string)
src/document-ops.ts:135
↓ 2 callers
Function
renderIdeasNodeMd
(input: { run: Consideration; artifactId: string; dot: Dot; })
src/ideas-files.ts:181
↓ 2 callers
Function
renderRunProfileFlags
(profile: { engine?: string; engineModel?: string; engineEffort?: string; })
src/ideas-files.ts:16
↓ 2 callers
Function
renderViz
()
src/bookmarks-viz.ts:790
↓ 2 callers
Function
repoSlug
(repoPath: string)
src/adjacent/librarian.ts:222
↓ 2 callers
Function
resolve
(p: { path: string; isRelative: boolean })
src/firefox-cookies.ts:106
↓ 2 callers
Function
resolveIdeaBatch
(target?: string)
src/ideas.ts:143
↓ 2 callers
Function
resolveMediaTargets
( bookmark: BookmarkRecord, downloadedProfileImageUrls: Set<string>, skipProfileImages: boolean, )
src/bookmark-media.ts:175
← previous
next →
401–500 of 920, ranked by callers