Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KrauseFx/MajorKey
The fastest iOS app to add a note to your email inbox
https://github.com/KrauseFx/MajorKey
Last synced: about 1 month ago
JSON representation
The fastest iOS app to add a note to your email inbox
- Host: GitHub
- URL: https://github.com/KrauseFx/MajorKey
- Owner: KrauseFx
- License: mit
- Created: 2017-11-27T00:01:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T14:21:22.000Z (almost 3 years ago)
- Last Synced: 2024-04-04T18:35:57.743Z (8 months ago)
- Language: Swift
- Homepage: https://majorkey.me
- Size: 942 KB
- Stars: 186
- Watchers: 10
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - MajorKey
README
## This project is deprecated
I am using [Note to Self Mail App](https://note2selfmail.app/) now, as it's doing a good job, and I didn't want to maintain Major Key anymore.
---
# Major Key
[![Twitter: @KrauseFx](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/KrauseFx)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/KrauseFx/watch.user/blob/master/LICENSE)How often are you on the run, or hanging out with friends, only to suddenly think of this really important thing you need to do when you're back home or back at work?
You want to jot down that thought as quickly as possible so you don't forget, and you want to be reminded. Until now there were a few good ways of doing that:
### Use the Notes app
- Unlock phone
- Launch the notes app
- Navigate to the list of notes
- Tap the `+` button
- Type the noteAnd end up forgetting to read the note when you're back home
### Send an email to yourself
- Unlock phone
- Launch the mail app
- Enter your email address
- Add a subject (or not and get the extra alert to confirm)
- Type in what you want to remember
- Hit the send button### IFTTT Note app
This was a great app, launch it, type, confirm, and you have an email in your inbox. However IFTTT discontinued this app.
### New IFTTT app
The new app uses web clips to launch a specific "workflow", which was okayish (added 2 extra seconds each time for the animation + loading), but broke the workflow on the iPhone X, as the task switching gesture would trigger the web clip again, causing the app to launch again
## Introducing Major Key, the best key
With far less than 100 lines of Swift code, this simple app does all you need:
- Unlock phone
- Launch Major Key 🔑
- Type the note
- ConfirmWithin a second you'll have the note in your email inbox. Extremely useful if you follow the inbox zero approach.
All with no waiting times or animations.
[**See the app in action**](https://www.youtube.com/watch?v=dOm5H5a8fbY)
## Use the app
- Clone the repo
- You don't need a backend, just create a free [MailJet](https://mailjet.com) account
- Get your [MailJet](https://mailjet.com) API key and add it to `ViewController.swift`
- Add your email address to `ViewController.swift`
- Install the app on your phone## This project is deprecated
I am using [Note to Self Mail App](https://note2selfmail.app/) now, as it's doing a good job, and I didn't want to maintain Major Key anymore.