Skip to content

Commit

Permalink
Add hidemyemail extension
Browse files Browse the repository at this point in the history
- Removed sample data
- Update README.md
- Added form description login page and screenshots
- Added screenshots
- Initial commit
  • Loading branch information
svenhofman committed Nov 22, 2024
1 parent 67aee0e commit cef4fe6
Show file tree
Hide file tree
Showing 26 changed files with 5,292 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/hidemyemail/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
17 changes: 17 additions & 0 deletions extensions/hidemyemail/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
**/.DS_Store
**/.vscode
notes.txt
/data

4 changes: 4 additions & 0 deletions extensions/hidemyemail/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/hidemyemail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# HideMyEmail Changelog

## [Initial Version] - {PR_MERGE_DATE}
25 changes: 25 additions & 0 deletions extensions/hidemyemail/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Hide My Email

Tired of endlessly navigating through System Settings to create a new Hide My Email address? Then this extension might be exactly what you need!

## Commands

### List Emails

Provides an interface for managing all generated Hide My Email addresses.

### Create New Mail

A quick way to generate a new Hide My Email address.


## Screenshots

<p align="center">
<img src="metadata/hidemyemail-1.png" alt="Screenshot 1" width="49%">
<img src="metadata/hidemyemail-2.png" alt="Screenshot 2" width="49%">
</p>
<p align="center">
<img src="metadata/hidemyemail-3.png" alt="Screenshot 3" width="49%">
<img src="metadata/hidemyemail-4.png" alt="Screenshot 4" width="49%">
</p>
Binary file added extensions/hidemyemail/assets/extension-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/hidemyemail/metadata/hidemyemail-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/hidemyemail/metadata/hidemyemail-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/hidemyemail/metadata/hidemyemail-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/hidemyemail/metadata/hidemyemail-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cef4fe6

Please sign in to comment.