{"id":17491842,"url":"https://github.com/adamtabrams/ideas","last_synced_at":"2025-03-28T17:12:11.010Z","repository":{"id":54875542,"uuid":"271126901","full_name":"adamtabrams/ideas","owner":"adamtabrams","description":"A simple tool for managing ideas and lists","archived":false,"fork":false,"pushed_at":"2021-01-23T02:59:07.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-11T07:26:53.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/adamtabrams.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-06-09T22:57:50.000Z","updated_at":"2021-01-23T02:58:47.000Z","dependencies_parsed_at":"2022-08-14T05:20:59.719Z","dependency_job_id":null,"html_url":"https://github.com/adamtabrams/ideas","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamtabrams%2Fideas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamtabrams%2Fideas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamtabrams%2Fideas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamtabrams%2Fideas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamtabrams","download_url":"https://codeload.github.com/adamtabrams/ideas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068299,"owners_count":20718503,"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-19T08:05:29.284Z","updated_at":"2025-03-28T17:12:10.978Z","avatar_url":"https://github.com/adamtabrams.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nIdeas is a simple tool for keeping notes, lists, and ideas close at hand.\nIt lets you quickly add, view, or edit your notes and will save them to a git repo.\nThat way your notes will stay backed up and access.\n\n\n# Setup\n\n* Create a new, private git repo. And name it something like `my-ideas`.\n\n* Install fzf if you don't already have it\n    * For MacOS: `brew install fzf`\n    * If you prefer to use skim, put `export SELECTOR=\"sk\"` in your shell's config file.\n\n* Clone this repo and your private repo.\n    * `git clone https://github.com/you/private-repo.git`\n    * `git clone https://github.com/adamtabrams/ideas.git`\n\n* Add the executable to your path. Here are some options for how:\n    * Add the whole directory: `export PATH=\"$HOME/repos/ideas:$PATH\"`\n    * Copy into current path: `cp ideas ~/.local/bin/`\n    * Link to it (my favorite): `ln -s ~/repos/ideas/ideas ~/.local/bin/ideas`\n\n* Set ideas to use your private repo `ideas init ~/repo/your-private-repo`\n\n\n# Usage\n\nCreate new ideas with `ideas new` or `ideas add`\n\nView or edit existing ideas with `ideas` or `ideas NAME`\n\nRemove unneeded ideas with `ideas rm`\n\nIdeas automatically handles keeping your private repo synced\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamtabrams%2Fideas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamtabrams%2Fideas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamtabrams%2Fideas/lists"}