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 2 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
9 changes: 9 additions & 0 deletions packages/airport-codes/0.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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!
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"]
2 changes: 2 additions & 0 deletions packages/airport-codes/0.1.0/_pkgsource.yml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not. 🙂 I can remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smeech The file has been removed. Please let me know if you need anything else. Thanks!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. I think we're good to go. Just awaiting someone else to review, in case I've overlooked something, and then it'll be merged,

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
hub
Loading