Skip to content

slicer outputs without an intermediary file #12

@jamesb93

Description

@jamesb93

Hello,

I thought that it might be useful if the CLI had a way of passing its output directly to stdout, rather than into an intermediate file. That way it could be used directly on the command line without having to use a file which then has to be cleaned up, and also would make embedding it in other applications easier.

For example:

If you still wanted an intermediary file:

fluid-noveltyslice -source file.wav -indices stdout >> myslices

but you could also unlock some cool inline scripting like grabbing the first six slices only

fluid-noveltyslice -source file.wav -indices stdout | xargs echo | cut -c 1-6

Again, available to PR this sort of thing if its within scope and if I had some direction :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions