An open API service indexing awesome lists of open source software.

https://github.com/lujun9972/sendto.el

send the active region content to a function
https://github.com/lujun9972/sendto.el

Last synced: 6 months ago
JSON representation

send the active region content to a function

Awesome Lists containing this project

README

          

* sendto
send the region content to a function

[[file:./out.gif]]
* Usage
1. specify ~sendto-function-list~

The value should be a list of functions which accept a string.or a region(point and mark as 2 numeric args, smallest first)

2. turn on sendto-mode: ~M-x sendto-mode~

3. mark a region, and then click mouse-3, It will popup a menu

4. select the function you want