{"id":13764060,"url":"https://github.com/mlimaloureiro/golog","last_synced_at":"2026-03-09T22:32:09.865Z","repository":{"id":57496970,"uuid":"49330092","full_name":"mlimaloureiro/golog","owner":"mlimaloureiro","description":"Easy and simple CLI time tracker for your tasks","archived":false,"fork":false,"pushed_at":"2019-01-22T17:34:26.000Z","size":28,"stargazers_count":63,"open_issues_count":15,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-19T01:35:52.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlimaloureiro.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":"2016-01-09T15:43:47.000Z","updated_at":"2025-02-02T23:53:29.000Z","dependencies_parsed_at":"2022-09-03T02:30:53.646Z","dependency_job_id":null,"html_url":"https://github.com/mlimaloureiro/golog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlimaloureiro/golog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlimaloureiro%2Fgolog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlimaloureiro%2Fgolog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlimaloureiro%2Fgolog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlimaloureiro%2Fgolog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlimaloureiro","download_url":"https://codeload.github.com/mlimaloureiro/golog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlimaloureiro%2Fgolog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-08-03T15:01:11.456Z","updated_at":"2026-03-09T22:32:09.841Z","avatar_url":"https://github.com/mlimaloureiro.png","language":"Go","funding_links":[],"categories":["Utilities","工具库","公用事业公司","实用工具","Utility","工具库`可以提升效率的通用代码库和工具`"],"sub_categories":["Utility/Miscellaneous","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","HTTP Clients","查询语","实用程序/Miscellaneous","交流","Fail injection","Advanced Console UIs"],"readme":"[![Build Status](https://travis-ci.org/mlimaloureiro/golog.svg)](https://travis-ci.org/mlimaloureiro/golog)\n[![Coverage](http://gocover.io/_badge/github.com/mlimaloureiro/golog?0)](http://gocover.io/github.com/mlimaloureiro/golog)\n[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n\n# golog\n`golog` is an easy and lightweight CLI tool to time track your tasks. The goal is to enable to track concurrent from small to big tasks.\n\n![](http://i.imgur.com/o2F0JbW.gif?1)\n\n# Overview\nI work in a very fast paced company, and I'm always receiving requests, plus *a lot* of small requests and I've struggled to find a tool that fit my needs. We do use other tools to track the time spent on a task, but sometimes it gets so overwhelming that it's just not worth to create a bunch of small tasks and track them **but you do want to track them**. If you have your terminal always opened like me, `golog` is perfect for this environments, you can log multiple tasks at the same time without going to your browser/proj management tool to improve productiveness.\n\n# Installation\nMake sure you have a working Go environment (go 1.1+ is *required*). [See the install instructions](http://golang.org/doc/install.html).\n\nTo get `golog`, run:\n```\n$ go get github.com/mlimaloureiro/golog\n```\n\nTo install it in your path so that `golog`can be easily used:\n\n```\n$ cd $GOPATH/src/github.com/mlimaloureiro/golog\n$ GOBIN=\"/usr/local/bin\" go install\n```\n\n#### Enabling autocomplete\n\nCopy `autocomplete/bash_autocomplete` into `/etc/bash_completion.d/golog`.\nDon't forget to source the file to make it active in the current shell.\n\n```\n   sudo cp autocomplete/bash_autocomplete /etc/bash_completion.d/golog\n   source /etc/bash_completion.d/golog\n```\n\nAlternatively, you can just source `autocomplete/bash_autocomplete` in your bash configuration with `$PROG` set to golog.\n\n```\nPROG=golog source \"$GOPATH/src/github.com/mlimaloureiro/golog/autocomplete/bash_autocomplete\"\n```\n\nIf using `zsh` use `zsh_autocomplete`\n\n```\nPROG=golog source \"$GOPATH/src/github.com/mlimaloureiro/golog/autocomplete/zsh_autocomplete\"\n```\n\n## Getting Started\n\nThe **start** command will start tracking time for a given taskname. **Note that a taskname cannot have white spaces**, they serve as identifiers.\n\n```\n$ golog start {taskname}\n```\n\nTo stop tracking use the **stop** command, if you want to **resume** a stopped task just golog start {taskname} again.\n\n```\n$ golog stop {taskname}\n```\n\nWith the **list** command you can see all your tasks and see which of them are active.\n\n```\n$ golog list\n0h:1m:10s    create-readme (running)\n0h:0m:44s    do-some-task\n```\n\nIf you only want to check the status of one task, use the **status** command.\n\n```\n$ golog status create-readme\n0h:3m:55s    create-readme (running)\n```\n\nThe lifetime of the info I usually need is very short (actually is just a workday), in the next day it's unlikely that i'll need previous info. This is one case where **clear** command is handy.\n\n```\n$ golog clear\nAll tasks were deleted.\n```\n\n# Contribution Guidelines\n@TODO\nIf you have any questions feel free to link @mlimaloureiro to the issue in question and we can review it together.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlimaloureiro%2Fgolog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlimaloureiro%2Fgolog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlimaloureiro%2Fgolog/lists"}