site_name: q - Text as Data site_url: https://harelba.github.io/q/ repo_url: https://github.com/harelba/q edit_uri: "" site_description: Text as Data - q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). site_author: Harel Ben-Attia copyright: 'Copyright © 2012-2019 Harel Ben-Attia' google_analytics: - "UA-48316355-1" - "auto" nav: - Home: index.md - 首页: index_cn.md - About: about.md theme: name: material language: 'en' palette: primary: purple accent: amber fonts: text: 'Roboto' code: 'Roboto Mono' favicon: 'img/q-logo1.ico' logo: 'img/q-logo1.ico' custom_dir: 'theme' extra: social: - type: 'github' link: 'https://github.com/harelba' - type: 'twitter' link: 'https://twitter.com/harelba' - type: 'linkedin' link: 'https://www.linkedin.com/in/harelba' extra_css: - 'stylesheets/extra.css' extra_javascript: - 'js/google-analytics.js' markdown_extensions: - meta - toc: permalink: true - tables - fenced_code - admonition # - codehilite