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 |
|
|
09de338b49
|
Add guideline how to contributing without github acc
|
2016-06-15 13:05:34 +02:00 |
|
|
971fbc192d
|
Add note that each contributor agrees to DCOO
|
2016-06-15 13:05:34 +02:00 |
|
|
ffddb4dcc1
|
Add developers certificate of origin
Source: http://developercertificate.org/
Not modified, but embedded in CONTRIBUTING.md
|
2016-06-15 13:05:34 +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 |
|
|
1cc81b6d3a
|
Merge pull request #470 from matthiasbeyer/libimagentrylink/cleanup
Libimagentrylink/cleanup
|
2016-06-14 13:26:56 +02:00 |
|
|
f542fafec2
|
Remove unneccessary block
|
2016-06-14 11:35:42 +02:00 |
|
|
8c7ca95af1
|
Remove if-else by map()
|
2016-06-14 11:35:42 +02:00 |
|
|
c986d8f217
|
Merge pull request #426 from matthiasbeyer/libimagentrymarkdown/init
Libimagentrymarkdown/init
|
2016-06-13 20:23:15 +02:00 |
|
Yase
|
f015223a8e
|
changed /usr/bin/local/task to task
|
2016-06-13 11:15:02 +02:00 |
|
|
29be4029da
|
Replace complex unwrapping with big match block
|
2016-06-11 06:50:58 +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 |
|
|
db93f01ea3
|
Add WithHtmlIterator to iterate over (Entry, Result<HTML>) tuples
|
2016-06-09 16:52:34 +02:00 |
|
|
12369ddadf
|
Add into_urllink() translater helper
|
2016-06-09 16:52:34 +02:00 |
|
|
107e62a426
|
Add dependency url = 1.1.
|
2016-06-09 16:52:34 +02:00 |
|
|
650e29d4b5
|
Add test: Two nonsimilar links
|
2016-06-09 16:52:34 +02:00 |
|
|
1bb961ecb3
|
Add test: Two (similar) links
|
2016-06-09 16:52:34 +02:00 |
|
|
a3d50a5e32
|
Derive Debug, Clone, PartialEq and Eq for Link type
|
2016-06-09 16:52:34 +02:00 |
|
|
70f12dbef7
|
Implement link extractor
|
2016-06-09 16:52:34 +02:00 |
|
|
fb2934a96d
|
Impl From<I> for ToHtmlIterator<I>
|
2016-06-09 16:52:34 +02:00 |
|
|
f6fdfabf81
|
Add impl for to_html()
|
2016-06-09 16:52:34 +02:00 |
|
|
c47923b669
|
Add README for crate
|
2016-06-09 16:52:34 +02:00 |
|
|
c2321b21e4
|
Initial import
|
2016-06-09 16:52:34 +02:00 |
|
|
af88d64f44
|
Merge pull request #316 from matthiasbeyer/imag-diary/init
Imag diary/init
|
2016-06-09 16:51:34 +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 |
|
|
5bde1cc207
|
Split into several files
|
2016-06-09 15:41:42 +02:00 |
|
|
f6971c6896
|
Implement view()
|
2016-06-09 15:41:42 +02:00 |
|
|
7f4a721897
|
Add ui spec for viewing entries
|
2016-06-09 15:41:42 +02:00 |
|
|
d8071a5624
|
Add functionality so one can create diary entries hourly and minutely
|
2016-06-09 15:41:42 +02:00 |
|
|
0f32957ce8
|
UI spec fixup
|
2016-06-09 15:41:42 +02:00 |
|
|
19a37e6f9f
|
Implement delete()
|
2016-06-09 15:41:42 +02:00 |
|
|
4a134144d1
|
Add debugging in lib-iter
|
2016-06-09 15:41:42 +02:00 |
|
|
cf6d03ca03
|
Add main.rs
|
2016-06-09 15:41:42 +02:00 |
|
|
6f077f8ce4
|
Add specification for delete subcommand
|
2016-06-09 15:41:42 +02:00 |
|
|
55c833226c
|
Add user interface definition
|
2016-06-09 15:41:42 +02:00 |
|
|
c5beb34614
|
Add dependencies
|
2016-06-09 15:41:42 +02:00 |
|
|
937530b41f
|
diary: initial import
|
2016-06-09 15:41:42 +02:00 |
|
|
c099fc7270
|
Merge pull request #309 from matthiasbeyer/libimagdiary/init
Libimagdiary/init
|
2016-06-09 15:40:58 +02:00 |
|
|
b68bd7ef8e
|
Impl Display for DiaryId
|
2016-06-08 19:36:13 +02:00 |
|
|
a7715287f5
|
Merge pull request #209 from matthiasbeyer/libimagstore/move
Add functions for moving and copying store entries
|
2016-06-08 16:39:36 +02:00 |
|
|
34d702ea83
|
Merge pull request #466 from matthiasbeyer/binary-enhance-ui
Binary enhance ui
|
2016-06-08 16:39:22 +02:00 |
|
|
55e6c29275
|
Add another level of error enclosure
|
2016-06-08 15:11:53 +02:00 |
|
|
e75b524e53
|
Add error kinds for Move functions
|
2016-06-08 15:11:53 +02:00 |
|
|
84a0778a5b
|
Refactor: Use helper function for equal codelines
|
2016-06-08 15:08:06 +02:00 |
|
|
3c40df1ae7
|
Add Store::save_to() to create a copy of an entry
|
2016-06-08 15:08:06 +02:00 |
|