Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T15:52:32.000Z (5 months ago)
- Last Synced: 2024-08-22T14:45:29.051Z (4 months ago)
- Language: Go
- Size: 42.5 MB
- Stars: 0
- 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
![python](images/image-4.png)
![bash](images/image-2.png)
![C](images/image-3.png)
![golang](images/image.png)