https://github.com/trapd00r/vimcat
cat files in style with vim
https://github.com/trapd00r/vimcat
cat syntax-highlighting terminal terminal-colors vim
Last synced: 1 day ago
JSON representation
cat files in style with vim
- Host: GitHub
- URL: https://github.com/trapd00r/vimcat
- Owner: trapd00r
- Created: 2018-11-27T11:00:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T08:06:36.000Z (11 months ago)
- Last Synced: 2025-04-01T15:11:46.890Z (21 days ago)
- Topics: cat, syntax-highlighting, terminal, terminal-colors, vim
- Language: Shell
- Homepage: http://japh.se/2018/11/27/use-vim-to-cat-files-in-style.html
- Size: 102 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vimcat
Vim has an amazing syntax highlighting engine that offers unlimited
configurability. We can fully utilize it and all its features straight
in the terminal:
vimcat uses the AnsiHighlight vim plugin by Matthew Wozniski to do its
magic. No need to install anything extra, the plugin is inlined in the
bash script to do its magic.