Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vim-scripts/vim-pipe
Send a buffer to a shell command & quickly see the result.
https://github.com/vim-scripts/vim-pipe
Last synced: 2 months ago
JSON representation
Send a buffer to a shell command & quickly see the result.
- Host: GitHub
- URL: https://github.com/vim-scripts/vim-pipe
- Owner: vim-scripts
- Created: 2012-08-08T06:16:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-02T06:57:24.000Z (over 12 years ago)
- Last Synced: 2024-08-01T16:44:10.997Z (5 months ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=4130
- Size: 102 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- my-awesome-github-stars - vim-scripts/vim-pipe - Send a buffer to a shell command & quickly see the result. (Vim Script)
README
This is a mirror of http://www.vim.org/scripts/script.php?script_id=4130
Vim Pipe provides REPL-like development for other shell tools. For example you can instantly send an SQL script to the database and see the results in a temporary buffer.
See https://github.com/krisajenkins/vim-pipe for more.