https://github.com/yoannfleurydev/hc
highlight-cat repository
https://github.com/yoannfleurydev/hc
cat highlight plugin shell zsh
Last synced: 2 months ago
JSON representation
highlight-cat repository
- Host: GitHub
- URL: https://github.com/yoannfleurydev/hc
- Owner: yoannfleurydev
- License: mit
- Created: 2017-04-04T12:42:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T13:47:07.000Z (about 8 years ago)
- Last Synced: 2025-01-26T08:45:54.324Z (4 months ago)
- Topics: cat, highlight, plugin, shell, zsh
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Highlight Cat
Small ZSH script to highlight source code using `cat` and `highlight`.
## Installation
1. Install the requirements :
```sh
sudo apt-get install zsh highlight
```2. Then clone the repository and add the file to your .zshrc
* `cd && mkdir $HOME/.zsh -p`
* `git clone [email protected]:yoannfleurydev/hc.git $HOME/.zsh/hc`
* In your `.zshrc`, add `source $HOME/.zsh/hc/hc.zsh`## Contributors
* [yoannfleurydev](https://github.com/yoannfleurydev)
* [Ydrasil](https://github.com/Ydrasil)