Compare commits
2 Commits
v0.1.3
...
9cc32fe65a
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cc32fe65a | |||
| 319cbbef4d |
8
TODO.md
Normal file
8
TODO.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
- [ ] Obsidian properties
|
||||||
|
- [ ] encoding in YAML (using Serde)
|
||||||
|
- [ ] config for default properties
|
||||||
|
- [ ] formatting for properties such as dates
|
||||||
|
- [ ] update rendering to use comrak (it's been update)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -19,7 +19,6 @@ use std::path::Path;
|
|||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
use todo::{File as TodoFile, TaskGroup};
|
use todo::{File as TodoFile, TaskGroup};
|
||||||
|
|
||||||
// TODO: add options to use specific date instead of args.previous
|
|
||||||
fn main() {
|
fn main() {
|
||||||
// setup
|
// setup
|
||||||
let args = Args::parse();
|
let args = Args::parse();
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ mod file;
|
|||||||
mod tasks;
|
mod tasks;
|
||||||
|
|
||||||
pub use file::File;
|
pub use file::File;
|
||||||
pub use tasks::{Status, TaskGroup};
|
pub use tasks::{Status, Task, TaskGroup};
|
||||||
|
|||||||
Reference in New Issue
Block a user