
cot
List of commands for cot:
-
cot:tldr:9f8ba cot: Open specific files.$ cot ${filename1 filename2 ---}try on your machineexplain this command
-
cot:tldr:ba51e cot: Open a specific file with the cursor at a specific line and column.$ cot --line ${1} --column ${80} ${filename}try on your machineexplain this command
-
cot:tldr:f739f cot: Open a specific file and block the terminal until it is closed.$ cot --wait ${filename}try on your machineexplain this command