Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

59 lines (32 loc) · 1.31 KB

atmail

Simple, fast filesharing with Gmail

Installation

Mac

Download the latest release

Download the latest release for your system under the releases

Unzip the release

unzip ~/Downloads/atmail-[arm/intel].zip

Note: if you have issues here, delete and redownload the zip

Move file to executable path

sudo mv ~/Downloads/atmail-[arm/intel]/atmail /usr/local/bin/

Windows

docs updating soon

Usage

Set up app password

First set up your gmail app app password, as seen here

Configure email login (done only for first use!)

Once you have your app password, configure your email login as shown:

atmail config <email> <token>

Ex: atmail config [email protected] xxs\ dgsds\ sdfsdf

Send an attachment

Try sending an email with a file to an email of your choice by:

atmail send <email> <path>

Ex: atmail send [email protected] ./images/image.png

Uninstall

To uninstall, simply remove the executable and config directory

To remove executable: sudo rm /usr/local/bin/atmail

To remove the config directory (Mac): sudo rm -rf ~/Library/Application\ Support/atmail

To remove the config directory (Ubuntu): sudo rm -rf ~/.config/atmail