{"id":15405385,"url":"https://github.com/andyw8/omnifocus_parser","last_synced_at":"2025-02-23T23:22:26.678Z","repository":{"id":65546332,"uuid":"582126645","full_name":"andyw8/omnifocus_parser","owner":"andyw8","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-28T15:31:16.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T23:05:29.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/andyw8.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-25T19:37:11.000Z","updated_at":"2022-12-25T19:37:24.000Z","dependencies_parsed_at":"2023-02-15T17:15:27.154Z","dependency_job_id":null,"html_url":"https://github.com/andyw8/omnifocus_parser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyw8%2Fomnifocus_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyw8%2Fomnifocus_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyw8%2Fomnifocus_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyw8%2Fomnifocus_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andyw8","download_url":"https://codeload.github.com/andyw8/omnifocus_parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240392057,"owners_count":19794005,"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":[],"created_at":"2024-10-01T16:16:27.743Z","updated_at":"2025-02-23T23:22:26.616Z","avatar_url":"https://github.com/andyw8.png","language":"Ruby","readme":"# OmnifocusParser\n\nThis library parses a CSV export from [OmniFocus](https://www.omnigroup.com/omnifocus/) into a set of convenient objects.\n\nNote: I wrote this gem to try out the newly added `Data` core class in Ruby ([learn more](https://blog.saeloun.com/2022/11/22/data-immutable-object.html)), so it can only be used with Ruby 3.2 or newer.\n\nNote: The CSV export is missing some fields. If you need those, [RubyFocus](https://rubygems.org/gems/rubyfocus) is probably be a better choice.\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add omnifocus_parser\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install omnifocus_parser\n\n## Usage\n\n```ruby\nrequire \"omnifocus_parser\"\n\nparser = OmniFocusParser::Parser.new(\"example.csv\")\nentries = parser.parse\nentries[0].class # =\u003e OmnifocusParser::Project\nentries[1].class # =\u003e OmnifocusParser::Item\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` 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 the created tag, 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/andyw8/omnifocus_parser.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyw8%2Fomnifocus_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandyw8%2Fomnifocus_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyw8%2Fomnifocus_parser/lists"}