Forrest logo
back to context overview

cot

List of commands for cot:

  • cot:tldr:97223 cot: Start CotEditor.
    $ cot
    try on your machine
    explain this command
  • cot:tldr:9f8ba cot: Open specific files.
    $ cot ${filename1 filename2 ---}
    try on your machine
    explain 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 machine
    explain this command
  • cot:tldr:cade5 cot: Open a new blank document.
    $ cot --new
    try on your machine
    explain this command
  • cot:tldr:f739f cot: Open a specific file and block the terminal until it is closed.
    $ cot --wait ${filename}
    try on your machine
    explain this command
back to context overview