Leo 24557676a3 Fix typo in test descriptions il y a 9 ans
..
test 24557676a3 Fix typo in test descriptions il y a 9 ans
.merlin f9883977cb Update merlin il y a 10 ans
README.md d9b39203b3 Add general explanation of the way the program works il y a 9 ans
add_command.ml 42e132e79d Update list subcommand to new tmp file format il y a 9 ans
command_def.ml c0bcad2ba6 Merge branch 'dev' of gitlab.com:WzukW/oclaunch into dev il y a 9 ans
const.ml 22e1d55c37 Improve some comments il y a 9 ans
const.mli 5e0c32c7af Allow to use multiple tmp files il y a 9 ans
default.ml a252b4d2fd Merge branch 'cmd-parsing' into dev il y a 9 ans
edit_command.ml a252b4d2fd Merge branch 'cmd-parsing' into dev il y a 9 ans
exec_cmd.ml cd0ba5fbbb Status command working! il y a 9 ans
file_com.ml 980e5e7f7b Doubled entries are removed before writing rc file il y a 9 ans
licencing.ml fc6da6e384 Correct mistakes with the licence il y a 9 ans
list_rc.ml 20eed712b4 Code cleaning il y a 9 ans
lock.ml bd712c97c7 We need to lock back il y a 9 ans
lock.mli cd7fdc0c02 Limit wait time il y a 9 ans
messages.ml a252b4d2fd Merge branch 'cmd-parsing' into dev il y a 9 ans
messages.mli f2b50ccc38 Improve code clearity il y a 9 ans
oclaunch.ml 90090fc4da Improve exiting code clarity il y a 9 ans
remove_command.ml 42e132e79d Update list subcommand to new tmp file format il y a 9 ans
settings.atd 84bb69f931 Add command to display state il y a 10 ans
settings_j.ml 527d3e3b7f Correct .gitignore il y a 10 ans
settings_j.mli 527d3e3b7f Correct .gitignore il y a 10 ans
settings_t.ml 527d3e3b7f Correct .gitignore il y a 10 ans
settings_t.mli 527d3e3b7f Correct .gitignore il y a 10 ans
settings_v.ml 527d3e3b7f Correct .gitignore il y a 10 ans
settings_v.mli 527d3e3b7f Correct .gitignore il y a 10 ans
signals.ml f818b449ae Starting to add signal handling il y a 9 ans
signals.mli f818b449ae Starting to add signal handling il y a 9 ans
src_org.svg 09268679c1 Add source explanation, to help contributors il y a 9 ans
state.ml 9660dc0cdf Trying to fix state command, spy values around il y a 9 ans
tmp_biniou.atd 5e0c32c7af Allow to use multiple tmp files il y a 9 ans
tmp_biniou_b.ml 5e0c32c7af Allow to use multiple tmp files il y a 9 ans
tmp_biniou_b.mli 5e0c32c7af Allow to use multiple tmp files il y a 9 ans
tmp_biniou_t.ml 5e0c32c7af Allow to use multiple tmp files il y a 9 ans
tmp_biniou_t.mli 5e0c32c7af Allow to use multiple tmp files il y a 9 ans
tmp_biniou_v.ml 5e0c32c7af Allow to use multiple tmp files il y a 9 ans
tmp_biniou_v.mli 5e0c32c7af Allow to use multiple tmp files il y a 9 ans
tmp_file.ml a252b4d2fd Merge branch 'cmd-parsing' into dev il y a 9 ans
tmp_file.mli aef8393b0a NOT WORKING Add optional arguments for the reset command il y a 9 ans
tools.ml 94df67be38 Add spying function to print list, debugging purpose il y a 9 ans
tools.mli 94df67be38 Add spying function to print list, debugging purpose il y a 9 ans
unify.ml 980e5e7f7b Doubled entries are removed before writing rc file il y a 9 ans

README.md

Source organisation

Where to start

In order of execution, the first file to be read is oclaunch.ml. From this is called command line argument parsing (in command_def.ml). Then, all is organised in modules, i.e. one file grouping functions used for a given functionality.

Source organisation scheme

General work

The general idea is that we read the rc file, adapt it to tmp file and do what the user asked. It can be an editing on the rc file or a launching of the next command.

To Infinity and Beyond

To find your way in modules, read comments explaining the goal of it.
It's at the start of the file, just after the licence header.