aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-05-05 22:04:40 +0200
committerFabian Groffen <grobian@gentoo.org>2019-05-05 22:04:40 +0200
commit73915971f03cabcbb64accab0c65a14d01904dd5 (patch)
tree9f1482b638ac65d9e8c45cad258f60b47a7d1fbc /TODO.md
parentlibq/atom: add colour to formatted atoms (diff)
downloadportage-utils-73915971f03cabcbb64accab0c65a14d01904dd5.tar.gz
portage-utils-73915971f03cabcbb64accab0c65a14d01904dd5.tar.bz2
portage-utils-73915971f03cabcbb64accab0c65a14d01904dd5.zip
qdepends: allow custom formatting
This isn't yet fully useful, since information like SLOT, REPO, etc. isn't available in the parsed atoms. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index e433123a..bc4f5241 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,7 +10,7 @@
- standardize/unify/clean up misc handling of colors
define rules:
- BOLD CATEGORY/ BLUE PKG GREEN ::REPO NORM [ MAGENTA USE NORM ]
+ BOLD CATEGORY/ BLUE PKG BKBLUE -VER YELLOW :SLOT GREEN ::REPO NORM [ MAGENTA USE NORM ]
- remove odd rmspace for each string in libq/set.c (allows a lot less
malloc/frees)