Crates.io | rsincrond |
lib.rs | rsincrond |
version | 0.0.2 |
source | src |
created_at | 2023-03-01 14:49:43.062456 |
updated_at | 2023-03-01 14:49:43.062456 |
description | Rust rewrite of the incredibly useful but abandoned incron software |
homepage | https://github.com/mfwre/rsincron |
repository | https://github.com/mfwre/rsincron |
max_upload_size | |
id | 798066 |
size | 74,686 |
rsincron
aims to be a drop-in replacement of the, it seems, abandoned
incron
projected.
You'll get two executables:
rsincrontab
: use this to manage your tablersincrond
: the daemon itself. It isn't a daemon at the moment and I don't
think I'll turn it into one. Use your favourite init system to manage it.Run cargo install rsincron
.
rsincrontab
: incrontab
's sibling
rsincrond
: the daemon itself
write every single type of test
cleanup and reorganize code to allow more modularity
write documentation
This is a very not ready piece of software. Be ready for things not working as expected.
I don't have an ETA yet since rsincron
will be worked on during my spare time.
Feel free to message me for suggestions, critiques, hints or
contribution questions.
Also, I neved had a public repository. If you want to share some experience on how to maintain one feel welcome to do so.
Please expect lots of bugs, rsincron
isn't alpha yet. It looks closer to a
proof-of-concept at the moment.