Skip to content

orefalo/grc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Slack Room

Grc

grc support plugin for fish-shell.

Install

With [fisher]

fisher add orefalo/grc

Usage

Make sure to install the official grc command: https://github.com/garabik/grc as well.

Default commands

  • cat
  • cvs
  • df
  • diff
  • dig
  • gcc
  • g++
  • ifconfig
  • ls
  • make
  • mount
  • mtr
  • netstat
  • ping
  • ps
  • tail
  • traceroute
  • wdiff

Default options

Specify default options for wrapped command with grc_wrap_options_<command>.

For example, to run ls with -la options by default.

set grc_wrap_options_ls -la

Override commands

Enable grc only for diff and ls.

set grc_wrap_commands diff ls

Restart any open terminal sessions for the change to take effect.

About

command colorizer for fish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages