https://github.com/andrewrporter/lazy
Analyze shell history to identify potential aliases, so you can type less.
https://github.com/andrewrporter/lazy
aliases ruby zsh
Last synced: 3 months ago
JSON representation
Analyze shell history to identify potential aliases, so you can type less.
- Host: GitHub
- URL: https://github.com/andrewrporter/lazy
- Owner: AndrewRPorter
- License: mit
- Created: 2022-09-24T19:29:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T22:51:15.000Z (almost 4 years ago)
- Last Synced: 2025-06-04T02:21:05.827Z (about 1 year ago)
- Topics: aliases, ruby, zsh
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://badge.fury.io/rb/lazy_cli)
# 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
```