Backup repository for imag-pim.org / imag https://imag-pim.org
Go to file
Matthias Beyer 116eb11910 Add contact information to README 2016-08-02 14:22:58 +02:00
.imag-documentation Add .imag-documentation 2016-07-27 19:28:36 +02:00
bin Merge pull request #567 from matthiasbeyer/bin/imag-seperator-remove 2016-07-26 13:18:32 +02:00
doc Add missing dependency: which 2016-07-30 20:59:49 +02:00
imag-bookmark Add link: doc/src/04020-module-bookmarks.md -> imag-bookmark/README.md 2016-07-30 20:47:05 +02:00
imag-counter changed default behavior from unit to None 2016-07-27 17:40:20 +02:00
imag-diary Merge pull request #604 from matthiasbeyer/imag-diary/warnings 2016-07-31 22:02:37 +02:00
imag-link Replace trace_error() with trace_error_exit() where appropriate 2016-07-16 21:57:29 +02:00
imag-notes removed warnings 2016-07-30 19:21:07 +02:00
imag-ref Add link: doc/src/04020-module-ref.md -> imag-ref/README.md 2016-07-30 20:48:31 +02:00
imag-store Merge pull request #561 from matthiasbeyer/libimagstore/verify 2016-07-17 13:03:54 +02:00
imag-tag Replace trace_error() with trace_error_exit() where appropriate 2016-07-16 21:57:29 +02:00
imag-view shorten exit on error 2016-07-30 19:12:29 +02:00
libimagbookmark libimagbookmark: Deny warnings 2016-07-26 16:02:20 -04:00
libimagcounter Replaced unwrap with try! 2016-07-27 20:19:35 +02:00
libimagdiary Update all version strings: 0.1.0 -> 0.2.0 2016-07-12 11:51:20 +02:00
libimagentryfilter Add BoolFilter 2016-07-31 12:18:07 +02:00
libimagentrylink Merge pull request #534 from matthiasbeyer/libimagentrylink/tmp-fix-external-link-checking 2016-07-15 11:21:44 +02:00
libimagentrylist Move from a helper function to a typeclass. 2016-07-14 07:28:54 -06:00
libimagentrymarkdown libimagentrymarkdown: Deny warnings 2016-07-26 16:09:38 -04:00
libimagentryselect libimagentryselect: Deny warnings 2016-07-26 16:25:39 -04:00
libimagentrytag Update all version strings: 0.1.0 -> 0.2.0 2016-07-12 11:51:20 +02:00
libimagentryview Add VersionsViewer 2016-07-17 01:27:50 +02:00
libimagerror libimagerror: Eliminate unused imports 2016-07-28 08:34:50 -04:00
libimaginteraction libimaginteraction: Deny warnings 2016-07-26 16:29:32 -04:00
libimagnotes Update all version strings: 0.1.0 -> 0.2.0 2016-07-12 11:51:20 +02:00
libimagref libimagref: Deny warnings and fix denied warnings 2016-07-26 16:34:22 -04:00
libimagrt Search for imagrc in RTP and not in RTP/store 2016-07-27 19:15:50 +02:00
libimagstore Implement Debug for FileLockEntry, do not derive it 2016-07-27 19:26:45 +02:00
libimagstorestdhook Print debugging information in debug hook when setting config 2016-07-16 00:32:31 +02:00
libimagtimeui libimagtimeui: Deny warnings and fix denied 2016-07-26 16:41:13 -04:00
libimagutil Refactor, generate code with macro 2016-07-30 11:57:42 +02:00
tests tests: Add --config setting 2016-07-25 18:23:16 +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 Add travis setup for IRC notifications 2016-08-01 16:36:27 +02:00
CONTRIBUTING.md fixup! Add guideline how to contributing without github acc 2016-06-24 17:58:18 +02:00
LICENSE Add LICENSE file 2015-11-08 17:35:49 +01:00
Makefile Add Makefile target for building the lib documentation 2016-07-27 19:29:34 +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.