{"id":19853018,"url":"https://github.com/ifennna/notes","last_synced_at":"2026-01-12T00:44:22.001Z","repository":{"id":46679947,"uuid":"148888047","full_name":"ifennna/notes","owner":"ifennna","description":"Jot notes from your terminal","archived":false,"fork":false,"pushed_at":"2023-03-28T08:20:05.000Z","size":69,"stargazers_count":18,"open_issues_count":2,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T20:23:47.228Z","etag":null,"topics":["go","notes","notes-app","terminal"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ifennna.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}},"created_at":"2018-09-15T09:27:08.000Z","updated_at":"2023-12-06T19:05:30.000Z","dependencies_parsed_at":"2022-08-19T13:40:30.993Z","dependency_job_id":null,"html_url":"https://github.com/ifennna/notes","commit_stats":null,"previous_names":["noculture/notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifennna%2Fnotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifennna%2Fnotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifennna%2Fnotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifennna%2Fnotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ifennna","download_url":"https://codeload.github.com/ifennna/notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251966431,"owners_count":21672666,"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":["go","notes","notes-app","terminal"],"created_at":"2024-11-12T14:05:12.383Z","updated_at":"2026-01-12T00:44:21.885Z","avatar_url":"https://github.com/ifennna.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notes\nA command line note taking app built with Go\n\n[![asciicast](https://asciinema.org/a/JMZxtuxEPfrbFrOmj7uaobqKt.svg)](https://asciinema.org/a/JMZxtuxEPfrbFrOmj7uaobqKt)\n\n## Installation\nTo build, make sure you have [Go](https://golang.org/dl/) installed. Run `go build` to \ncreate a binary or `go install` to add it to your GOPATH.\n\n## Usage\n  notes [command]\n  \nAvailable Commands:\n  - `add`: Add notes\n    - `notes add [notebook] \"my 1st note\" \"my 2nd note\" ..`\n    - if `notebook` name is not supplied, it is added to `Default` notebook\n    - if `notebook` doesn't exist, new notebook is created\n  - `help`: Help about any command\n    - `notes help`\n  - `ls`: List stuff\n    - `notes ls [notebook]`\n    - if `notebook` name is not supplied, names of notebooks are displayed\n    - if `notebook` name is supplied\n      - if notebook by given name exists, all notes of that notebook are displayed along with their `note_id`s\n      - if notebook by given name doesn't exist, only the entered notebook name is shown in output (needs to be improved)\n  - `lsa`: List stuff\n    - `notes lsa`\n    - names of notebooks are displayed and notes in each notebook are displayed as a tree\n  - `del`: Delete notes\n    - `notes del notebook note_id_1 note_id_2 ..`\n    - if notebook by given name exists\n      - if note by given note_id exists, it is deleted; and note deletion message is displayed\n      - if note by given note_id doesn't exist, nothing happens. Note deleteion message still appears (needs to be fixed)\n    - if notebook by given name doesn't exist\n      - command terminates unexpectedly with stacktrace (needs to be fixed)\n  - `rm`: Removes a notebook\n    - `notes rm notebook`\n    - if `notebook` doesn't exist, nothing changes\n\nUse \"notes [command] --help\" for more information about a command.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifennna%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifennna%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifennna%2Fnotes/lists"}