Skip to content

Shadowigor/plugin-errno-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

errno-grep

A plugin for Oh My Fish.

MIT License Fish Shell Version Oh My Fish Framework


Install

$ omf install errno-grep

Usage

Search for error codes, labels or messages

$ errno-grep 5
5    EIO              I/O error

$ errno-grep EINVAL
22   EINVAL           Invalid argument

$ errno-grep argument
7    E2BIG            Argument list too long
22   EINVAL           Invalid argument
33   EDOM             Math argument out of domain of func

Tab-completions for error labels (like EINVAL) are available.

License

MIT © Shadowigor et al

About

oh-my-fish plugin to search error numbers, labels and messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages