Cohamail - Mail cli for Coh@bit
https://jsr.io/@cohabit/mailer
cli | ||
config | ||
src | ||
templates | ||
.gitignore | ||
cli.ts | ||
deno.json | ||
deno.lock | ||
mod.ts | ||
README.md | ||
types.ts |
Coh@mail
Mail cli for Coh@bit.
Warning
Early preview Much more to come, stay up to date
Installation
From jsr
deno install \
--allow-read \
--allow-env \
--allow-net=0.0.0.0 \
--allow-sys=osRelease,networkInterfaces \
--allow-run=/usr/sbin/sendmail,whoami \
--global --force --name=cohamail jsr:@cohabit/mailer/cli
From sources
Warning
Currently bin manually added to releases tab. Prefer
git clone
and deno to use latest version.
Basic usage
-
From deno
cd ./cohabit_mail deno task cli -h deno task <subcommand> -h
-
From bin
./cohamail -h # OR ./cohamail <subcommand> -h