ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit 92735563632fd8a49f4bda93cdf39899902ceaee
parent 51dcd68ae53b08d268205a986eb1a962d77bb7f0
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Tue,  3 Aug 2021 16:47:11 -0700

Add TODO

Diffstat:
Aaps/TODO | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/aps/TODO b/aps/TODO @@ -0,0 +1,8 @@ +- Use size_t for buffer sizes +- Allow 'ok' and 'error: *' items +- Consider separating commands with whitespace, this would require + quoting and escaping +- Use regular expressions instead of fnmatch(1) (maybe limiting + find to a single pattern for simplicity) +- Fix list command with number patterns (since list increments items + 1 returns every other item instead of each one)