BenettiFabio/JournalScript — reverse-engineered prompt
Reverse engineered prompt
Build me a small Python command line tool for managing a personal markdown journal.
I want it to create a clean journal vault with folders by year, daily notes named by date, an assets folder, and index files so I can find notes later. It should have commands to initialize the journal, create today’s note, update all indexes, add or list tags, make weekly summaries, check consistency, and create a backup archive.
The daily note format should support simple sections like next, note, idea, refs, logs, bugs, tags, and time. Items in next should be carried into the next day’s note. Tags should update a tag index. Time entries should be counted into a time summary by project and month. Weekly summaries should collect the useful sections from daily notes but skip things like refs, tags, and next.
Please keep it simple to run from the terminal with help text, sensible templates, and clear markdown output. Use Python and look up current docs online if you need to.
Want more depth? Deep Reverse