Te-k / tips

Tips command line tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tips

Simple command line tool which display tips for some commands:

screenshot

For now used with files in https://github.com/Te-k/commands-for-sec but you can configure another repository.

Feel free to improve the code or the tips.

This code is under MIT licence.

Options

$ tips -h
Usage of tips:
tips COMMAND
  -c	List configuration
  -l	List available tips
  -pull
    	Pull new directory

Configuration

Configuration is stored in ~/.config/tips with config being the configuration file and tips the tips repository (git repo). You can update the config file to use your own tip repository or manually manage it.

About

Tips command line tool

License:MIT License


Languages

Language:Go 93.8%Language:Makefile 6.2%