2 releases

Uses old Rust 2015

0.1.1 Jul 1, 2020
0.1.0 Jun 29, 2020

#281 in Email

MIT license

220KB
548 lines

feembox TravisCI build status AppVeyorCI build status Licence

What if a feed, but it's a mailbox?

Documentation

Manpage

Installation

From Crates.io

Start by obtaining Rust from https://rustup.rs. Afterwards, run

cargo install feembox

After the installation process finishes, move onto the manpage or example cronjob/subscription in example/ to set up feed acquisition.

If you've encountered a problem during the installation or configuration, do not hesitate to open an issue here.

From Debian repository

The following line in /etc/apt/sources.list or equivalent:

deb https://debian.nabijaczleweli.xyz stable main

With my PGP key (the two URLs are interchangeable):

wget -O- https://debian.nabijaczleweli.xyz/nabijaczleweli.gpg.key | sudo apt-key add
# or
sudo wget -O/etc/apt/trusted.gpg.d/nabijaczleweli.asc https://keybase.io/nabijaczleweli/pgp_keys.asc

Then the usual

sudo apt update
sudo apt install feembox

will work on x86_64 and i686.

See the repository README for more information.

From pre-built executables

Alternatively, have a glance over at the releases page, which hosts Windows and Linux x86_64 binaries.

Installation should be a matter of downloading and unpacking them, and copying somewhere to your $PATH.

Special thanks

To all who support further development on Patreon, in particular:

  • ThePhD
  • Embark Studios

Dependencies

~16MB
~375K SLoC