Documentation
¶
Overview ¶
Package sheets implements functions pertaining to loading, sorting, filtering, and tagging cheatsheets.
Index ¶
- func Consolidate(cheatpaths []map[string]sheet.Sheet) map[string]sheet.Sheet
- func Filter(cheatpaths []map[string]sheet.Sheet, tags []string) []map[string]sheet.Sheet
- func Load(cheatpaths []cp.Cheatpath) ([]map[string]sheet.Sheet, error)
- func Sort(cheatsheets map[string]sheet.Sheet) []sheet.Sheet
- func Tags(cheatpaths []map[string]sheet.Sheet) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Consolidate ¶
Consolidate applies cheatsheet "overrides", resolving title conflicts that exist among cheatpaths by preferring more local cheatsheets over less local cheatsheets.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.