Konubinix' opinionated web of thoughts

Clk Project

Fleeting

clk project

A project in clk is only a folders that contains a subfolder called .clk. This is exactly like git project that are folders containing a .git folder.

In case you create your own command on top of clk, the name of the dotted folder can be whatever you want. In the case of clk, it is called .clk.

When inside a project, all the parameters, alias… commands will write configuration in this folder. You can still put global configuration using –global.

That way, you can cleanly separate project related configurations and global ones.

Notes linking here