summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-02-12 14:23:17 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-04-09 14:59:34 +0900
commitd8acb2a5980b7e60087baba75344a7df37253122 (patch)
tree41b362e3b338a2d4a018fcb31fd1a130da1e84a8 /README.md
parent3df58144b27e92acde74b3925c37d0daa36ba54a (diff)
add PeriJect viewer
Very simple 1st verstion Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46e2483..17bcdd1 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,32 @@ developed to aid the creation and manipulation of the data sources.
use cases in the future. See:
- https://pykwalify.readthedocs.io/en/unstable/extensions.html#how-custom-validation-works
+
+# ject
+
+## How to use ?
+You can check project via ject command.
+You need to have **.config** file. You can copy sample .config, and edit it
+
+`cp .config.sample .config`
+
+## options
+
+ * key : show matched key task
+ - ject 7ddd3743-fa13-4966-bcf0-10609b873ab5
+ - ject 7ddd3743-fa13-4966-bcf0-10609b873ab5 e704e989-ccaa-48a5-8f58-28c5b93467ff
+ * -s : show matched status task
+ * -ns : show unmatched status task
+ - ject -s Active ... # single match
+ - ject -s Active,New ... # multi match
+ - ject -ns Done # not match
+ * -a : show matched assignee task
+ * -as : show unmatched assignee task
+ - ject -a Wolfram ...
+ - ject -na Morimoto,Shimoda ...
+ * -t : show matched team task
+ * -at : show unmatched team task
+ - ject -t IO,MM ...
+ - ject -nt Core ...
+ * -f : show with file name
+ * --oneline : show one line