Change all occurrences of file_name to filename (#4059)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
- Use a custom font file:
|
||||
|
||||
`figlet {{input_text}} -f {{font_file_name}}`
|
||||
`figlet {{input_text}} -f {{font_filename}}`
|
||||
|
||||
- Pipe command output through figlet:
|
||||
|
||||
|
@@ -29,8 +29,8 @@
|
||||
|
||||
- Discard unstaged changes to a given file:
|
||||
|
||||
`git checkout {{file_name}}`
|
||||
`git checkout {{filename}}`
|
||||
|
||||
- Replace a file in the current directory with the version of it committed in a given branch:
|
||||
|
||||
`git checkout {{branch_name}} -- {{file_name}}`
|
||||
`git checkout {{branch_name}} -- {{filename}}`
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
- Generate file from a plugin:
|
||||
|
||||
`ignite generate {{plugin_name}} {{file_name}}`
|
||||
`ignite generate {{plugin_name}} {{filename}}`
|
||||
|
||||
- Add an Ignite plugin to the project:
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
- Add file resource:
|
||||
|
||||
`add file {{file_name}} as {{alias}};`
|
||||
`add file {{filename}} as {{alias}};`
|
||||
|
||||
- Add archive resource:
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
- Open a file to edit:
|
||||
|
||||
`p4 edit -c {{changelist_number}} {{file_name}}`
|
||||
`p4 edit -c {{changelist_number}} {{filename}}`
|
||||
|
||||
- Open a new file to add it to the depot:
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
- Start SC-IM:
|
||||
|
||||
`scim {{file_name}}.csv`
|
||||
`scim {{filename}}.csv`
|
||||
|
||||
- Enter a string into the current cell:
|
||||
|
||||
|
@@ -9,16 +9,16 @@
|
||||
|
||||
- Record the terminal and create a recording file:
|
||||
|
||||
`terminalizer record {{file_name}}`
|
||||
`terminalizer record {{filename}}`
|
||||
|
||||
- Play a recorded file on the terminal:
|
||||
|
||||
`terminalizer play {{file_name}}`
|
||||
`terminalizer play {{filename}}`
|
||||
|
||||
- Render a recording file as an animated gif image:
|
||||
|
||||
`terminalizer render {{file_name}}`
|
||||
`terminalizer render {{filename}}`
|
||||
|
||||
- Upload a video to terminalizer.com:
|
||||
|
||||
`terminalizer share {{file_name}}`
|
||||
`terminalizer share {{filename}}`
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
- Trash files and directories:
|
||||
|
||||
`trash-put {{file_name}}`
|
||||
`trash-put {{filename}}`
|
||||
|
||||
- Empty the trashcan:
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
|
||||
- Remove individual files from the trashcan:
|
||||
|
||||
`trash-rm {{file_name}}`
|
||||
`trash-rm {{filename}}`
|
||||
|
Reference in New Issue
Block a user