mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 14:44:54 +02:00
18 lines
441 B
YAML
18 lines
441 B
YAML
|
|
# RECON Address Book — saved locations for navigation shortcuts.
|
||
|
|
# Entries are matched by name and aliases (case-insensitive).
|
||
|
|
# Add new entries by appending to the list below.
|
||
|
|
|
||
|
|
entries:
|
||
|
|
- id: home
|
||
|
|
name: Home
|
||
|
|
aliases:
|
||
|
|
- home
|
||
|
|
- matt's house
|
||
|
|
- 214 north st
|
||
|
|
- 214 north street
|
||
|
|
address: "214 North St, Filer, ID 83328"
|
||
|
|
lat: 42.5735833
|
||
|
|
lon: -114.6066389
|
||
|
|
tags:
|
||
|
|
- residence
|
||
|
|
- primary
|