{"id":13451234,"url":"https://github.com/nanohard/gotime","last_synced_at":"2026-01-17T00:57:40.613Z","repository":{"id":48326706,"uuid":"95841436","full_name":"nanohard/gotime","owner":"nanohard","description":"CUI project/task/time tracker written in golang","archived":false,"fork":false,"pushed_at":"2020-08-26T21:31:04.000Z","size":2796,"stargazers_count":181,"open_issues_count":6,"forks_count":16,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-28T18:14:56.245Z","etag":null,"topics":["cli","cui","golang","task-tracker","time-tracker","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nanohard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-30T02:51:09.000Z","updated_at":"2024-08-29T15:13:50.000Z","dependencies_parsed_at":"2022-09-01T22:30:49.398Z","dependency_job_id":null,"html_url":"https://github.com/nanohard/gotime","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanohard%2Fgotime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanohard%2Fgotime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanohard%2Fgotime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nanohard%2Fgotime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nanohard","download_url":"https://codeload.github.com/nanohard/gotime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149470,"owners_count":20568910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cui","golang","task-tracker","time-tracker","tui"],"created_at":"2024-07-31T07:00:50.277Z","updated_at":"2026-01-17T00:57:40.593Z","avatar_url":"https://github.com/nanohard.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# gotime\nTime tracker for projects and tasks written in golang.\n\n[![GoDoc](https://godoc.org/github.com/nanohard/gotime?status.svg)](https://godoc.org/github.com/nanohard/gotime) [![Join the chat at https://gitter.im/nanohard/gotime](https://badges.gitter.im/nanohard/gotime.svg)](https://gitter.im/nanohard/gotime?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![Beerpay](https://beerpay.io/nanohard/gotime/badge.svg?style=flat)](https://beerpay.io/nanohard/gotime)\n\n**Only supported on Linux**\n\n![gotime](https://user-images.githubusercontent.com/10169206/27987771-f1a5bd9e-63d8-11e7-8d3d-a8abc33bd0e9.gif)\n\n## Overview\nI created this in response to my need to record entries for tasks and tasks for projects, and my want to not have to type a whole command in the console for every action I wanted to perform. Thus gotime was born; an ncurses-style console user interface program with an SQlite3 database.\n\nThe time is stamped in seconds upon starting and stopping an entry; no timer is actually used. Time is rounded to the nearest minute and is viewable for each entry, task, and project alongside each item's description.\n\n## Getting Started\nUpon starting the program you will be required to type in the name of a project. Navigate to the right and press Ctrl-A to add a task, and do the same to create and start an entry. Press Ctrl-S to save the entry.\n\n### Installation\nDownload the [latest release](https://github.com/nanohard/gotime/releases/latest) of the binary or\n\n`go get github.com/nanohard/gotime`\n\n## Controls\n* **Ctrl-A**: Add an item to the current view. If in the entries view it will \"start\" an Entry. This will create a timestamp of the current time and create an entry in the database. At this point you may type notes into the Entry's details. Press Ctrl-S to stop and save the Entry.\n* **Ctrl-S**: Save the text you have written in the output box, whether for an Entry's details or a description for a Project or Task. For an Entry this will save the details you have written and stop the timer.\n* **Ctrl-D**: Add a description to a Project or Task.\n* **Ctrl-R**: Remove an Entry, Task, or Project. Removing a Project or Task will also remove all of its children.\n* **Arrow Keys**: Left and right will navigate between Projects, Tasks, and Entries. Up and down will navigate within projects, tasks, and entries.\n* **Ctrl-C**: Quit the program.\n\n## ToDo\n- [ ] Build OS package(s)\n- [ ] Integrate Harvest API\n- [ ] Allow for archiving\n\n\n## Credits\nCreated by [**Nanohard**](https://github.com/nanohard)\n\n### Libraries\n* [gocui](https://github.com/jroimartin/gocui)\n* [gorm](https://github.com/jinzhu/gorm)\n\n### License\nReleased under the [BSD-3 License](https://github.com/nanohard/gotime/blob/master/LICENSE)\n\n## Support on Beerpay\nHey dude! Help me out for a couple of :beers:!\n\n[![Beerpay](https://beerpay.io/nanohard/gotime/badge.svg?style=beer-square)](https://beerpay.io/nanohard/gotime)  [![Beerpay](https://beerpay.io/nanohard/gotime/make-wish.svg?style=flat-square)](https://beerpay.io/nanohard/gotime?focus=wish)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanohard%2Fgotime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanohard%2Fgotime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanohard%2Fgotime/lists"}