Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" GitCommit = "unknown" BuildDate = "unknown" )
Version information - these can be set during build with ldflags
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately.
func OpenEditorAtLine ¶
OpenEditorAtLine opens the user's preferred editor at a specific line number.
func OpenFileWithDefaultApp ¶
OpenFileWithDefaultApp opens a file using the OS default application. It handles macOS (open), Windows (start), and Linux (xdg-open).
Types ¶
type AssetSearchResult ¶ added in v0.1.3
type AssetSearchResult struct {
Filename string
Description string
UsedIn []string // Slugs of notes using this asset
Path string
ModTime time.Time
}
AssetSearchResult represents a unified result for display
type ExportProfile ¶
ExportProfile defines how to handle different output formats
type InteractiveGraphView ¶
type InteractiveGraphView struct {
// contains filtered or unexported fields
}
InteractiveGraphView provides a terminal-based interactive graph explorer
func NewInteractiveGraphView ¶
func NewInteractiveGraphView(index *domain.Index, startSlug string) (*InteractiveGraphView, error)
NewInteractiveGraphView creates a new interactive graph viewer
func (*InteractiveGraphView) Run ¶
func (v *InteractiveGraphView) Run() error
Run starts the interactive viewer
Source Files
¶
- alias.go
- assets.go
- attach.go
- build.go
- build_all.go
- clean.go
- clone.go
- config.go
- daemon.go
- daily.go
- dashboard.go
- delete.go
- doctor.go
- edit.go
- explore.go
- export.go
- export_all.go
- git.go
- graph.go
- graph_interactive.go
- grep.go
- init.go
- links.go
- list.go
- migrate.go
- new.go
- open.go
- purge.go
- reindex.go
- rename.go
- root.go
- stats.go
- sync.go
- tag.go
- todo.go
- utils.go
- version.go
- watch.go
Click to show internal directories.
Click to hide internal directories.