Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.
This repository was archived by the owner on May 4, 2020. It is now read-only.

Command sub-invocations #7

@brechtcs

Description

@brechtcs

In the original specifications for Webterm, Paul proposed the following syntax for command sub-invocations:

# basic usage
> change-case -u (hello-world)
HELLO, WORLD!

# nested invocations
> concat (change-case -u (hello-world)) (change-case -l (hello-world))
HELLO, WORLD! hello, world!

In dterm I decided to prioritise support for iterators, which makes this slightly less straigtforward. It's still on the roadmap though, just have to figure how cases like this are handled in Bash for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions