Print Markdown to a paper in your terminal

Update console

+14 -77
+13 -76
Cargo.lock
··· 137 137 ] 138 138 139 139 [[package]] 140 - name = "clicolors-control" 141 - version = "1.0.1" 142 - source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" 144 - dependencies = [ 145 - "atty", 146 - "lazy_static", 147 - "libc", 148 - "winapi", 149 - ] 150 - 151 - [[package]] 152 140 name = "color_quant" 153 141 version = "1.1.0" 154 142 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 156 144 157 145 [[package]] 158 146 name = "console" 159 - version = "0.7.7" 147 + version = "0.13.0" 160 148 source = "registry+https://github.com/rust-lang/crates.io-index" 161 - checksum = "8ca57c2c14b8a2bf3105bc9d15574aad80babf6a9c44b1058034cdf8bd169628" 149 + checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08" 162 150 dependencies = [ 163 - "atty", 164 - "clicolors-control", 165 151 "encode_unicode", 166 152 "lazy_static", 167 153 "libc", 168 - "parking_lot", 169 154 "regex", 170 - "termios", 155 + "terminal_size", 171 156 "unicode-width", 172 157 "winapi", 158 + "winapi-util", 173 159 ] 174 160 175 161 [[package]] ··· 361 347 ] 362 348 363 349 [[package]] 364 - name = "instant" 365 - version = "0.1.9" 366 - source = "registry+https://github.com/rust-lang/crates.io-index" 367 - checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" 368 - dependencies = [ 369 - "cfg-if 1.0.0", 370 - ] 371 - 372 - [[package]] 373 350 name = "itoa" 374 351 version = "0.4.6" 375 352 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 396 373 version = "0.2.80" 397 374 source = "registry+https://github.com/rust-lang/crates.io-index" 398 375 checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614" 399 - 400 - [[package]] 401 - name = "lock_api" 402 - version = "0.4.2" 403 - source = "registry+https://github.com/rust-lang/crates.io-index" 404 - checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" 405 - dependencies = [ 406 - "scopeguard", 407 - ] 408 376 409 377 [[package]] 410 378 name = "memchr" ··· 506 474 ] 507 475 508 476 [[package]] 509 - name = "parking_lot" 510 - version = "0.11.1" 511 - source = "registry+https://github.com/rust-lang/crates.io-index" 512 - checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" 513 - dependencies = [ 514 - "instant", 515 - "lock_api", 516 - "parking_lot_core", 517 - ] 518 - 519 - [[package]] 520 - name = "parking_lot_core" 521 - version = "0.8.1" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0" 524 - dependencies = [ 525 - "cfg-if 1.0.0", 526 - "instant", 527 - "libc", 528 - "redox_syscall", 529 - "smallvec", 530 - "winapi", 531 - ] 532 - 533 - [[package]] 534 477 name = "png" 535 478 version = "0.16.7" 536 479 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 715 658 ] 716 659 717 660 [[package]] 718 - name = "smallvec" 719 - version = "1.5.1" 720 - source = "registry+https://github.com/rust-lang/crates.io-index" 721 - checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75" 722 - 723 - [[package]] 724 661 name = "strsim" 725 662 version = "0.8.0" 726 663 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 783 720 dependencies = [ 784 721 "libc", 785 722 "winapi", 786 - ] 787 - 788 - [[package]] 789 - name = "termios" 790 - version = "0.3.3" 791 - source = "registry+https://github.com/rust-lang/crates.io-index" 792 - checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" 793 - dependencies = [ 794 - "libc", 795 723 ] 796 724 797 725 [[package]] ··· 902 830 version = "0.4.0" 903 831 source = "registry+https://github.com/rust-lang/crates.io-index" 904 832 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 833 + 834 + [[package]] 835 + name = "winapi-util" 836 + version = "0.1.5" 837 + source = "registry+https://github.com/rust-lang/crates.io-index" 838 + checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 839 + dependencies = [ 840 + "winapi", 841 + ] 905 842 906 843 [[package]] 907 844 name = "winapi-x86_64-pc-windows-gnu"
+1 -1
Cargo.toml
··· 22 22 pulldown-cmark = "0.4" 23 23 ansi_term = "0.12" 24 24 image = "0.23" 25 - console = "0.7" 25 + console = "0.13" 26 26 directories = "3.0" 27 27 syncat-stylesheet = { version = "2.1.4", features = ["ansi_term"] }