mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
docs: Removed an excess newline in README.md
This commit is contained in:
@@ -5,7 +5,8 @@ outputFiles:
|
|||||||
plugins:
|
plugins:
|
||||||
filters: ./get_filter_support_table
|
filters: ./get_filter_support_table
|
||||||
ffprobe: ./get_ffprobe_commands_table
|
ffprobe: ./get_ffprobe_commands_table
|
||||||
version: ./nu_version
|
nu_version:
|
||||||
|
cmd: ./bin/nu-version
|
||||||
example:
|
example:
|
||||||
cmd: ./bin/run-example
|
cmd: ./bin/run-example
|
||||||
#args: []
|
#args: []
|
||||||
|
|||||||
@@ -18,8 +18,7 @@ Utility commands for working with ffmpeg in nushell.
|
|||||||
The `ffmpeg` and `ffprobe` commands are required to be installed and available
|
The `ffmpeg` and `ffprobe` commands are required to be installed and available
|
||||||
in your path; they are not installed for you.
|
in your path; they are not installed for you.
|
||||||
|
|
||||||
Currently only nushell version 0.89.0
|
Currently only nushell version 0.89.0 is supported.
|
||||||
is supported.
|
|
||||||
|
|
||||||
After that, clone this repository and add the following code to your scripts,
|
After that, clone this repository and add the following code to your scripts,
|
||||||
or to your `config.nu` file:
|
or to your `config.nu` file:
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ Utility commands for working with ffmpeg in nushell.
|
|||||||
The `ffmpeg` and `ffprobe` commands are required to be installed and available
|
The `ffmpeg` and `ffprobe` commands are required to be installed and available
|
||||||
in your path; they are not installed for you.
|
in your path; they are not installed for you.
|
||||||
|
|
||||||
Currently only nushell version {{ version }} is supported.
|
Currently only nushell version {{ nu_version }} is supported.
|
||||||
|
|
||||||
After that, clone this repository and add the following code to your scripts,
|
After that, clone this repository and add the following code to your scripts,
|
||||||
or to your `config.nu` file:
|
or to your `config.nu` file:
|
||||||
|
|||||||
3
bin/nu-version
Executable file
3
bin/nu-version
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env nu
|
||||||
|
|
||||||
|
print -n (nu -v | str trim)
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env nu
|
|
||||||
|
|
||||||
nu -v
|
|
||||||
Reference in New Issue
Block a user