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.
- 2024-12-29: First version of TiCloud
- Simple and intuitive to use
- Background work
- Access to applications from the system tray
- Development of the visual side of the application
- Adding tasks to a work session
- Possibility of generating reports (weekly/monthly/annually)
- Integration with the GitHub platform
To install the application, download the contents of the relese branch.
They can be downloaded using Git Bash:
git clone --branch release --single-branch https://github.com/Kalkalax/TiCloud
If you are not interested in cloning the repository, just download the latest app release (1.0.0).
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.
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 install applications in several ways:
release
1 - contains an application installer that will guide you through the entire processmaster
- contains a compiled version of the application ready to use (without installer)develop
- includes the source code of the application along with the VS project and the necessary documentation
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
.ZIP
2:
1 recommended for users who only want to use the application's capabilities
2 each branch must be downloaded separately
- Development documentation (currently unavailable)
MIT License © Kamil Kalarus