Skip to content
#

syntax-highlighting

Here are 1,553 public repositories matching this topic...

theonlypwner
theonlypwner commented Jan 5, 2021

Tools like md5sum, shasum, sha1sum, sha256sum, sha3sum, and b2sum output one line per input file:

  • hash digest in hexadecimal
  • space
  • space or asterisk (indicates text or binary mode, respectively)
  • file name
  • newline

If the file was stdin, the file name is -.

For example, in binary mode, the output looks like this:

0000000000000000000000000000000000000000 *file

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.

  • Updated Nov 24, 2020
  • JavaScript
chocolateboy
chocolateboy commented Sep 1, 2019
  • OS: Linux (Arch)
  • Python: 3.7.4
  • litecli: 1.1.0

This is a great tool (thanks!), but I was deterred from considering it by the references to completing with the "Right-arrow" key in the documentation (and UI). I'm used to completing with the standard GNU Readline Tab key (as in sqlite) and never use arrow keys for completion and don't use any tools which do by default (it's bee

Improve this page

Add a description, image, and links to the syntax-highlighting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the syntax-highlighting topic, visit your repo's landing page and select "manage topics."

Learn more