You are browsing as a guest. Sign up (or log in) to start making projects!

spark-tudu

  • 8 Devlogs
  • 10 Total hours

TUI app that puts your TODOs, FIXMEs etc in one place!

Open comments for this post

56m 8s logged

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

0
0
3
Open comments for this post

25m 2s logged

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.

0
0
1
Ship #1 Changes requested

I made TUI app that organizes all your TODOs, FIXMEs etc into one place! Whole app is made in python with textual as TUI framework and rich for colored text. I also uploaded it to PyPI which was my first time doing that and made binary files for it for both windows and linux. I made it for Frictionless and my 3 major QoL improvements are:

  1. Organization of markers into one central place across whole project
  2. Easy export of these both in easy to read .md file and easy to scrape .json file that allows automation to be made in multi people projects like notifications for deadlines
  3. Open-in-editor feature which allows you to quickly open the file at selected marker in editor of your choice so you dont need to dig through file explorer to find this specific file
Try project → See source code →
Open comments for this post

1h 56m 47s logged

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

0
0
2
Open comments for this post

1h 26m 35s logged

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)

0
0
3
Open comments for this post

4h 6m 30s logged

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.

0
0
3

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…