Backup repository for imag-pim.org / imag https://imag-pim.org
Go to file
Matthias Beyer 5517468e4d We actually have a ML now 2016-08-24 17:03:43 +02:00
.imag-documentation Add module-documentation for the documentation crate 2016-08-24 13:29:53 +02:00
bin Merge pull request #567 from matthiasbeyer/bin/imag-seperator-remove 2016-07-26 13:18:32 +02:00
doc Merge pull request #601 from matthiasbeyer/doc-updates 2016-08-02 13:01:40 +02:00
imag-bookmark Upgrade clap dependency to 2.* 2016-08-06 17:37:40 +02:00
imag-counter Upgrade clap dependency to 2.* 2016-08-06 17:37:19 +02:00
imag-diary Use libimagentryedit instead of libimagrt 2016-08-09 15:47:56 +02:00
imag-link Merge pull request #633 from asuivelentine/imag/toml-dependency 2016-08-06 19:56:42 +02:00
imag-notes Use libimagentryedit instead of libimagrt 2016-08-09 15:47:56 +02:00
imag-ref Upgrade clap dependency to 2.* 2016-08-06 17:38:54 +02:00
imag-store Merge pull request #633 from asuivelentine/imag/toml-dependency 2016-08-06 19:56:42 +02:00
imag-tag Merge pull request #633 from asuivelentine/imag/toml-dependency 2016-08-06 19:56:42 +02:00
imag-todo imag-todo: Crate version 0.1.0 -> 0.2.0 2016-08-07 10:31:11 -04:00
imag-view Merge pull request #633 from asuivelentine/imag/toml-dependency 2016-08-06 19:56:42 +02:00
libimagbookmark Add README.md for libimagbookmark 2016-08-24 14:22:20 +02:00
libimagcounter Upgrade toml dependency to 0.2 2016-08-06 17:21:24 +02:00
libimagdiary Add README.md for libimagdiary 2016-08-24 14:22:20 +02:00
libimagentryedit Rewrite error module 2016-08-09 15:47:56 +02:00
libimagentryfilter libimagentryfilter: Delete old filter lib 2016-08-14 15:18:39 -04:00
libimagentrylink Upgrade toml dependency to 0.2 2016-08-06 17:21:31 +02:00
libimagentrylist Merge pull request #633 from asuivelentine/imag/toml-dependency 2016-08-06 19:56:42 +02:00
libimagentrymarkdown libimagentrymarkdown: Deny warnings 2016-07-26 16:09:38 -04:00
libimagentryselect Add README.md for libimagentryselect 2016-08-24 14:23:31 +02:00
libimagentrytag Merge pull request #633 from asuivelentine/imag/toml-dependency 2016-08-06 19:56:42 +02:00
libimagentryview Use libimagentryedit instead of libimagrt 2016-08-09 15:47:56 +02:00
libimagerror Add README.md for libimagerror 2016-08-24 14:22:16 +02:00
libimaginteraction Add README.md for libimaginteraction 2016-08-24 14:25:57 +02:00
libimagnotes Use libimagentryedit instead of libimagrt 2016-08-09 15:47:56 +02:00
libimagref Add README.md for libimagref 2016-08-24 14:22:20 +02:00
libimagrt Move edit code from libimagrt 2016-08-09 15:47:55 +02:00
libimagstore Merge pull request #659 from asuivelentine/libimagstore/unused-import 2016-08-23 21:36:03 +02:00
libimagstorestdhook Upgrade toml dependency to 0.2 2016-08-06 17:19:14 +02:00
libimagtimeui Fix dependency spec 2016-08-23 12:44:43 +02:00
libimagtodo Merge pull request #640 from impo/libimagtodo/deny-warnings 2016-08-07 19:32:07 +02:00
libimagutil Refactor, generate code with macro 2016-07-30 11:57:42 +02:00
tests Do not print logging info with color in test scripts 2016-08-02 11:42:35 +02:00
.editorconfig Add editorconfig configuration file 2016-01-11 19:47:51 +01:00
.gitignore Ignore /out 2016-07-07 23:44:04 +02:00
.travis.yml Use travis-cargo to upload the docs 2016-08-23 12:45:25 +02:00
CONTRIBUTING.md We actually have a ML now 2016-08-24 17:03:43 +02:00
LICENSE Add LICENSE file 2015-11-08 17:35:49 +01:00
Makefile Add makefile target for cleaning everything 2016-08-23 15:04:56 +02:00
README.md Add contact information to README 2016-08-02 14:22:58 +02:00
default.nix Remove imag project dependency: lldb - we never used it! 2016-07-21 18:13:29 +02:00
imagrc.toml Add setting in imagrc, to allow implictely creating the store path 2016-07-25 17:02:38 +02:00

