{"id":17681311,"url":"https://github.com/madeindjs/notable-cli","last_synced_at":"2025-03-12T14:31:08.631Z","repository":{"id":96109199,"uuid":"334359164","full_name":"madeindjs/notable-cli","owner":"madeindjs","description":null,"archived":true,"fork":false,"pushed_at":"2021-01-30T10:13:29.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T21:41:45.231Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/madeindjs.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-30T07:54:28.000Z","updated_at":"2023-06-29T19:52:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"31fe5cc4-5bb5-4f60-9b6a-68dcf68ddd66","html_url":"https://github.com/madeindjs/notable-cli","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/madeindjs%2Fnotable-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fnotable-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fnotable-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeindjs%2Fnotable-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeindjs","download_url":"https://codeload.github.com/madeindjs/notable-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243234470,"owners_count":20258471,"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-24T09:10:47.132Z","updated_at":"2025-03-12T14:31:08.608Z","avatar_url":"https://github.com/madeindjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notable-cli\n\nA Notable command line client\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/notable-cli.svg)](https://npmjs.org/package/notable-cli)\n[![Downloads/week](https://img.shields.io/npm/dw/notable-cli.svg)](https://npmjs.org/package/notable-cli)\n[![License](https://img.shields.io/npm/l/notable-cli.svg)](https://github.com/madeindjs/notable-cli/blob/master/package.json)\n\n![Screenshot of search feature](https://raw.githubusercontent.com/madeindjs/notable-cli/master/screenshots/search.webm)\n\n\u003c!-- toc --\u003e\n\n- [Usage](#usage)\n- [Commands](#commands)\n\u003c!-- tocstop --\u003e\n\n# Usage\n\n\u003c!-- usage --\u003e\n\n```sh-session\n$ npm install -g notable-cli\n$ notable-cli COMMAND\nrunning command...\n$ notable-cli (-v|--version|version)\nnotable-cli/0.0.0 linux-x64 node-v12.18.2\n$ notable-cli --help [COMMAND]\nUSAGE\n  $ notable-cli COMMAND\n...\n```\n\n\u003c!-- usagestop --\u003e\n\n# Commands\n\n\u003c!-- commands --\u003e\n\n- [`notable-cli hello [FILE]`](#notable-cli-hello-file)\n- [`notable-cli help [COMMAND]`](#notable-cli-help-command)\n- [`notable-cli search`](#notable-cli-search)\n- [`notable-cli settings`](#notable-cli-settings)\n\n## `notable-cli hello [FILE]`\n\ndescribe the command here\n\n```\nUSAGE\n  $ notable-cli hello [FILE]\n\nOPTIONS\n  -f, --force\n  -h, --help       show CLI help\n  -n, --name=name  name to print\n  -t, --test\n\nEXAMPLE\n  $ notable-cli hello\n  hello world from ./src/hello.ts!\n```\n\n_See code: [src/commands/hello.ts](https://github.com/madeindjs/notable-cli/blob/v0.0.0/src/commands/hello.ts)_\n\n## `notable-cli help [COMMAND]`\n\ndisplay help for notable-cli\n\n```\nUSAGE\n  $ notable-cli help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_\n\n## `notable-cli search`\n\ndescribe the command here\n\n```\nUSAGE\n  $ notable-cli search\n\nOPTIONS\n  -c, --content=content\n  -h, --help             show CLI help\n  -t, --tags=tags        Tags to search\n\nEXAMPLE\n  $ notable-cli search -t nodejs -c Cheatsheet\n  /home/alexandre/Documents/@plaintext/notes/Javascript - Cheatsheet.md\n```\n\n_See code: [src/commands/search.ts](https://github.com/madeindjs/notable-cli/blob/v0.0.0/src/commands/search.ts)_\n\n## `notable-cli settings`\n\nSet settings of notable-cli\n\n```\nUSAGE\n  $ notable-cli settings\n\nOPTIONS\n  -h, --help       show CLI help\n  -p, --path=path  Set path of Notables notes\n\nEXAMPLE\n  $ notable-cli settings --path ~/Notable/notes\n```\n\n_See code: [src/commands/settings.ts](https://github.com/madeindjs/notable-cli/blob/v0.0.0/src/commands/settings.ts)_\n\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fnotable-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeindjs%2Fnotable-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeindjs%2Fnotable-cli/lists"}