Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fiso64 committed Feb 8, 2025
1 parent 8198d2e commit f9408e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,12 +464,12 @@ When using u: prefix, the command output should be new_state;new_path to update
### Variables

The available variables are the same as in name-format, with the following additions:
- `{stdout}` - Previous command's stdout
- `{stderr}` - Previous command's stderr
- `{exitcode}` - Previous command's exit code
- `{first-stdout}` - First command's stdout
- `{first-stderr}` - First command's stderr
- `{stdout}` - Previous command's stdout (requires r:)
- `{stderr}` - Previous command's stderr (requires r:)
- `{first-exitcode}` - First command's exit code
- `{first-stdout}` - First command's stdout (requires r:)
- `{first-stderr}` - First command's stderr (requires r:)

### Examples

Expand Down
10 changes: 5 additions & 5 deletions slsk-batchdl/Help.cs
Original file line number Diff line number Diff line change
Expand Up @@ -489,12 +489,12 @@ state and path in the index and playlist.
Variables:
The available variables are the same as in name-format, with the following additions:
{stdout} - Previous command's stdout
{stderr} - Previous command's stderr
{exitcode} - Previous command's exit code
{first-stdout} - First command's stdout
{first-stderr} - First command's stderr
{first-exitcode} - First command's exit code
{stdout} - Previous command's stdout (requires r:)
{stderr} - Previous command's stderr (requires r:)
{first-exitcode} - First command's exit code
{first-stdout} - First command's stdout (requires r:)
{first-stderr} - First command's stderr (requires r:)
Examples:
Queue downloaded audio files in foobar2000 (Windows):
Expand Down

0 comments on commit f9408e4

Please sign in to comment.