From d41dda27586bccde40991f76e2a3e24c586f1743 Mon Sep 17 00:00:00 2001 From: louie Date: Sat, 31 Jul 2021 12:03:49 -0700 Subject: Update tasklist --- tasklist.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tasklist.md') diff --git a/tasklist.md b/tasklist.md index e53253c..c7e884d 100644 --- a/tasklist.md +++ b/tasklist.md @@ -2,9 +2,9 @@ ## FIXME -- If giving invalid config path for -c|--cfg\_path flag, program crashes +- **If giving invalid config path for -c|--cfg\_path flag, program crashes** - Should give a formal error message -- On Windows, running without alias option turned on in cfg causes instability +- **On Windows, running without alias option turned on in cfg causes instability** ### Completed @@ -12,9 +12,11 @@ ## TODO -- Make F5 reload the program (including rereading the cfg file) -- Add cfg option "addRaw" and "addNameRaw" to add an entry that does not get quoted in the syscall +- **Make F5 reload the program (including rereading the cfg file)** +- **Add cfg option "addRaw" and "addNameRaw" to add an entry that does not get quoted in the syscall** - This can lead to greater possibilites, such as custom launchers per entry and passing suffix flags - These options would deprecate "addNameF" and similar options ### Completed + +- Create a task list to keep track of ideas and bugs - Added in commit `c21fbd4582ef016c4b195bfa7db8727914befb15` -- cgit