Urban CLI is blazingly fast command line interface for Urban Dictionary written
in Go. This tool allows users to quickly search for definitions and slang terms
from the Urban Dictionary directly from their terminal. Its speed and simplicity
make it an ideal choice for developers and tech enthusiasts who prefer command
line tools.
Key Features
Blazing Fast Performance: Leveraging the efficiency of the Go programming
language, Urban CLI delivers rapid search results.
Command Line Interface: Designed for users who prefer working in the
terminal, offering a straightforward and efficient way to access Urban
Dictionary.
Easy Installation: Simple installation process with precompiled binaries
available for various operating systems.
Cross-Platform Support: Compatible with major operating systems including
Linux, macOS, and Windows.
Open Source: Freely available source code under an open-source license,
encouraging community contributions and transparency.
Getting Started
Installation
Build from source: go install github.com/tfkhdyt/urban-cli
Arch Linux (AUR): yay -S urban-cli-bin
Standalone binary: Download the binary file from
release page and move the
binary to one of the PATH directories in your system, for example:
Linux:$HOME/.local/bin/, /usr/local/bin/
Windows:%LocalAppData%\Programs\
macOS:/usr/local/bin/
Usage
# find definition
urban-cli rizz
# find multi words definition using quote
urban-cli 'kai cenat'
# limit entries (default: 7)
urban-cli skibidi --max 15 # or -m 15
# reverse entries (from bottom to top)
urban-cli mewing --reverse # or -r
More details in urban-cli --help
License
This project is licensed under the GPLv3 License. See the LICENSE file for more
details.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.