AndrewRPorter / lazy

Analyze shell history to identify potential aliases, so you can type less.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem Version

lazy

Script used to analyze my systems shell history (ZSH in this case) and print out the most frequent commands.

This can be used to identify potential aliases, allowing you to type less.

Installation

gem install lazy_cli

Usage

By default, running lz will yield the top 10 most used commands.

lazy

You can specify the number of commands you want to output by passing in a num (-n or --num).

lazy -n 1

About

Analyze shell history to identify potential aliases, so you can type less.

License:MIT License


Languages

Language:Ruby 100.0%