moesnow / hitokoto

📑 Get a hitokoto in the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hitokoto

在终端中获取一言,使用libcurl和json-c

安装

Homebrew

brew tap moesnow/tools
brew install hitokoto

依赖

Debian/Ubuntu

sudo apt install libcurl4-openssl-dev libjson-c-dev

macOS

brew install json-c

编译

git clone https://github.com/moesnow/hitokoto.git
cd hitokoto
make
# optional
sudo make install

用法

./hitokoto

About

📑 Get a hitokoto in the terminal


Languages

Language:C 74.3%Language:Makefile 25.7%