{"id":23426925,"url":"https://github.com/9sako6/work_timer","last_synced_at":"2025-07-22T11:33:55.152Z","repository":{"id":56898527,"uuid":"144744023","full_name":"9sako6/work_timer","owner":"9sako6","description":"A command line tool to measuer a working time🕛","archived":false,"fork":false,"pushed_at":"2020-07-28T04:00:52.000Z","size":196,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-10T04:19:30.533Z","etag":null,"topics":["gem","ruby","rubygems"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/9sako6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-14T16:12:33.000Z","updated_at":"2019-08-22T14:19:03.000Z","dependencies_parsed_at":"2022-08-21T02:20:37.817Z","dependency_job_id":null,"html_url":"https://github.com/9sako6/work_timer","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/9sako6/work_timer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9sako6%2Fwork_timer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9sako6%2Fwork_timer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9sako6%2Fwork_timer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9sako6%2Fwork_timer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9sako6","download_url":"https://codeload.github.com/9sako6/work_timer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9sako6%2Fwork_timer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265237739,"owners_count":23732517,"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":["gem","ruby","rubygems"],"created_at":"2024-12-23T06:14:47.038Z","updated_at":"2025-07-22T11:33:55.129Z","avatar_url":"https://github.com/9sako6.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# work_timer\n[![CircleCI](https://circleci.com/gh/9sako6/work_timer.svg?style=svg)](https://circleci.com/gh/9sako6/work_timer)\n[![Maintainability](https://api.codeclimate.com/v1/badges/c1aa0d29cfb926decd44/maintainability)](https://codeclimate.com/github/9sako6/work_timer/maintainability)\n[![Gem Version](https://badge.fury.io/rb/work_timer.svg)](https://badge.fury.io/rb/work_timer)\n\nThis gem measures the time.\n\n[work_timer | RubyGems.org](https://rubygems.org/gems/work_timer)\n\n\n**Default mode:**\n\nwork_timer measures the time.\n\n![demo1](figs/demo1.gif)\n\n\n**Recording mode:**\n\nwork_timer measures the time and saves it in the log file.\n\n![demo2](figs/demo2.gif)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'work_timer'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install work_timer\n\n## Usage\n**Run:**\n\n```\n$ work_timer\n```\n\nExample:\n\n```\n$ work_timer\nquit : 'q'\n00:00:03                # counter\n```\n\nYou can save the time in a log file:\n\n```\n$ work_timer \u003cLOG_FILE_PATH\u003e\n```\n\nExample:\n```\n$ work_timer default.log\nquit : 'q'\ntotal: 00:00:10         # the total time recorded in the log file\n00:00:04                # counter\nsave : default.log\ntotal: 00:00:14\n```\n\n**Quit:**\ninput ```q```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/9sako6/work_timer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the WorkTimer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/9sako6/work_timer/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9sako6%2Fwork_timer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9sako6%2Fwork_timer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9sako6%2Fwork_timer/lists"}