feembox

Crates.iofeembox
lib.rsfeembox
version0.1.1
sourcesrc
created_at2020-06-29 10:36:43.905317
updated_at2020-07-01 12:33:43.435884
descriptionWhat if a feed, but it's a mailbox?
homepage
repositoryhttps://github.com/nabijaczleweli/feembox
max_upload_size
id259343
size1,139,748
наб (nabijaczleweli)

documentation

https://rawcdn.githack.com/nabijaczleweli/feembox/doc/feembox/index.html

README

feembox TravisCI build status AppVeyorCI build status Licence Crates.io version

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
Commit count: 34

cargo fmt