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
- Host: GitHub
- URL: https://github.com/lujun9972/sendto.el
- Owner: lujun9972
- Created: 2016-04-16T15:59:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T12:50:25.000Z (about 10 years ago)
- Last Synced: 2025-02-09T15:12:05.673Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 1.35 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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