{"id":28942836,"url":"https://github.com/taurusolson/done","last_synced_at":"2025-07-30T09:03:21.779Z","repository":{"id":66847572,"uuid":"1351175","full_name":"TaurusOlson/done","owner":"TaurusOlson","description":"Keep a track of what you've done","archived":false,"fork":false,"pushed_at":"2011-07-08T14:44:41.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T15:49:15.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TaurusOlson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-10T16:05:18.000Z","updated_at":"2014-05-13T01:36:34.000Z","dependencies_parsed_at":"2023-02-20T12:45:39.053Z","dependency_job_id":null,"html_url":"https://github.com/TaurusOlson/done","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TaurusOlson/done","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2Fdone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2Fdone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2Fdone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2Fdone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TaurusOlson","download_url":"https://codeload.github.com/TaurusOlson/done/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaurusOlson%2Fdone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267842972,"owners_count":24153133,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":"2025-06-23T04:04:46.634Z","updated_at":"2025-07-30T09:03:21.714Z","avatar_url":"https://github.com/TaurusOlson.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DESCRIPTION\n\ndone.rb is a script allowing you to track what you've done in a simple way.\n\n\n# MOTIVATION\n\nTodolists are great but most of the time they only tell you what you have todo\nant not what you've done so far. I wanted a tool that I could use in a terminal\n(my terminal is a kind of second home) with a single line and that would store\nthe things I do everyday in a readable format (YAML). One more requirement is the use\nof tags in order to bring a bit of organization in all those messy notes.\n\n\n# FEATURES\n    \n* a single command line\n* notes store in YAML format\n* simple organzation with tags\n\n\n# INSTALLATION\n\n* Clone the repository\n* Make done.rb executable \n* Add it to your $PATH or copy it to directory included in the $PATH\n\n\n# CONFIGURATION\n\n* Change the path to the file where your notes are stored. \n* You can create an alias for a faster use.\n    \n            alias d='path/to/done.rb'\n\n\n# USAGE\n\n* Add a note\n\n            d 'Paid the rent'\n\n* Add notes with tags\n\n            d 'Installed rvm' install rvm ruby \n            d 'Read a tutorial about DSL in Ruby' tuto ruby \n\n* Display your notes\n    \n            d\n\n            - [11/2/11] Paid the rent ||\n            - [11/2/11] Installed rvm |install, ruby|\n            - [11/2/11] Read a tutorial about DSL in Ruby |tuto, ruby|\n\n\n* Search for notes with a specific tag\n    \n            d ruby\n\n            - [11/2/11] Installed rvm |install, rvm, ruby|\n            - [11/2/11] Read a tutorial about DSL in Ruby |tuto, ruby|\n\n            d tuto\n\n            - [11/2/11] Read a tutorial about DSL in Ruby |tuto, ruby|\n\n\n# TODO\n* Fix grep option\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusolson%2Fdone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaurusolson%2Fdone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaurusolson%2Fdone/lists"}