{"id":18632299,"url":"https://github.com/zurb/notable-cli","last_synced_at":"2025-04-11T07:30:59.543Z","repository":{"id":138631170,"uuid":"59854376","full_name":"zurb/notable-cli","owner":"zurb","description":"Upload to Notable from the command-line","archived":false,"fork":false,"pushed_at":"2016-05-31T19:04:31.000Z","size":22694,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-25T10:51:10.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://zurb.com/notable","language":"Go","has_issues":false,"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/zurb.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":"2016-05-27T18:14:06.000Z","updated_at":"2023-03-23T05:07:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7fb48f6-6340-49b6-8598-ae0b1a4ba340","html_url":"https://github.com/zurb/notable-cli","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurb%2Fnotable-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurb%2Fnotable-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurb%2Fnotable-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurb%2Fnotable-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zurb","download_url":"https://codeload.github.com/zurb/notable-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358839,"owners_count":21090442,"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-07T05:11:16.108Z","updated_at":"2025-04-11T07:30:59.533Z","avatar_url":"https://github.com/zurb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notable CLI\nThis is a command line interface (CLI) for [Notable](http://zurb.com/notable), a design feedback application by [ZURB](http://zurb.com). Right now it supports uploading sites to Notable Code. **This currently only supports Mac OSX.** Other systems are supported by [compiling from source](#compile-from-source).\n\n## Install\nUse [Homebrew](http://brew.sh/) to install the Notable CLI.\n\n```\nbrew tap zurb/tap\nbrew install notable\n```\n\nYou are now ready to go!\n\n\n## Authenticate\nBefore you can use the CLI, you must authenticate it with your [Notable](http://zurb.com/notable) account.\n\n```\nnotable login\n```\n\nLogout by running:\n\n```\nnotable logout\n```\n\nOnce authenticated, you can run any of the following commands.\n\n## Upgrade\nTo get the latest changes to the Notable CLI, run the following command:\n\n```\nbrew up \u0026\u0026 brew upgrade notable\n```\n\n## Upload to Notable Code\nCapture any URL, including local URLs, by running the `code` command followed by the address of the site to capture. For instance, if you have a local application running at `localhost:3000` then run the following command to upload it to [Notable Code](http://zurb.com/notable/features/code).\n\n```\nnotable code localhost:3000\n```\n\nYour browser will automatically open, once captured, to the Notable Code site that you just uploaded.\n\nCapture live sites the same way:\n\n```\nnotable code http://www.nytimes.com/\n```\n\nOr use the shorcut:\n\n```\nnotable c http://zurb.com/notable\n```\n\n## Upload to Notable Notebooks\nYou can create a Notebook from a directory of images by running the following command from _inside_ the directory you want to upload.\n\n```\nnotable notebook create\n```\n\nThis command will upload all images in the current directory and open the Notebook in your browser when done.\n\nOr use the shortcut:\n\n```\nnotable n create\n```\n\n## Compile from source\nThe provided Homebrew binary is meant for Mac OSX, but if you would like to run the CLI on Windows or Linux based systems, compiling from source is your answer.\n\nThe Notable CLI is built in go, so install [go](https://golang.org) then clone down this repository into your working directory.\n\n```\ngo get github.com/zurb/notable-cli\n```\n\nThen build it:\n\n```\ngo build -o notable\n```\n\nThat's it! You now have an executable binary for your OS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzurb%2Fnotable-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzurb%2Fnotable-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzurb%2Fnotable-cli/lists"}