From 0fd7a66dd4ec1b22d3db01128eb41196c3a0836c Mon Sep 17 00:00:00 2001 From: anon Date: Sun, 26 Jan 2025 18:24:37 +0100 Subject: [PATCH] move TODO to Maybe category --- documentation/TODO.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/documentation/TODO.md b/documentation/TODO.md index 599cb05..cc5f3d6 100644 --- a/documentation/TODO.md +++ b/documentation/TODO.md @@ -13,5 +13,14 @@ - [X] copying - [X] use `${VIMDIREDITOR}` - [ ] dry and moist tests -- [ ] stdin / no order - [X] remove tempfile + +## Maybe +#### stdin / no order +i saw this on on a (the) vidir fork +it sounds good at first, +but then you start to question: +who the hell uses this and why? + +should be implemented when and if +an answer is provided