Backup repository for imag-pim.org / imag https://imag-pim.org
Find a file
Matthias Beyer a3a09ff4ee Fix store creation of libimagstore
The macro may not prefix the StoreId internal PathBuf with '/', so this
path is not absolute. This way we can introduce `storify_id()` which
creates a proper PathBuf into the store out of our StoreId object.

Does not yet do verification whether the path is inside the store,
actually.
2016-03-10 18:46:26 +01:00
bin Add ascii-art logo 2016-02-01 22:36:46 +01:00
doc Merge pull request #210 from matthiasbeyer/doc/libimagutil 2016-03-07 17:18:50 +01:00
imag-store imag-store: Update clap: 1.5.5 -> 2.1.1 2016-02-20 21:21:51 +01:00
libimagentryfilter Remove unused imports 2016-02-24 15:16:12 +01:00
libimagrt Configuration is optional 2016-03-07 10:32:10 +01:00
libimagstore Fix store creation of libimagstore 2016-03-10 18:46:26 +01:00
libimagtag Add UI helpers for tagging 2016-02-23 11:02:59 +01:00
libimagutil Merge pull request #203 from matthiasbeyer/libimagutil/ismatch-util 2016-03-07 17:22:13 +01:00
.editorconfig Add editorconfig configuration file 2016-01-11 19:47:51 +01:00
.gitignore Add Cargo.lock to .gitignore 2016-01-22 20:14:54 +01:00
.travis.yml Rewrite travis.yml to build all the things 2016-02-15 14:19:18 +01:00
CONTRIBUTING.md Add CONTRIBUTING.md file 2016-01-22 19:45:27 +01:00
default.nix Move to rust stable (1.4 atm) so we can use clap 2015-12-05 10:45:33 +01:00
LICENSE Add LICENSE file 2015-11-08 17:35:49 +01:00
README.md Fix wrong license note in README.md file 2016-02-06 18:12:03 +01:00

imag

Imag is a CLI PIM suite with a nice API-ish commandline interface, so you can integrate it in your tools of coice (Editor, MUA, RSS reader, etc etc).

For detailed information, please read the documentation (You can either read the Markdown files or compile it to HTML/PDF using pandoc).

Nothing here yet. This is about to be written as soon as there is a working base implemented.

License

This code is released under terms of GNU LGPLv2.1.