- Notifications
You must be signed in to change notification settings - Fork3
Helps you prepare the timesheet of the tasks you did at work
License
emmanueltouzery/cigale
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
"La Cigale, ayant chanté tout l'Été, se trouva fort dépourvue quand la bise fut venue."-- Jean de la Fontaine, The ant and the grasshopper
If you need to give a timesheet of your activities in the previous month foryour work, but you didn't collectthe information of what you were doing, when (like the grasshopper in the tale, who didn't plan for winter), then this program may help you.
It will look at traces of your past activity in your system. Here are the event sources that it will take into account:
- The emails you sent (mbox format, for instance Thunderbird)
- Ical sources (for instance Google calendar)
- Source control activity - Git
- Redmine bug activity
- Gitlab: issues activity, merge request comments and approvals
- Stack Exchange sites: your votes
Second tab, configured event sources:
This is a rust and gtk application.
The preferred way to install it isthrough flathub.
You can also build it from source. If you install all the system-relateddependencies and the rust toolchain, you should be able to simply runcargo run --release.But on linux, you can also locally build and install a flatpak, without havingto install any dependencies yourself:sh flatpak/build-and-install-flatpak.sh.
You mustinstall the rust compiler, then use homebrew to install a few dependencies:
brew install gtk+3brew install adwaita-icon-themebrew install librsvg # may not be needed anymore, please reportFinally you can compile and run the application:
cargo run --releaseThe binary will be intarget/release, and is relocatable.
About
Helps you prepare the timesheet of the tasks you did at work
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.

