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.
- Host: GitHub
- URL: https://github.com/dcchambers/alt
- Owner: dcchambers
- License: mit
- Created: 2021-03-24T20:47:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T21:19:57.000Z (over 4 years ago)
- Last Synced: 2025-10-12T11:29:44.959Z (9 months ago)
- Topics: cli, command-line, command-line-tool, hacktoberfest, terminal, unix
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```