poke
Synopsis
Section titled “Synopsis”poke <file> [file...]Description
Section titled “Description”Creates files using touch, automatically creating any missing parent directories via _fish_mkdir_p with tree output.
Arguments
Section titled “Arguments”file |
One or more file paths to create |
Exit Status
Section titled “Exit Status”0 |
Files created |
1 |
No file argument provided |
Example
Section titled “Example”poke ~/projects/new/src/main.fishDependencies: _fish_mkdir_p