{"id":21339853,"url":"https://github.com/webextensions/revisit","last_synced_at":"2026-05-12T06:37:00.910Z","repository":{"id":78573344,"uuid":"443421742","full_name":"webextensions/revisit","owner":"webextensions","description":"Tasks to revisit from time to time / Simple reminders for recurring tasks","archived":false,"fork":false,"pushed_at":"2024-04-24T22:33:04.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-22T16:06:55.285Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/webextensions.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}},"created_at":"2021-12-31T20:35:46.000Z","updated_at":"2024-04-24T22:33:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fa5fbb5-6932-4390-aaae-09a3a5cd97c3","html_url":"https://github.com/webextensions/revisit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webextensions%2Frevisit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webextensions%2Frevisit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webextensions%2Frevisit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webextensions%2Frevisit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webextensions","download_url":"https://codeload.github.com/webextensions/revisit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243817260,"owners_count":20352528,"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-11-22T00:47:45.075Z","updated_at":"2026-05-12T06:36:55.889Z","avatar_url":"https://github.com/webextensions.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @webextensions/revisit\nTasks to revisit from time to time / Simple reminders for recurring tasks\n\n\n# Usage\n```sh\n$ npm install --global @webextensions/revisit\n$ cd /path/to/project/\n$ revisit\n ✘ Error: Could not find file revisit.json at /path/to/project or any of its parent directories.\n```\n\nNow, to fix the issue of missing `revisit.json` file, add it at your project's root folder with contents like the following:\n```json\n{\n    \"revisit\": {\n        \"settings\": {\n            \"snoozedAllUpto\": \"2022-01-05\"\n        },\n        \"reminders\": [\n            {\n                \"description\": \"Ensure that SSL certificate is working well for production site\",\n                \"frequencyInDays\": 1,\n                \"lastReminderActedUpon\": \"2022-01-01\",\n                \"snoozedUpto\": \"2022-01-10\"\n            },\n            {\n                \"description\": \"Update Node JS version\",\n                \"frequencyInDays\": 14,\n                \"lastReminderActedUpon\": \"2022-01-01\"\n            },\n            {\n                \"description\": \"Update npm packages\",\n                \"frequencyInDays\": 14,\n                \"lastReminderActedUpon\": \"2022-01-01\"\n            },\n            {\n                \"description\": \"Update installed softwares\",\n                \"frequencyInDays\": 28,\n                \"lastReminderActedUpon\": \"2022-01-01\"\n            },\n            {\n                \"description\": \"Review unwanted npm packages\",\n                \"frequencyInDays\": 84,\n                \"lastReminderActedUpon\": \"2022-01-01\"\n            }\n        ]\n    }\n}\n```\n\nNow, suppose on 2022-01-06, one attempts to execute the above mentioned command, the output would look like:\n```sh\n$ cd /path/to/project/\n$ revisit\nRevisit: (Due date: 2022-01-15 UTC) - Update Node JS version\nRevisit: (Due date: 2022-01-15 UTC) - Update npm packages\nRevisit: (Due date: 2022-01-29 UTC) - Update installed softwares\nRevisit: (Due date: 2022-03-26 UTC) - Review unwanted npm packages\n```\n\nOne may want to call this `revisit` command via the `post-checkout` / `post-commit` hook in the project's Git repository.\n\n\n# About this project\n\n## Author\n\n* Priyank Parashar - [GitHub](https://github.com/paras20xx) | [Twitter](https://twitter.com/paras20xx) | [LinkedIn](https://linkedin.com/in/ParasharPriyank/)\n\n## Connect with us\n\n* https://www.webextensions.org/\n* [GitHub](https://github.com/webextensions/live-css-editor)\n* [Twitter](https://twitter.com/webextensions)\n\n## License\n\n* [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebextensions%2Frevisit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebextensions%2Frevisit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebextensions%2Frevisit/lists"}