Skip to content

Enhanced shell Visual Studio Code file extension viewer (basically some fun / useless shell script to had spice to your terminal)

License

Notifications You must be signed in to change notification settings

loisglld/rice-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rice-code logo

Go Shell Script VSCode Build Status License Version

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

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 bash C golang

About

Enhanced shell Visual Studio Code file extension viewer (basically some fun / useless shell script to had spice to your terminal)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published