🍺 BREW Explorer

← all formulae

clip

brew install clip v0.7_5 Apache-2.0

Create high-quality charts from the command-line

40
30-day installs · #5152
126
90-day · #5082
674
365-day · #4504
5.1k
★ GitHub stars · updated 6y ago

Runtime dependencies

Build dependencies

GitHub topics

chart charts cpp17 csv data-visualization plots plotting visualization

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "cmake",
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [
    "geomview"
  ],
  "dependencies": [
    "cairo",
    "fmt",
    "fontconfig",
    "freetype",
    "fribidi",
    "harfbuzz",
    "libpng"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Create high-quality charts from the command-line",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:26+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "clip",
  "github_default_branch": "master",
  "github_last_commit_at": "2020-06-11T23:25:23Z",
  "github_readme_excerpt": "clip\n====\n\nclip (the _command line illustration processor_) is an open-source command line\nprogram and software library for creating charts and other data-driven\nillustrations.\n\n\u003ch4\u003e\n  \u003ca href=\"https://clip-lang.org/getting-started\"\u003eGetting Started\u003c/a\u003e \u0026middot;\n  \u003ca href=\"https://clip-lang.org/examples\"\u003eExamples\u003c/a\u003e \u0026middot;\n  \u003ca href=\"https://clip-lang.org\"\u003eDocumentation\u003c/a\u003e\n\u003c/h4\u003e\n\n\nIntroduction\n------------\n\nIn essence, clip is an automated drawing program; it reads a text file containing\na description of the chart or diagram and produces an image from it. This is best\nexplained by example, so here is how to draw a simple line chart using clip:\n\n```css\nclass: plot;\n\nlimit-x: 0 7200;\nlimit-y: 0 100;\n\naxes {\n  font: \"Roboto\";\n  position: left bottom;\n  label-placement-x: linear-interval(900 900 7000);\n  label-format-x: datetime(\"%H:%M:%S\");\n}\n\nlines {\n  data: \"test/testdata/timeseries.csv\";\n  stroke-width: 0.8pt;\n  color: #06c;\n}\n```\n\nThe input file from above (`example.clp`) can be processed with clip using the\nfollowing command:\n\n    $ clip --export output.svg example.clp\n\nThis is the resulting SVG file (`output.svg`):\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://clip-lang.org/examples/charts-scientific/multiple_y_axes\"\u003e\n    \u003cimg src=\"/doc/demo.svg\" width=\"80%\" alt=\"Demo Chart\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\nNote that this example is only intended to give you an idea of what the syntax\nlooks like; for an in-depth description of all parameters, please refer to\n[the documentation](https://clip-lang.org). More examples can be found on\n[the examples page](https://clip-lang.org/examples).\n\n\nDocumentation\n-------------\n\nYou can find the full documentation and more examples at [clip-lang.org](https://clip-lang.org/).\n\n\nInstallation\n------------\n\n#### Compile from source\n\nTo build clip, you need an up-to-date C++ compiler, cmake, fmtlib, libharfbuzz,\nlibfreetype and cairo. Then run:\n\n    $ cmake .\n    $ make\n\nTo install the `clip` binary into your system, run `make install`:\n\n    $ make i",
  "github_repo": "asmuth/clip",
  "github_stars": 5149,
  "github_topics": [
    "chart",
    "charts",
    "cpp17",
    "csv",
    "data-visualization",
    "plots",
    "plotting",
    "visualization"
  ],
  "homepage": "https://github.com/asmuth/clip",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 40,
  "installs_365d": 674,
  "installs_90d": 126,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "clip",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 5152,
  "rank_365d": 4504,
  "rank_90d": 5082,
  "raw_hash": "377d69d29a3d937d",
  "recommended_dependencies": [],
  "revision": 5,
  "ruby_source_path": "Formula/c/clip.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.7",
  "versioned_formulae": [],
  "why_use_this": null
}