Skip to content

ShahRishi/atmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce9dd4f · Aug 3, 2024

History

30 Commits
Aug 3, 2024
Feb 23, 2024
Mar 4, 2024
Feb 25, 2024
Feb 25, 2024

Repository files navigation

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 me@gmail.com 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 other@gamil.com ./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