{"id":19714858,"url":"https://github.com/dm3/memory","last_synced_at":"2025-02-27T16:42:12.219Z","repository":{"id":1478000,"uuid":"1721757","full_name":"dm3/memory","owner":"dm3","description":"Bookmarking tool","archived":false,"fork":false,"pushed_at":"2011-08-22T21:47:58.000Z","size":130,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-10T15:14:53.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/dm3.png","metadata":{"files":{"readme":"README.mkd","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-05-09T09:16:05.000Z","updated_at":"2022-12-08T23:48:53.000Z","dependencies_parsed_at":"2022-07-29T17:48:48.469Z","dependency_job_id":null,"html_url":"https://github.com/dm3/memory","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3%2Fmemory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3%2Fmemory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3%2Fmemory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3%2Fmemory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dm3","download_url":"https://codeload.github.com/dm3/memory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241035924,"owners_count":19898090,"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-11T22:36:21.058Z","updated_at":"2025-02-27T16:42:12.180Z","avatar_url":"https://github.com/dm3.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nMemory is a github based utility which helps you store and view links. Storage\nworks on top of git infrastructure while viewing links works through\ngithub-pages.\n\n## Commands\n\n1. Storing links - `memory store http://reddit.com/r/programming \"Programming subreddit\"`.\n\n2. Deleting links - not supported :). Potentially `memory` could support\n   editing/removing non-pushed submissions. Pushed submissions _could_ be\n   allowed to be edited which would not be handled by `git` which, in turn,\n   would add a lot of complexity.\n\n3. Tagging links - using `git notes`.\n\n## Viewing Links\n\nA github account is required for this to work. Memory will store links in a\ndedicated repository and generate the view into the `gh_pages` branch.\n\n## How-to\n\n### Initialize a repository\n\n1. `git co git@github.com:dm3/memory.git memory \u0026\u0026 cd memory`\n2. `cp templates/.memoryrc ~/`, edit the `.memoryrc` file to make it correspond to your needs and add `source` it in `.bash_profile` (or wherever you please)\n3. `memory_store http://some.link \"My first memory\"`\n    * At this point a git repository will be created at the location specified in `.memoryrc`\n4. Create an empty github repository. Let's say it's located under `github_username/github_repo_name`\n5. `memory_github_assoc github_username github_repo_name`\n6. `memory_generate_view`\n7. `memory_push`\n\n### Use the repository on a different machine\n\n1. `git co git@github.com:dm3/memory.git memory \u0026\u0026 cd memory`\n2. `cp templates/.memoryrc ~/`, edit and `source`\n3. `memory_github_retrieve github_username github_repo_name`\n\n## TODO\n\n* Make the default generated view usable\n* Simplify the initialisation process\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdm3%2Fmemory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdm3%2Fmemory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdm3%2Fmemory/lists"}