From b2a46be9abcf4395b5149fe7fd10eea8df92752c Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Tue, 30 May 2023 18:21:23 +0200 Subject: [PATCH] add todo --- concepts/todos.md | 1 + 1 file changed, 1 insertion(+) diff --git a/concepts/todos.md b/concepts/todos.md index fb6b170..bc08afd 100644 --- a/concepts/todos.md +++ b/concepts/todos.md @@ -20,6 +20,7 @@ - move/rename ### Prio 2: +- use the directories crate to get locations where to store configs, cached files etc - implement notifying the user of needed actions like conflicts or required authentications via the [notify-rust](https://docs.rs/notify-rust/latest/notify_rust/#example-3-ask-the-user-to-do-something) crate - maybe also let the user decide if he wants notifications like this or just wants to stay in the CLI (start param?)