diff options
author | louie <lshprung@yahoo.com> | 2021-07-31 11:59:42 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2021-07-31 11:59:42 -0700 |
commit | c21fbd4582ef016c4b195bfa7db8727914befb15 (patch) | |
tree | a03b02121e1b5c74ae04b62f005ea5610d01fd90 | |
parent | e60c80d590c11d665d460f878019a74a1d76739b (diff) |
Added tasklist to repo
-rw-r--r-- | tasklist.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tasklist.md b/tasklist.md new file mode 100644 index 0000000..e53253c --- /dev/null +++ b/tasklist.md @@ -0,0 +1,20 @@ +# Tasklist + +## FIXME + +- 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 + +### Completed + +--- + +## 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 + - 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 |