Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add airport-codes package #93

Merged
merged 3 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/airport-codes/0.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Espanso Airport Codes

This is a collection of airport code abbreviations that expand into the city names where they reside.

This is a port of the same expansion set found in TextExpander.

If any names or codes are incorrect or missing, please [submit an issue here](https://github.com/gflujan/espanso-airport-codes/issues) or a PR would be even better. 😉

Happy espanso'ing!

## Other Espanso Airport Related Packages

Need full airport names along with cities & states? Check out the [`espanso-package-air-codes`](https://github.com/cl3mcg/espanso-package-air-codes/tree/main/packages/air-codes/0.1.0) package from [Clément CG](https://github.com/cl3mcg)!
6 changes: 6 additions & 0 deletions packages/airport-codes/0.1.0/_manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: "airport-codes"
title: "Airport Codes"
description: "Quickly expand airport codes into their full city names."
version: 0.1.0
author: "Metal Gabe"
tags: ["utility", "locations", "airports", "cities"]
Loading