https://github.com/ableinc/lmgt
Let Me Google That command line tool
https://github.com/ableinc/lmgt
command-line-tool let-me-google-that lmgt sarcasm
Last synced: 11 months ago
JSON representation
Let Me Google That command line tool
- Host: GitHub
- URL: https://github.com/ableinc/lmgt
- Owner: ableinc
- Created: 2025-04-13T16:58:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T17:02:53.000Z (about 1 year ago)
- Last Synced: 2025-06-27T16:48:59.080Z (12 months ago)
- Topics: command-line-tool, let-me-google-that, lmgt, sarcasm
- Language: Go
- Homepage: https://letmegooglethat.com
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let Me Google That (command line tool)
Sometimes junior engineers ask you frustrating questions ("How to pass arguments to a function"), questions that can be easily found using Google. So, instead of opening your browser to visit https://letmegooglethat.com/ you can stay in your terminal and get the same effect.
## How to Install
1. Download the latest executable from **Releases**
2. Rename the executable to ```lmgt```
3. Move the executable to your ```/usr/local/bin``` directory
4. Restart your shell: ```exec zsh``` or equivalent
Note: You may need to update your ```$PATH```
## How to Use
```zsh
Usage: lmgt "prompt here" [options]
Example: lmgt "when is presidents day"
Example (copy to clipboard): lmgt "when is presidents day" copy
```
## Install clipboard tool (Linux)
```zsh
sudo apt install xclip -y
```