https://github.com/loisglld/rice-code
Enhanced shell Visual Studio Code file extension viewer (basically some fun / useless shell script to had spice to your terminal)
https://github.com/loisglld/rice-code
Last synced: 5 months ago
JSON representation
Enhanced shell Visual Studio Code file extension viewer (basically some fun / useless shell script to had spice to your terminal)
- Host: GitHub
- URL: https://github.com/loisglld/rice-code
- Owner: loisglld
- License: mit
- Created: 2024-07-19T13:47:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T15:52:32.000Z (11 months ago)
- Last Synced: 2025-01-11T11:22:27.584Z (6 months ago)
- Language: Go
- Size: 42.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
## Description
A ricing tool for Visual Studio Code in your terminal. It displays with ASCII art the predominant language of the files in the current directory / the extension of the file you are currently editing.
To use it, simply type `code` in your terminal.
_et voilà_ ! Give it a star if you like it 🌟
## Pre-requisites
- alias `code` to open Visual Studio Code (or code binary in your PATH)
- go
- jp2a, imagemagick, jq## Installation
```bash
git clone [email protected]:LOISGALLAUD/rice-code.git ~/.rice-code
cd ~/.rice-code
go build ~/.rice-code/get_language.go
cd - > /dev/null
echo "alias code='~/.rice-code/rice-code.sh'" >> ~/.zshrc # or ~/.bashrc
```## Examples



