Code Monkey home page Code Monkey logo

copyit's Introduction

[Emacs] Copy it, yank anything!

copyit.el is Emacs Lisp package for Yanking / Clipboard Copy And Paste.

Functions

copyit.el

MELPA: copyit MELPA stable: copyit
commanddescription
M-x copyit-variableCopy value of symbol’s variable.
M-x copyit-file-pathnameCopy file pathname.
M-x copyit-file-contentCopy file content.
M-x copyit-file-exif-informationCopy Exif information. (require ImageMagick identify command)
M-x copyit-file-as-data-uriCopy file content as Data URI.
M-x copyit-sshCopy file content in ~/.ssh/ directory.

copyit-pandoc.el

MELPA: copyit-pandoc MELPA stable: copyit-pandoc
commanddescription
M-x copyit-pandoc-export-to-htmlConvert and Copy file as HTML
M-x copyit-pandoc-export-to-markdownConvert and Copy file as Markdown

C-u M-x copyit-pandoc-export-to-html and C-u M-x copyit-pandoc-export-to-markdown convert a file. When C-u is prepended, the content of the current buffer is converted.

Customize

copyit-binary-file-copy-method (default: data-uri)

Binary file copy method in copyit-file-content.

copyit-ssh-directory-path (default: "~/.ssh/")

Path to your SSH directory.

copyit-copy-bare-string (default: t)

Copy bare (non-quoted) string when interactively called. ("abc" as abc)

copyit's People

Contributors

zonuexe avatar syohex avatar

Watchers

Jonas Bernoulli avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.