• Home
Name Date Size #Lines LOC

..--

cr/03-May-2024-3,8972,799

OWNERSD03-May-202441 32

READMED03-May-2024580 1511

cr-bash-helpers.shD03-May-20241.5 KiB5530

cr.shD03-May-2024645 158

main.pyD03-May-20243.1 KiB9663

README

1cr is a unified interface to dealing with output directories, and all the
2things you do with them.
3
4
5It offers the advantages of dealing with multiple output directories in a
6single client, and unifying the command lines needed to deal with the various
7flavours and targets.
8This means it will be very easy to build run and test multiple platforms in a
9single checkout.
10It also makes the commands more discoverable by being a single starting point
11with built in help.
12
13If you are using bash, source cr.sh and you will get the cr function in your
14shell, along with tab completion.
15