Attention: Project is in it's early stages! Bugs are common, features are missing! Feel free to report and submit pr's
Lake shell is a hobby project of mine, with the goal of developing a nice shell for linux based systems.
Make sure you have CMake 3.16+ installed, also a c++ compiler and ninja (you can also use make).
mkdir build
cd build
cmake .. -GNinja && ninja && bin/lshAt the moment lake shell is far away from ready. It's capable of executing commands (internal and external), the pipe works and it can detect if the user is inside a git directory.
More will come soon ...