Lain-Says is a fun command-line tool inspired by cowsay, but with Lain from Serial Experiments Lain. It displays random sofware, hardware and science curiosities along with an ASCII representation of Lain.
./usr/local/bin/lain-saysYou can install Lain-Says using the .deb package:
sudo dpkg -i lain-says.debIf you encounter missing dependencies, run:
sudo apt-get install -fIf you ever want to remove Lain-Says, run:
sudo dpkg -r lain-saysOnce installed, you can use it in the terminal:
lain-says "Hello, world!"If no message is provided, it will display a random curiosity.
To build your own .deb package, clone the repository and use dpkg-deb:
git clone https://github.com/DamperDoor56/lain-says.git
cd lain-says
mkdir -p lain-says-pkg/DEBIAN
mkdir -p lain-says-pkg/usr/local/bin
cp usr/local/bin/lain-says lain-says-pkg/usr/local/bin/
cp DEBIAN/control DEBIAN/postinst DEBIAN/postrm lain-says-pkg/DEBIAN
cp usr/local/bin/phrases-en.txt lain-says-pkg/usr/local/bin
cp usr/local/bin/phrases-es.txt lain-says-pkg/usr/local/bin
dpkg-deb --build lain-says-pkgThis will generate lain-says-pkg.deb, which can be installed with this command.
sudo dpkg -i lain-says-pkg.debFor the latest .deb releases, visit the Releases page.
This project is open-source and released under the MIT License.
Let's all love Lain 📟