An open API service indexing awesome lists of open source software.

https://github.com/dcchambers/alt

A command line tool to find modern, powerful alternatives to classic unix/linux command line programs.
https://github.com/dcchambers/alt

cli command-line command-line-tool hacktoberfest terminal unix

Last synced: 5 months ago
JSON representation

A command line tool to find modern, powerful alternatives to classic unix/linux command line programs.

Awesome Lists containing this project

README

          

# alt

A command line tool to find modern, powerful alternatives to classic unix/linux
command line programs.

## Build

```sh
$ go build
```

## Usage

```sh
$ alt
```
Example:

```sh
$ alt grep
Name: grep
Full Name:
Description:
URL:
Alternatives: ag ripgrep ugrep
```