diff options
| author | Giuseppe Gadola <giusgadola@gmail.com> | 2023-02-07 18:20:42 +0100 |
|---|---|---|
| committer | Giuseppe Gadola <giusgadola@gmail.com> | 2023-02-10 16:05:59 +0100 |
| commit | af0de412114f2f54d5e746c2bcbe1e2e7b1d2243 (patch) | |
| tree | 441493be526d7cb1da56fe6fe35024a556f16307 | |
| parent | feat: one pet walks (diff) | |
docs: added things to do short term
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,11 @@ # To do +## Features +- [ ] Ability to name pets + - [ ] Ability to spawn multiple pets +- [ ] Ability to play/pause the animation +- [ ] Ability to temporairly hide the pets + ## Technical -- Might need to create an hidden buffer and then display it in the popup ## Usability - [ ] Fix `:h` page formatting @@ -10,3 +15,4 @@ ## Limitations - The plugin doesn't work inside tmux!! +- The plugin only works in terminals that support the kitty image protocol |