Skip to content

Latest commit

 

History

History
114 lines (80 loc) · 4.8 KB

README.md

File metadata and controls

114 lines (80 loc) · 4.8 KB

TiCloud - Your personal productivity assistant

Kamil Kalarus

TiCloud is a desktop application for monitoring and managing time spent working on software projects. The main purpose of the application is to help users track work sessions, organise projects and analyse the time spent on different tasks.


Appearance of the application window in version 2.0.01

1 The image shows an unreleased version of the application and its appearance may differ from the design

News

  • 2025-03-XX: Second version of TiCloud with revised and improved graphical menus
  • 2025-02-29: Hotfix (time display fix)
  • 2024-12-29: First version of TiCloud with simple visual menu

Roadmap

  • Development of the visual side of the application
  • Adding tasks to a work session
  • Securing the veracity of collected data Blockchain technology
  • Possibility of generating reports (weekly/monthly/annually)
  • Integration with the GitHub platform

Installation

If you are not a developer and just want to use the application, just download the latest application installer. Always download the .zip file with the latest version of the installer to get all the latest features and bug fixes.

System requirements

  • Windows 11 Home 23H2+

Using the ready-made .exe app installation wizard (installers)

To install the application, download the contents of the installers branch.

They can be downloaded using Git Bash:

git clone --branch installers --single-branch https://github.com/Kalkalax/TiCloud

or , just download the latest application installer (1.1.3).

Then follow the instructions below:

  • if you downloaded the .zip archive extract all the contents to one location,
  • run setup.exe,
  • follow the instructions of the installation wizard.

Advanced installation (for developers)

If you are interested in the source code or want to introduce your own implementation, use the instructions below.

Read more

Each branch contains different content and, depending on your preferences, you can get applications in several ways:

  • installers2 - contains an application installer that will guide you through the entire process
  • release3 - contains the application code along with the version of the VS project that was used to create the application installer
  • master - contains the stable source code of the application along with the VS project which has not yet been released or is part of a future version
  • develop4 - contains the source code of the application along with the VS project which is in continuous development along with the necessary documentation

Acquiring a Git repository

The repository can be obtained in two ways:

  • Cloning a Git repository:

    • To download the entire repository, run Git Bash on the target location and call:

      git clone https://github.com/Kalkalax/TiCloud
  • Downloading the archive .ZIP5:

Documentation

2 recommended for users who only want to use the application's capabilities
3 wersja programu na której dokonywane są poprawki błędów wydanej wersji, w pełni funkcjonalna
4 application code may not be stable or not work at all, may contain elements not present in other branches
5 each branch must be downloaded separately

Star History

Star History Chart

Contribution