This repository is a mirror (I push to manually) of github.com/matthiasbeyer/imag Do not use this repository for pull-requests or issue tracking. https://github.com/matthiasbeyer/imag

Matthias Beyer d3d0718dbe Add Makefile target to check for outdated deps 8 лет назад
.imag-documentation c14a4fe67f Add codegen-units = 2 in ./.imag-documentation/Cargo.toml 8 лет назад
bin 73b9aa6266 Add comment for `&version!()[..]` 8 лет назад
doc 3a18655a7f Increment header levels in the README.md I missed in the first run 8 лет назад
imag-bookmark 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
imag-counter 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
imag-diary 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
imag-link 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
imag-notes 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
imag-ref 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
imag-store f8ced99b90 imag-store: Set clap version to >= 2.17 8 лет назад
imag-tag 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
imag-todo 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
imag-view d9ee3cbbec imag-view: Set clap version to >= 2.17 8 лет назад
libimagbookmark 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
libimagcounter 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
libimagdiary c4b1f7ac8d Rename ParseError to IdParseError 8 лет назад
libimagentryedit b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 8 лет назад
libimagentryfilter 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
libimagentrylink 1377eb6bee Update dependencies 8 лет назад
libimagentrylist 5496239f66 Add codegen-units = 2 in ./libimagentrylist/Cargo.toml 8 лет назад
libimagentrymarkdown 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
libimagentrytag d0c94bb921 libimagentrytag: Set clap version to >= 2.17 8 лет назад
libimagentryview 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
libimagerror 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
libimaginteraction 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
libimagmail 2f2ed44eec Update dependencies 8 лет назад
libimagnotes 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
libimagref 6aebdb90e0 Update dependencies 8 лет назад
libimagrt 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
libimagstore 91fca4ba13 Update dependencies 8 лет назад
libimagstorestdhook 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
libimagtimeui 002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion 8 лет назад
libimagtodo 0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units 8 лет назад
libimagutil c02d7693b2 Don't re-open temporary file. 8 лет назад
tests 157f4e79aa test setup: Prepare store directory before starting tests 8 лет назад
.editorconfig 88e7c1bd8d Add editorconfig configuration file 9 лет назад
.gitignore b55789578c Ignore /out 8 лет назад
.travis.yml 920b931f55 Brake down to oldest working compiler 8 лет назад
CONTRIBUTING.md 15e43ee0bc Some general updates 8 лет назад
Cargo.toml 0090b3811c Add more required information in top-level Cargo.toml 8 лет назад
LICENSE b0f0b4bcfd Add LICENSE file 9 лет назад
Makefile d3d0718dbe Add Makefile target to check for outdated deps 8 лет назад
README.md 9c81f600b7 Fix wording 8 лет назад
default.nix 956cf56b1a Fix default.nix syntax 8 лет назад
imagrc.toml ac1af164e9 Merge pull request #775 from matthiasbeyer/libimaginteraction/readline 8 лет назад

README.md

imag - imag-pim.org

imag is a commandline personal information management suite.

Build Status Issue Stats Issue Stats [license]()

This application is in early development. There are some things that work, but we do not consider anything stable or usable at this moment. Feel free to play around anyways.

Goal / What is imag?

Our (long-term) goal is to

Create a fast, reliable commandline personal information management suite which covers all aspects of personal information management, consists of reusable parts and integrates well with known commandline tools.

imag is a PIM helper. We do not actually implement the PIM functionality, but try to interface with existing PIM tools (via their API or via some standard format they use, e.g. vcard) to make the data they manage linkable and queryable in an uniform way.

imag consists of modules (e.g. imag-notes, imag-diary), where each module covers one PIM aspect. The initial approach is to use one PIM tool for one module. So you can use imag-todo with taskwarrior but imag-calendar with icalendar files.

Building/Running

Here is how to try imag out.

imag is a suite/collection of tools and you can build them individually. All subdirectories prefixed with "libimag" are libraries for the respective binaries. All subdirectories prefixed with "imag-" are binaries and compiling them will give you a commandline application.

Building

We use make to automate the build process (as cargo is not (yet?) able to build several applications at once). Make sure to not include some -j 8 arguments, as cargo parallelizes the build process on its own. If you parallelize it with make, you end up with a really high load on your system.

There are several targets for each of the sub-crates in the Makefile:

Target Multi Purpose Example
all Build everything, debug mode make all
bin Build all binaries, debug mode make bin
lib Build all libraries, debug mode make lib
lib-test Test all libraries make lib-test
imag-bin Build only the imag binary, debug mode make imag-bin
check * Run cargo check make check
clean * Remove build artifacts make clean
install * Build everything, release mode, install make install
release * Build everything, release mode make release
update * Run cargo update make update

The Multi targets are callable for each sub-crate. For example you can call make imag-bookmark-check to run cargo check on the imag-bookmark subcrate.

Running

After you build the module you want to play with, you can simply call the binary itself with the --help flag, to get some help what the module is capable of.

If you installed the module, you can either call imag-<modulename> (if the install-directory is in your $PATH), or install the imag binary to call imag <modulename> (also if everything is in your $PATH).

Staying up-to-date

We have a official website for imag, where I post release notes. There is no RSS feed, though.

We also have a mailinglist where I post updates and where discussion and questions are encouraged.

There is a blog series which gets a update every other week on my blog, where entries are tagged "imag". I also post non-regular posts about imag things there.

I also post these blog posts on reddit and submit them to this-week-in-rust.

Documentation

This is a hobby project, so sometimes things are not optimal and might go unrecognized and slip through. Feel free to open issues about things you notice!

Though, we have some documentation in the ./doc subtree which can be compiled to PDF or a website. These docs are not published anywhere and are not even integrated into our CI, so it might be broken (though it's unlikely). Developer documentation is also available online on github.io.

Please contribute!

We are looking for contributors!

There is always a number of complexity/easy tagged issues available in the issue tracker you can start with and we are open to questions!

Feel free to open issues for asking questions, suggesting features or other things!

Also have a look at the CONTRIBUTING.md file!

Contact

Have a look at our website where you can find some information on how to get in touch and so on.

Feel free to join our new IRC channel at freenode: #imag or our mailinglist.

License

We chose to distribute this software under terms of GNU LGPLv2.1.