{"id":20119861,"url":"https://github.com/shellshape/tracker","last_synced_at":"2026-06-08T12:03:38.549Z","repository":{"id":234275106,"uuid":"787877654","full_name":"shellshape/tracker","owner":"shellshape","description":"Simple tool to track time in the terminal.","archived":false,"fork":false,"pushed_at":"2026-03-05T08:05:09.000Z","size":1584,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-04T09:29:57.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/shellshape.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-17T10:59:47.000Z","updated_at":"2026-03-05T08:04:55.000Z","dependencies_parsed_at":"2024-04-22T08:25:56.823Z","dependency_job_id":"20cc2b6d-dc60-46ae-b025-c5808c0f61f1","html_url":"https://github.com/shellshape/tracker","commit_stats":null,"previous_names":["shellshape/tracker"],"tags_count":14,"template":false,"template_full_name":"shellshape/rust-cli-template","purl":"pkg:github/shellshape/tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Ftracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Ftracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Ftracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Ftracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shellshape","download_url":"https://codeload.github.com/shellshape/tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Ftracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34061123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-13T19:17:29.794Z","updated_at":"2026-06-08T12:03:38.544Z","avatar_url":"https://github.com/shellshape.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tracker\n\nA simple tool to track time.\n\n![](.github/media/demo.gif)\n\n## Usage\n\n```\n$ tracker --help\nSimple tool to do time tracking\n\nUsage: tracker [OPTIONS] \u003cCOMMAND\u003e\n\nCommands:\n  add     Add a track entry [aliases: a]\n  view    Display tracking list entries [aliases: v]\n  delete  Remove entries from a tracking list [aliases: d]\n  edit    Edit an entry from a tracking list [aliases: e]\n  insert  Swaps the next entry with the given timestamp and sets the next entries info to the given info [aliases: i]\n  help    Print this message or the help of the given subcommand(s)\n\nOptions:\n  -c, --config \u003cCONFIG\u003e  Path to a config file\n  -h, --help             Print help\n  -V, --version          Print version\n```\n\nA full documentation of all commands and parameters can be found [**here**](docs/commands.md).\n\n## Install\n\nYou can either download the latest release builds form the [Releases page](https://github.com/shellshape/tracker/releases) or you can install it using cargo install.\n\n```\ncargo install --git https://github.com/shellshape/tracker\n```\n\n## Config\n\nYou can configure this tool via a config file either located in the current working directory named `tracker.toml` or in your [configuration directory](https://docs.rs/dirs/latest/dirs/fn.config_dir.html) in the directory `tracker/config.toml`. Instead of TOML, you can also write the config in YAML or JSON format.\n\n| Key           | Default                                                                | Description                                                 |\n| ------------- | ---------------------------------------------------------------------- | ----------------------------------------------------------- |\n| `storage_dir` | `$HOME/.local/share/time_trackings` or `$XDG_DATA_HOME/time_trackings` | Location where time tracking logs are stored and read from. |\n| `round_steps` |                                                                        | Duration to round the recorded time stamps on.              |\n| `start_regex` | `(?i)^start$`                                                          | Regular expression to identify start event from message.    |\n| `break_regex` | `(?i)^break$`                                                          | Regular expression to identify break event from message.    |\n| `end_regex`   | `(?i)^end$`                                                            | Regular expression to identify end event from message.      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellshape%2Ftracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellshape%2Ftracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellshape%2Ftracker/lists"}