This Is a text-based time tracker application for documenting your day.
It is designed for quick input to remove any friction for using it.
Use tags to separate and group your entries.
This application can use your filtered entries to generate social media posts.
That, and it has a chat (most likely LLaMa 2) to provide you with insight on your days.
the "you" pronouns in your entries would be considered as your talking to the chatbot
- Write new entries in few seconds.
- Tag entries.
- Search and filter entries with date and tags.
- Attach files to entries.
- Generate social media posts from your loaded entries.
- Continuous Logging, don't forget to log.
- Post on X.
- Post on LinkedIn.
- Chat about your day(s) with a chatbot with access to your loaded entries.
- Post on Facebook.
- Dairy Tab.
- Control the application with the chat.
When you open the console application, it will load up all your entries form current day.
the cursor will be located after the current time, there you can write your space-separated tags (Optional).
Once you hit enter you can start writing your new entry.
While writing an entry you can add more tags by writing them after double percentage sign "%%",
and attach files using double multiplication sign "**" before a path wrapped in
double quotes or without spaces.
Like So:
2024-07-08:
08:10 am: example_tag
Example entry text
09:09 am: advertising
An entry with more tags %%new_tag and attachments **path/to/related/file.pdf
you can attach an image from the clipboard by typing "**clp" in the entry (only on console application)
The UI is quit straightforward except for adding tags you'll need to use "%%" in the edit box in order to add them.
Also you can't yet add an image from the clipboard.