Commit graph

78 commits

Author SHA1 Message Date
820037bba6 dependency: toml-query: 0.1.0 -> 0.2.0 2017-06-07 12:29:57 +02:00
4ca6f4c386 Update version strings: 0.2.0 -> 0.3.0 2017-05-30 21:23:33 +02:00
af965dd117 Fix imag-todo for new toml read interface 2017-05-30 21:09:52 +02:00
5817109279 Update TOML dependency string in Cargo.toml 2017-05-30 20:32:59 +02:00
80fb6cc2bd Revert "Remove stuff for the focus-shift"
This reverts commit 63a7f0d8a9.
2017-05-30 20:25:00 +02:00
63a7f0d8a9 Remove stuff for the focus-shift 2017-01-21 13:05:50 +01:00
mario
8df5519f34 Move [profile.dev] codegen-units = 2 to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
2017-01-19 20:08:51 +01:00
002c50a39e Merge pull request #826 from matthiasbeyer/clap-completion
Bake in shell-compl generation
2016-11-05 13:22:55 +01:00
17f42fd5e4 Update clap to >=2.17
So we have `clap::App::get_name()`.
2016-11-02 14:37:45 +01:00
0a04081599 Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
2016-10-31 23:39:38 +01:00
99e0b2ea8c Update task-hookrs dependency to 0.2.2 2016-10-25 13:40:02 +02:00
867fd527b4 imag-todo/Cargo.toml: Update dependencies 2016-10-24 14:30:54 +02:00
f1b1693aa9 Add codegen-units = 2 in ./imag-todo/Cargo.toml 2016-10-24 13:50:52 +02:00
b5bfc1978c Fix: Cargo.toml does not know "website", but "homepage" 2016-10-20 14:14:18 +02:00
fc044839f6 Add meta-info in imag-todo/Cargo.toml 2016-10-18 10:56:12 +02:00
ae60c92513 imag-todo: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
b9a9fd52c4 imag-todo: Use Err/Ok utils to map 2016-09-08 13:57:09 +02:00
Gavin Thomas Claugus
1532325dda imag-todo: Crate version 0.1.0 -> 0.2.0
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-08-07 10:31:11 -04:00
1e457e8476 Merge pull request #633 from asuivelentine/imag/toml-dependency
Imag/toml dependency
2016-08-06 19:56:42 +02:00
Kai Sickeler
6d6ccd29ca Upgrade clap dependency to 2.* 2016-08-06 17:38:33 +02:00
Kai Sickeler
8f2801fb6a Upgrade toml dependency to 0.2 2016-08-06 17:27:41 +02:00
mario
e98bc05cfc removed unused imports. functionality which required these imports has been moved to libimagtodo by matthiasbeyer 2016-08-06 12:46:04 +02:00
mario-kr
3a8988bf93 Merge pull request #18 from matthiasbeyer/imag-todo/add-example-hook-scripts
Imag todo/add example hook scripts
2016-08-06 12:44:02 +02:00
mario-kr
d1adc125eb Merge pull request #17 from matthiasbeyer/libimagtodo/fixes
Libimagtodo/fixes
2016-08-06 12:43:36 +02:00
f967fc3d62 Add on-modify taskwarrior hook script 2016-08-06 12:02:54 +02:00
a860b8f25f Add on-add taskwarrior hook script 2016-08-06 12:02:42 +02:00
2da3eadc1c Do not panic if there was no command passed 2016-08-06 11:54:20 +02:00
f915a7fa26 We must actually use println!() here 2016-08-06 11:50:50 +02:00
0fd8b3b286 Move deletion logic into lib 2016-08-06 11:39:31 +02:00
mario
71bce41e0f change to task_hookrs 0.2.0 2016-08-06 11:23:52 +02:00
mario-kr
058f5efc65 Merge pull request #14 from matthiasbeyer/fixup-build
Fix comment which broke the build
2016-08-06 11:13:41 +02:00
mario
819f026d48 change to task_hookrs 0.2.0 2016-08-06 11:11:40 +02:00
6567f3a879 Fix comment which broke the build 2016-08-06 11:08:57 +02:00
dc78b1553e Comments for listing subcommand 2016-08-06 10:17:26 +02:00
1a01a391f1 Add comment to task delete procedure 2016-08-06 10:14:01 +02:00
0d2cd16e94 Print the imported string before the information output 2016-08-06 10:11:42 +02:00
01ee30537e Add note why we stdin.lock() here 2016-08-06 10:07:26 +02:00
98a8356150 Reimplement list() 2016-07-21 17:14:13 +02:00
0da8df3c26 Remove unused imports 2016-07-21 17:14:13 +02:00
1f50301ffa Do not use "mut" here, we don't need it 2016-07-21 17:14:13 +02:00
8d89f7bf74 Use if() instead of match here, to have less noise 2016-07-21 17:14:13 +02:00
0cca04c6ac Use Iterator::enumerate() instead of mut variable 2016-07-21 17:14:12 +02:00
ca7a901269 Use the right macro here 2016-07-21 17:14:12 +02:00
3af6712d8b Fix indentation in ui definition 2016-07-21 17:14:12 +02:00
b918f4abbe Rewrite UI with Task::import() 2016-07-21 17:14:12 +02:00
053c5c13e8 Use generate_runtime_setup() instead of doing it manually 2016-07-21 17:14:12 +02:00
b7f4b6317e Adapt for new interface of libimagtodo 2016-07-21 17:14:11 +02:00
a8bb444f1d Fix misleading function name 2016-07-21 17:14:11 +02:00
0752058cf5 Format code 2016-07-21 17:14:11 +02:00
b2eb2de3fd We do not need to String::push() here twice 2016-07-21 17:14:11 +02:00