README.md

imag - imag-pim.org

Imag is a CLI PIM suite you can integrate in your tools of choice (Editor, MUA, RSS reader, etc etc).

Please contribute!

We are looking work 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!

Goal

Our goal is to

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

We try to accomplish these requirements:

  • "fast": We use the awesome, fast and safe programming language "Rust"
  • "reliable": We try to test every aspect of our software. Our build process ensures that the build breaks whenever a library interface changes and the modules which use the library are not updated.
  • "forwards/backwards compatible:" Our (plain text) on-disk data format and storage library both ensure that incompatibilities are captured and resolved (using semver)
  • "commandline": We ensure that everything can be done by commandline calls, for some modules there might be a curses-like UI, but there are no graphical clients and there never will be any within this codebase. We use clap for commandline-interface building and we try to keep the interface easy and consistent between modules.
  • "personal": We store everything as plain text in a store inside the users $HOME directory. There will be a version-control (most surely git) hook integrated to sync between several machines. There are no multi-user features included or planned at the time of writing.
  • "information management": We want to give the user the possibility to put every single information about their personal lives into the store and we try hard to provide a sane interface to query and retrieve data from this database.
  • "covers all the aspects of personal information management": We want to provide modules for:
    • contact management
    • calendar
    • diary
    • notes
    • personal wiki
    • news (rss)
    • passwords
    • images
    • music
    • movies
    • personal project management
    • podcast management
    • ledger
    • mail
    • bibliography management
    • ... and many, many more.
  • "constists of reusable parts": Every functionality is implemented as library. The binaries we ship are just commandline-interace-to-library-interface translators
  • "integrates well with known commandline tools": We do not re-invent the wheel. We do not implement "yet another password manager", but use the standard unix password manager, do not implement a news reader, but use newsbeuter, do not reimplement a mail reader, etc etc. We do not copy images, movies or other data to the store but "link" them into the store, so you can use imag tools to query and access this data, but still live with your beloved commandline apps. We do not want to duplicate work but reuse as much as possible. You don't like one of the applications we use (for example pass as password manager)? Sure, feel free to submit patches so the user is able to switch the used tool, as long as it doesn't break the workflow. We will happily merge them!

Current state of development

This application is in really early development.

We have implemented the very core of the system, though some more utility work is to be done. We have the store working, a hooks API and some default hooks are in development. Basic features like tagging and linking entries is possible as well as viewing entries. Some small things are implemented, like a note-taking module, a basic diary module, a counter module and a bookmark module. These modules contain basic features and are subject to change. More modules are about to be implemented.

Though, the very core of the system is stable and nothing prevents you from contributing and implementing a module.

Building/Running

Here goes how to try imag out.

Building

One can build all the modules simply by running make which defaults to building all the modules and placing them in the out/ directory of the project root.

$> make
  ...
$> ls out/
imag-counter  imag-link  imag-notes  imag-store  imag-tag  imag-view

Building all the modules may take some time, so alternatively one can build only a specific module by runing $> make $module where $module is one of the imag-* names, such as imag-counter, imag-link, etc.

Running

To run imag, simply call ./out/imag. If you include the out directory in your $PATH, imag is able to find the other imag executables. Try it out by running:

$> PATH=$PATH:$(pwd)/out imag --help

To test, simply add --help to one of the above commands:

$> PATH=$PATH:$(pwd)/out imag counter --help

Documentation

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

Please note that the documentation is work in progress as well and may be outdated.

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.

This decision was made to ensure everyone can write applications which use the imag core functionality which is distributed with the imag source distribution.