All Projects → mailscript → Cli

mailscript / Cli

Licence: mit
Get a programmable email address. Automate what happens when you receive emails. It's like Zapier for devs who hate emails.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Cli

Blastula
Easily send great-looking HTML email messages from R
Stars: ✭ 394 (+275.24%)
Mutual labels:  easy-to-use, email, smtp
Jsonexport
{} → 📄 it's easy to convert JSON to CSV
Stars: ✭ 208 (+98.1%)
Mutual labels:  cli, json, npm
Nps
NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
Stars: ✭ 1,285 (+1123.81%)
Mutual labels:  automation, cli, npm
Release It
🚀 Automate versioning and package publishing
Stars: ✭ 4,773 (+4445.71%)
Mutual labels:  automation, cli, npm
Catj
Displays JSON files in a flat format.
Stars: ✭ 1,301 (+1139.05%)
Mutual labels:  cli, json
Prettier Package Json
Prettier formatter for package.json files
Stars: ✭ 86 (-18.1%)
Mutual labels:  cli, json
Jutil
Command-line utilities for manipulating JSON
Stars: ✭ 91 (-13.33%)
Mutual labels:  cli, json
Mailmergelib
MailMergeLib is a mail message client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
Stars: ✭ 97 (-7.62%)
Mutual labels:  email, smtp
Tcpbin
Very crude and poorly written HTTP(s) and SMTP bin
Stars: ✭ 85 (-19.05%)
Mutual labels:  email, smtp
Mailway
Mailway installer, host your own Mailway instance
Stars: ✭ 94 (-10.48%)
Mutual labels:  email, smtp
Appicon
AppIcon generates *.appiconset contains each resolution image for iOS
Stars: ✭ 1,454 (+1284.76%)
Mutual labels:  automation, cli
Nzb Subliminal
Fetches subtitles for the videos it's provided. It can be easily integrated into NZBGet and SABnzbd too.
Stars: ✭ 85 (-19.05%)
Mutual labels:  automation, cli
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-5.71%)
Mutual labels:  cli, npm
Opaquemail
.NET email library and proxy supporting IMAP, POP3, and SMTP with S/MIME and PGP.
Stars: ✭ 91 (-13.33%)
Mutual labels:  email, smtp
Redrun
✨🐌 🐎✨ fastest npm scripts runner
Stars: ✭ 85 (-19.05%)
Mutual labels:  cli, npm
Swagger Merger
🔗 Merge multiple swagger files into a swagger file, support JSON/YAML.
Stars: ✭ 94 (-10.48%)
Mutual labels:  cli, json
Lmify
Install NPM dependencies programmatically 🤙
Stars: ✭ 98 (-6.67%)
Mutual labels:  automation, npm
Yq
Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
Stars: ✭ 1,688 (+1507.62%)
Mutual labels:  cli, json
Npm Try
🚆 Quickly try npm packages without writing boilerplate code.
Stars: ✭ 103 (-1.9%)
Mutual labels:  cli, npm
Jaydiff
A JSON diff utility
Stars: ✭ 84 (-20%)
Mutual labels:  cli, json

Low-code automation for inbound emails.

Get a programmable email address. Automate what happens when you receive emails. It's like Zapier for devs who hate emails.

Table of Contents 📚

Features

  • Low code automations for your emails
  • Create automations to filter and route emails as they hit your inbox.
  • Create an infinte number of email addresses, and automate them individually.
  • Parses every element of the email for you and provides a clean JSON object with all the metadata you will need.
  • No need to transfer over to another email provider: Use your current email provider with Mailscript.
  • Integrate your own custom coded email filters. Filter based on key words, or email header contents.
  • Redirect high priority emails to your primary inbox, keeping it clean of clutter.

Use Cases

  • Send a text message to your phone upon receiving an important email
  • Auto reply to first time senders.
  • Save important attachments to a file server, or location of choice.

Getting Started 🚀

Usage 👩‍💻

Install through npm

In order to use the Mailscript CLI, you must first install it with the global flag. Run the following:

$ npm install -g mailscript

Alternatively, you could install the dev version (not recommended!)

$ npm install -g https://github.com/mailscript/cli.git

Basic usage

$ mailscript COMMAND
running command...
$ mailscript (-v|--version|version)
mailscript/0.4.8 darwin-x64 node-v14.15.0
$ mailscript --help [COMMAND]
USAGE
  $ mailscript COMMAND
...

Login via local daemon

$ mailscript login
... 
You should see a browser window open prompting you to login to your Mailscript account. 
The daemon will handle the rest upon completion

Commands ⌨

Ready to dive into Mailscript? Read the command line documentation

Development 💬

Development information available here

License ⚖

CLI license: MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].