-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git add . add package common-phrases
- Loading branch information
1 parent
ee782db
commit e382b77
Showing
3 changed files
with
404 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
# 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 | | ||
|
||
## Installation | ||
|
||
```bash | ||
espanso install commonPhrases | ||
espanso restart | ||
``` | ||
|
||
## Contributing | ||
|
||
Feel free to contribute to this package by submitting issues or pull requests on the GitHub repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: "commonPhrases" | ||
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"] |
Oops, something went wrong.