{"id":34808265,"url":"https://github.com/elgopher/noteo","last_synced_at":"2025-12-25T12:11:12.032Z","repository":{"id":44792873,"uuid":"289084873","full_name":"elgopher/noteo","owner":"elgopher","description":"Command line note-taking assistant","archived":false,"fork":false,"pushed_at":"2024-01-01T17:07:49.000Z","size":9872,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T10:17:52.443Z","etag":null,"topics":["cli","go","markdown","memo","note-taking","notes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elgopher.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-20T18:52:25.000Z","updated_at":"2024-02-26T07:43:35.000Z","dependencies_parsed_at":"2024-01-01T17:33:37.837Z","dependency_job_id":null,"html_url":"https://github.com/elgopher/noteo","commit_stats":null,"previous_names":["jacekolszak/noteo"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/elgopher/noteo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgopher%2Fnoteo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgopher%2Fnoteo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgopher%2Fnoteo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgopher%2Fnoteo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elgopher","download_url":"https://codeload.github.com/elgopher/noteo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elgopher%2Fnoteo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28028982,"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-12-25T02:00:05.988Z","response_time":58,"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":["cli","go","markdown","memo","note-taking","notes"],"created_at":"2025-12-25T12:11:11.503Z","updated_at":"2025-12-25T12:11:12.026Z","avatar_url":"https://github.com/elgopher.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Noteo is a command line note-taking assistant which can be helpful in all 3 stages of note-taking:\n\n* brainstorming (quickly adding notes)\n* reviewing and refining notes (tagging, organizing notes in folders)\n* searching for notes (using advanced filtering and sorting)\n\n## Installation\n\nDownload the [release archive](https://github.com/elgopher/noteo/releases) and extract the binary to your `bin` folder.\n\nIf your OS/arch is not available you can try to build it manually using [Go](https://golang.org/):\n\n```bash\ngo install github.com/elgopher/noteo\n```\n\n## Demo\n\n![Demo](demo/demo.gif)\n\n## File format\n\nEach note is a file in standard [Markdown](https://en.wikipedia.org/wiki/Markdown) format with meta information provided in the beginning of the file in the form of [YAML front matter](https://jekyllrb.com/docs/front-matter/)\n\n```md\n---\nCreated: Sat Sep  5 12:30:05 CEST 2020\nTags: space separated tags\n---\n\nSome Markdown content here.\n```\n\nNoteo extracts information from this header to filter out and sort notes. Some commands such as `tag set` and `tag rm` may update the header too. If the YAML front matter is missing, Noteo uses default values such as empty `Tags` or `Created` equal to file modification date.\n\n### Tag format\n\nEach tag is a string without whitespaces (space, tab, new line), for example `idea`, `task`\n\nTag might have a special form of `name:value`, for example `deadline:2020-09-30` or `priority:1`. Value can be a date or integer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felgopher%2Fnoteo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felgopher%2Fnoteo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felgopher%2Fnoteo/lists"}