ilya-bobyr / fish-you-should-use

A fish plugin that reminds you to use your aliases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You Should Use



A fish plugin that reminds you to use your aliases.

Version 1.2.0 Licensed under the GNU General Public License v3.0

You Should Use is a rewrite of You Should Use for fish.

Installation

Using fisher:

fisher install paysonwallach/fish-you-should-use

Usage

Simply install and get back to whatever you were doing before! You Should Use will let you know when you've typed out a command that exists as an alias.

Configuration

By default, You Should Use will display its reminder message after a command has executed. However, you can choose to display the mesasge before execution by setting YSU__MESSAGE_POSITION like so:

set YSU_MESSAGE_POSITION "before"

Contributing

Feel free to take a look at TODO.md, otherwise pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

You Should Use is licensed under the GNU General Public License v3.0.

About

A fish plugin that reminds you to use your aliases.

License:GNU General Public License v3.0


Languages

Language:Shell 96.5%Language:JavaScript 3.5%