Get a random idea from https://what-to-code.com/
Get a release from github releases.
tar xvf what-to-code*.tar.gz
cd what-to-code-cli
sudo ./install.sh
git clone https://github.com/Guaxinim5573/what-to-code-cli
cd what-to-code-cli
sudo make # Same as `make build && make install`
make build # Builds with --release
make build-debug # Builds without --release
make install # Installs what-to-code (needs root permissions)
make uninstall # Uninstall what-to-code (needs root permissions)
This program uses LGPL-2.1 license.