spark-tudu
- 8 Devlogs
- 10 Total hours
TUI app that puts your TODOs, FIXMEs etc in one place!
TUI app that puts your TODOs, FIXMEs etc in one place!
Added option to run program with -h/–help argument that explains how to run this command and use syntax. Also added option to specify path in which it will be scanned. Also added option to add/change existing file extensions scanned in config
Added information about scanned file extensions and how to use comments (must be in new line)
Fixed f-string parsing on python 3.11, now it won’t crash when installing/running on this version. Nothing else, i packaged it again to pip, built binary for linux and when i get home i will add exe for windows and submit it for recert on stardance website. It was error that wasnt showing on my side as i am using python 3.12 which uses PEP 701 for parser that allows use of the same type of quotes (either “” or ‘’) in {} section of program if i understand correctly.
I uploaded package to PyPI and built binaries for linux and windows and added them to github release.
I added popups shown while exporting results and made better deadline handling!
Added export and filtering options. Export is currently supported to .md and .json files. Filter is used for markers shown in the left bottom corner. I used ai for troubleshooting. Now i am going to add better deadline handling and add check if there is marker for open in editor option so it dont crash
Added opening in editor, config file with editor command and behavior, used AI for troubleshooting. I also added priorities to the syntax and updated README.md
Biggest issue was how to make running editor work on MacOS, Linux and Windows. ChatGPT suggested the solution i used but i tested it only on linux. Feel free to test it on windows or mac os and give me information about it working on slack or discord (discord: emb3rcia, slack id: U095RD2NX8F slack username: emb3rcia)
I made MVP of app, added more markers and made marker type text colored!
It was fairly easy, even though I never used Textual before, as their docs are very good.
Now i will work on adding priorities to syntax and next opening file with specific line selected in editor of your choice.