diff options
author | Louie S <louie@example.com> | 2022-11-06 14:53:23 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2022-11-06 14:53:23 -0800 |
commit | cdea6b0e8c1e51c9962f73e183a3bd72ed63b40f (patch) | |
tree | 1e9f4261acfe48c0ef37dd64f2a589d1e13b89b1 /tasklist.md | |
parent | e58f35f4580ad4377c3ba5dcaee5bbbd938713c6 (diff) |
Restructure repository
Diffstat (limited to 'tasklist.md')
-rw-r--r-- | tasklist.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tasklist.md b/tasklist.md deleted file mode 100644 index ff44f10..0000000 --- a/tasklist.md +++ /dev/null @@ -1,24 +0,0 @@ -# Tasklist - -## FIXME - -- **On Windows, running without alias option turned on in cfg causes instability** - -### Completed - -- If giving invalid config path for -c|--cfg\_path flag, program crashes - Fixed in commit `77798c73c5ce16ef355436816514d703dfc84464` - ---- - -## 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 - -- Create a task list to keep track of ideas and bugs - Added in commit `c21fbd4582ef016c4b195bfa7db8727914befb15` -- Add "random" key to jump to a random group/entry - - Added as F3 |