Forrest logo
back to context overview

warp

List of commands for warp:

  • warp:ai:298e3 how do i invoke the warp console from the windows explorer in the address bar, like I do with cmd or 'wc -d .'
    $ warp -d .
    try on your machine
    explain this command
  • warp:shell:file:exists:and:is:directory Check if a file exists and is directory
    $ [[ -d ${file} ]]
    try on your machine
    explain this command
back to context overview