mario
72e85399ff
implemented list-featureo
2016-06-28 23:05:05 +02:00
mario
aa75b5ad9d
added "list" option in clap ui
2016-06-28 20:57:53 +02:00
mario
b2bc54c4f8
clean up of lib.rs
2016-06-28 20:42:33 +02:00
mario
3a9128ec7b
various fixes like indentation and function names.
...
also moved the Result type definition to an extra file/module.
2016-06-28 20:30:54 +02:00
mario
48de71d926
fixed function name
2016-06-28 20:20:35 +02:00
mario
7de2577725
implemented add-hook
2016-06-28 20:13:11 +02:00
mario-kr
4b8bf877c1
Merge pull request #6 from rscheme/implement_read
...
Implement Read
2016-06-16 10:14:43 +02:00
Roman Schemenau
84581c73ca
Renamed function and iterator
2016-06-15 13:10:45 +02:00
mario-kr
e42c1e61f3
Merge pull request #8 from mario-kr/extend_ui.rs
...
Extend ui.rs
2016-06-15 12:56:23 +02:00
mario
f00af56fd6
fix syntax error
2016-06-15 12:55:05 +02:00
mario
64adf4a5fb
added exec/add with description,priority,project,due and frequency
2016-06-15 12:54:24 +02:00
mario-kr
879160bbea
Merge pull request #7 from yaseleylo123/impl_exec-command
...
impl exec command
2016-06-15 12:46:51 +02:00
Yase
f015223a8e
changed /usr/bin/local/task to task
2016-06-13 11:15:02 +02:00
Yase
ba600f1fb2
cargo
2016-06-10 22:16:12 +02:00
Yase
41ae20c049
error handling for unwrap process stuff on exec taskwarrior
2016-06-09 17:21:24 +02:00
mario-kr
159049b43a
Merge pull request #5 from schwente/impl_delete-imag-todo
...
Delete Function
2016-06-09 15:50:35 +02:00
Yase
2fec50fc10
exec command calls taskwarrior
2016-06-08 14:25:29 +02:00
schwente
21fa21859b
Change the Error handling and remove unsed code
2016-06-08 12:54:11 +02:00
Yase
0545b6d336
ui.rs needed a multiple(true)
...
main.rs - now we get the string argument of exec --command <string argument>
2016-06-07 23:45:49 +02:00
schwente
11b0622804
Fixed the store.delete(...) Return Problem
2016-06-06 14:16:53 +02:00
Yase
7dbf7e7d39
cmd query
2016-06-01 16:05:43 +02:00
Roman Schemenau
41dfd51f8b
Implement Read
2016-06-01 13:01:19 +02:00
schwente
d5dd55820a
Do the changes for the Delete function
2016-06-01 12:54:33 +02:00
schwente
03ee6e6838
Delete Function
2016-05-31 13:34:50 +02:00
mario-kr
66e57bf57c
Merge pull request #3 from mario-kr/impl_basic-executable
...
Impl basic executable
2016-05-11 12:55:03 +02:00
mario
a79907920f
update Cargo.toml
2016-05-10 16:43:59 +02:00
mario
b9d6d83bb7
add command parsing
2016-05-10 16:28:35 +02:00
mario
d68ed91be1
add first implementation of command build
2016-05-10 15:54:46 +02:00
mario-kr
a53d4fa394
Merge pull request #2 from mario-kr/impl_task
...
Impl task
2016-05-10 15:25:17 +02:00
mario
2f999caeef
implement the task struct, trait for task_hookrs::task::Task, and some minor error handling
2016-05-09 17:22:40 +02:00
mario
26ec9710cc
introduce ConversionError in error.rs and add trait for task_hookrs::task::Task to convert it to a libimagtodo::task::Task
2016-05-09 12:11:13 +02:00
Mario Krehl
df6f41942b
added uuid crate and type
2016-05-08 10:59:21 +02:00
mario
0f77c9d3d8
experiment with Store/FileLockEntry
2016-05-04 15:00:48 +02:00
mario
efd72d65a1
added dependency to libimagstore
2016-05-04 14:37:25 +02:00
mario
2129ab2a49
added modules to lib.rs
2016-05-04 14:12:14 +02:00
mario-kr
2e0c846586
Merge pull request #1 from mario-kr/add-task_rs
...
Add task rs
2016-05-04 13:57:24 +02:00
mario
ff500d7d44
struct skeleton
2016-05-04 13:54:34 +02:00
mario
02c2613244
created files
2016-05-04 13:47:39 +02:00
mario
07b7936c02
added dependency task-hookrs
2016-05-03 18:03:34 +02:00
mario
89ec7df348
Renamed imag-task to imag-todo, libimagtask to libimagtodo
2016-05-03 17:37:53 +02:00
mario
4fb0de1124
push current master as development has not started yet
2016-05-02 21:55:22 +02:00
1f13594999
Merge pull request #382 from matthiasbeyer/cache-cargo-travis
...
Add cargo cache for travis
2016-04-29 14:45:08 +02:00
54cf4c114b
Add cargo cache for travis
2016-04-29 13:52:50 +02:00
mario
e51ef38ad9
Merge branch 'master' of https://github.com/matthiasbeyer/imag into imag-task
2016-04-27 12:56:32 +02:00
9ff826e64e
Merge pull request #380 from matthiasbeyer/libimagutil/polish-trace_output
...
Make trace() output a bit nicer
2016-04-22 16:25:23 +02:00
f6e59c355e
Remove "caused by" marker
...
As we are in debug mode anyways, a developer using this should know by
the trace number that the next line is the cause.
As we use the debug!() macro here, this would be printed on a new line,
which is rather distracting instead of helpful. Therefor this patch
removes this line.
2016-04-22 15:10:24 +02:00
ad4e73399f
Make trace() output a bit nicer
2016-04-21 16:36:13 +02:00
bd2f7bc616
Merge pull request #377 from matthiasbeyer/hotfix-build
...
Remove unused import
2016-04-21 16:33:29 +02:00
7aeb0c2833
Remove unused import
2016-04-21 15:57:42 +02:00
b629d0b8f1
Merge pull request #367 from matthiasbeyer/unwrap_err
...
Unwrap err
2016-04-21 15:08:36 +02:00