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

git add . add package common-phrases #151

Merged
merged 3 commits into from
Jan 12, 2025
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
122 changes: 122 additions & 0 deletions packages/common-phrases/0.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
# Common Phrases Package for Espanso

A comprehensive collection of commonly used phrases and abbreviations for daily communication. This package includes various categories of text expansions to help you type faster and more efficiently.

## Available Triggers

### Basic Greetings
| Keyword | Replaced |
|---------|----------|
| `:hello` | Hello, how can I help you today? |
| `:gm` | Good morning! |
| `:gn` | Good night! |

### Thanks & Welcome
| Keyword | Replaced |
|---------|----------|
| `:ty` | Thank you! |
| `:yw` | You're welcome! |
| `:thx` | Thanks! |
| `:np` | No problem. |

### Goodbyes & Status
| Keyword | Replaced |
|---------|----------|
| `:goodbye` | Goodbye! Have a great day! |
| `:brb` | Be right back. |
| `:bbl` | Be back later. |
| `:gtg` | Got to go. |
| `:ttyl` | Talk to you later. |
| `:cu` | See you. |

### Professional Email Closings
| Keyword | Replaced |
|---------|----------|
| `:regards` | Best regards, |
| `:kr` | Kind regards, |
| `:vr` | Very respectfully, |

### Email & Communication
| Keyword | Replaced |
|---------|----------|
| `:pfa` | Please find attached |
| `:prvmail` | Please review and advise. |
| `:cnfrm` | Please confirm receipt of this message. |
| `:followup` | Following up on our previous conversation. |
| `:contact` | Please feel free to contact me if you have any questions. |
| `:aspp` | At your soonest possible convenience, |
| `:endmsg` | --- End of Message --- |
| `:att` | I've attached the following documents: |
| `:cta` | Please let me know if you need any clarification. |
| `:upd` | Here's a quick update: |

### Meeting Related
| Keyword | Replaced |
|---------|----------|
| `:mtg` | Can we schedule a meeting to discuss this? |
| `:reschedule` | Would it be possible to reschedule our meeting? |
| `:ntm` | Next team meeting |
| `:agenda` | Proposed agenda items: |
| `:mins` | Meeting minutes from today's discussion: |

### Status Updates
| Keyword | Replaced |
|---------|----------|
| `:wip` | Work in progress. |
| `:ooo` | Out of office. |
| `:wfh` | Working from home. |
| `:lunch` | Out for lunch, back in an hour. |
| `:eod` | End of day |
| `:eow` | End of week |
| `:eomon` | End of month |

### Common Abbreviations
| Keyword | Replaced |
|---------|----------|
| `:asap` | As soon as possible. |
| `:fyi` | For your information. |
| `:imo` | In my opinion. |
| `:imho` | In my humble opinion. |
| `:btw` | By the way. |
| `:afaik` | As far as I know. |
| `:tba` | To be announced. |
| `:tbd` | To be determined. |
| `:eta` | Estimated time of arrival. |
| `:tldr` | Too long, didn't read: |
| `:irl` | In real life. |
| `:tbh` | To be honest. |
| `:fwiw` | For what it's worth |
| `:otoh` | On the other hand |
| `:aka` | Also known as |
| `:atm` | At the moment |
| `:iirc` | If I remember correctly |

### Project Management
| Keyword | Replaced |
|---------|----------|
| `:bloc` | There are some blockers we need to address: |
| `:dep` | This is dependent on: |
| `:scope` | This is out of scope for the current phase. |
| `:timeline` | Here's our proposed timeline: |
| `:ai` | Action items: |
| `:nxt` | Next steps: |

### Request Phrases
| Keyword | Replaced |
|---------|----------|
| `:rev` | Could you please review this? |
| `:feed` | I would appreciate your feedback on this. |
| `:help?` | Would you be able to help with this? |
| `:asst` | I need some assistance with |

### Time Management
| Keyword | Replaced |
|---------|----------|
| `:1hr` | in about an hour |
| `:30m` | in 30 minutes |
| `:15m` | in 15 minutes |
| `:tom` | tomorrow morning |

## Contributing

Feel free to contribute to this package by submitting issues or pull requests on the GitHub repository.
7 changes: 7 additions & 0 deletions packages/common-phrases/0.1.0/_manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: "common-phrases"
title: "Common Phrases"
description: A package for most common phrases used in daily communication.
homepage: "https://github.com/KarimAL-Shamy/common-phrases"
version: 0.1.0
author: Karim Al-Shamy
tags: ["common", "phrases", "communication"]
Loading
Loading