Matthias Beyer
969211174a
The imag-view command was redesigned with this change. It now looks up view-templates in the config and calls them with the "in" subcommand. This way, an entry can be viewed with editor, browser or whatever one likes. Compiling markdown is not supported yet.
29 lines
948 B
TOML
29 lines
948 B
TOML
[package]
|
|
name = "imag-view"
|
|
version = "0.5.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
description = "Part of the imag core distribution: imag-view command"
|
|
|
|
keywords = ["imag", "PIM", "personal", "information", "management"]
|
|
readme = "../../../README.md"
|
|
license = "LGPL-2.1"
|
|
|
|
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
|
homepage = "http://imag-pim.org"
|
|
|
|
[dependencies]
|
|
clap = ">=2.17"
|
|
log = "0.3"
|
|
toml = "0.4"
|
|
toml-query = "0.3"
|
|
version = "2.0.1"
|
|
handlebars = "0.29.0"
|
|
tempfile = "2.1"
|
|
|
|
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
|
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
|
|
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
|
libimagentryview = { version = "0.5.0", path = "../../../lib/entry/libimagentryview" }
|
|
|