evhub / evhub/coconut

Xontrib: Allow using cocounut in rc files and @(...) syntax

Open
#883 5 comments 1 reaction 0 assignees View on GitHub
tooling
Dominant language
Python
Stars
4.4k
Forks
142
PR merge metrics
No merged PRs in 30d

Description

I don't know if this would be possible but it would be really great if we could use coconut code in xonsh rc files, python-mode syntax within subprocess mode, and functions.

Example: `rg -n "TODO" @( Path(".").rglob("*.py") |> filter$(p => not p.match("tests/**")) |> filter$(p => p.stat().st_mtime > time.time() - 86400) |> map$(.as_posix()) |> list`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.