All Projects → jaredpetersen → Codeprinter

jaredpetersen / Codeprinter

Licence: mit
🖨️ Print out code easily

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Codeprinter

Gutenberg
Modern framework to print the web correctly.
Stars: ✭ 4,425 (+1799.14%)
Mutual labels:  printer, print, printing
Printooth
A well documented, high-level Android interface that makes printing via bluetooth printers easier
Stars: ✭ 231 (-0.86%)
Mutual labels:  printer, print, printing
ipp.rs
IPP protocol implementation for Rust
Stars: ✭ 24 (-89.7%)
Mutual labels:  printing, print
react-native-star-prnt
React-Native bridge to communicate with Star Micronics Bluetooth/LAN Printers
Stars: ✭ 61 (-73.82%)
Mutual labels:  printer, print
printer
A fancy logger yet lightweight, and configurable. 🖨
Stars: ✭ 65 (-72.1%)
Mutual labels:  printer, print
iOS-AirPrint-for-Mac
enable iOS Airprint Sharing on Mac OS
Stars: ✭ 24 (-89.7%)
Mutual labels:  printing, print
ngx-print
🖨️ A plug n' play Angular (2++) library to print your stuff
Stars: ✭ 124 (-46.78%)
Mutual labels:  printing, print
chrome-raw-print
Chrome app to enable raw printing from a browser
Stars: ✭ 57 (-75.54%)
Mutual labels:  printer, printing
Printthis
jQuery printing plugin; print specific elements on a page
Stars: ✭ 902 (+287.12%)
Mutual labels:  print, printing
Mapbox Gl Print Export For Port
Print/Export for Mapbox GL
Stars: ✭ 14 (-93.99%)
Mutual labels:  print, printing
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-88.41%)
Mutual labels:  printer, print
bootstrap-print
To manage print media for Twitter Bootstrap v3.
Stars: ✭ 60 (-74.25%)
Mutual labels:  printer, printing
nativescript-printer
📠 Send an image or the screen contents to a physical printer
Stars: ✭ 33 (-85.84%)
Mutual labels:  printer, print
Wp Print
Displays a printable version of your WordPress blog's post/page.
Stars: ✭ 16 (-93.13%)
Mutual labels:  printer, print
Cups
Apple CUPS Sources
Stars: ✭ 1,223 (+424.89%)
Mutual labels:  printer, printing
Viewprinter
Live preview, edit and print functionality for View hierarchies. Supports PDF, PNG, JPEG.
Stars: ✭ 170 (-27.04%)
Mutual labels:  printer, print
Spring Cloud Codegen
Spring Cloud代码生成器
Stars: ✭ 203 (-12.88%)
Mutual labels:  code
Junk
📓 mooc code playground
Stars: ✭ 224 (-3.86%)
Mutual labels:  code
Cypress Terminal Report
Better terminal and file output for cypress test logs.
Stars: ✭ 200 (-14.16%)
Mutual labels:  print
Golang Notes
Go source code analysis(zh-cn)
Stars: ✭ 3,137 (+1246.35%)
Mutual labels:  code

codeprinter

Build Status Donate

codeprinter's goal is pretty self-explanatory: to make it easier to print out code on paper. Many IDE's either don't allow you to print or have some weird quirks like adding unnecessary headers and footers, not allowing you to change your font size, or not providing syntax highlighting on your printout.

codeprinter makes it easy. Simply copy your code into the text box, select your desired font, font size, syntax highlighting theme, and whether or not you would like line numbers and then hit print.

Usage

codeprinter is currently hosted by GitHub Pages at http://jaredpetersen.github.io/codeprinter/.

If you're concerned about pasting code into some website, you can use it locally as well. codeprinter is a React project that uses NPM and Node.js, so you'll need both installed in order to do so. Right now, codeprinter supports Node 8.x or higher, but the latest LTS version is always recommended.

Once that's out of the way, run the following commands to install the dependencies, build the application, and run it:

npm install
npm run build
npm start

Screenshots

Paste your code Change your font size Print your code

How to Contribute

Find a bug? Want to request a new feature? Awesome! Create an issue and/or submit a pull request. Just want to show your support for the project? Buy me a cup of coffee.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].