From 53f17d0af8e329433b38d85d83dbd6b52584aee7 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Thu, 5 May 2022 10:44:49 +0200 Subject: [PATCH] README: add TODO section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b302f90..1d0e7fa 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,12 @@ After using NixOS too long, it's just a must have for me to manage my packages t # pkg_add -l does the same! Wrong, `pkg_add -l` will install packages from a list but it won't delete packages not in the list. This could be a feature to add in `pkg_add` one day. + +# Todo? + +This is a list of ideas I have that could make `pkgset` better: + +- simulate mode to show what will be installed and removed +- better error management (exit code, reporting errors, continue/abort) +- try to find a way to pick a package if a result is ambiguous for `pkg_add` +- reduce the lines of code