https://github.com/nylen/scripts-v
Script that pretty prints a file using vim's current syntax highlighting.
https://github.com/nylen/scripts-v
Last synced: about 2 months ago
JSON representation
Script that pretty prints a file using vim's current syntax highlighting.
- Host: GitHub
- URL: https://github.com/nylen/scripts-v
- Owner: nylen
- Created: 2014-07-31T16:24:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T22:06:52.000Z (almost 12 years ago)
- Last Synced: 2025-07-21T22:46:26.679Z (11 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts-v
This package provides a script that prints a file using `vim`'s currently
configured syntax highlighting.
The script is packaged using `npm` for convenience.
## Installation
sudo npm install -g scripts-v
Similarly, to uninstall:
sudo npm rm -g scripts-v
## Scripts
### v
Print a file using `vim`'s currently configured syntax highlighting.