Skip to content

Text-based time tracker with AI-generated social media posting. Stay organized and boost your online presence with ease.

Notifications You must be signed in to change notification settings

Ezooon/TimeLogger

Repository files navigation

Time Logger

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.

Soon

This application will also be able to use your filtered entries to generate social media posts.
That, and it will have a chat with an LLM (most likely LLaMa 2) to provide you with insight on your days.

Features

Working Features

  1. Write new entries in few seconds.
  2. tag entries.
  3. attach files to entries.
  4. search through your entries.
  5. filter entries with date and tags.
  6. Post on X.
  7. LLM chat.

Under Development

  1. Continuous Logging.
  2. Post on Facebook.
  3. Post on LinkedIn.

Usage

Console Application

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
    

Note:

you can attach an image from the clipboard by writing "**clp" in the entry (only on console application)

GUI 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.

an image for the ui

About

Text-based time tracker with AI-generated social media posting. Stay organized and boost your online presence with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published