Eterm
Send Emails through the terminal , fast and secure
Installation
Use git to install it
git clone https://github.com/mrHola21/Eterm.git
Usage
cd eterm/src
This example over here sends an email with a body , subject and a file:
python3 main.py {from_email} --to {to_email} --body --subject --file {files}
Note : You can send multiple files too just by specifying the files after the file.
For help:
python3 main.py -h
Features
- Autocompletions
- Secure , it has got a sha512 hash implemented and when typing the password ,the password is not visible
- feature rich , You can send files too
Autocompletion
To add autocompletion add the phrases and Locations in Autocompletions/files.txt and greeting. eg. in the files.txt you can add a folder name in which you have kept all the documents you want to email someone, you can specify the folder .
/home/foo/Documents/stuff
Using Autocompletion
To use autocompletion just press the tab
key
10 reasons to use it
- It's easy to use
- It's fast
- It's secure
- Autocompletions
- Stores autocompletion history for fast access
- It's Lightweight
- When sending attachments , the name of the attachment is also displayed
- It's pretty
- You can show off that you use the terminal for everything. #pro
- Just like that
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.