Crates.io | ggrks |
lib.rs | ggrks |
version | 0.1.0 |
source | src |
created_at | 2022-07-22 01:58:26.869183 |
updated_at | 2022-07-22 01:58:26.869183 |
description | CLI tool for performing Google searches. Made as a joke. |
homepage | https://github.com/Lmocinemod/ggrks |
repository | https://github.com/Lmocinemod/ggrks |
max_upload_size | |
id | 630346 |
size | 23,202 |
CONTENT WARNING: This program and README file both contain profanity, which is intended to be comical in nature. If you find such use of profanity disturbing and/or unpleasant, you are encouraged not to use this program or continue reading this README.
Ggrks is a CLI program for performing Google searches that I made in a day as a joke.
"Ggrks" is an acronym used in Japanese internet slang. It expands to "ググれカス" (gugure kasu), which I like to translate as "fucking Google it, bitch."
The English equivalent is "jfgi."
Because I was inspired by a
song of the same name, and thought
it'd be funny to have a legitimate reason to type ggrks
into a terminal.
Assuming I configured everything correctly, yes. Just add ggrks
to your
dependencies in Cargo.toml
, then use it like this:
use ggrks::ggrks;
// ...
ggrks("<query>");
Don't worry, calling ggrks::ggrks()
will never involve any profanity. (Well,
apart from the function's name, that is.)
cargo install ggrks
I can't figure out how to get cross-building to work, so I'm not providing any prebuilt binaries. You're on your own, bitch. 😜
Running ggrks
without any arguments will display a help message.
読めカス。
Sure, I guess. You're probably better off spending your time doing other things, though. (Also, I'm not very active on GitHub, so if you need my attention, please ping me on Twitter.)
As far as things to improve upon... I guess we could use some more extras?
(See src/ks.rs
)