Skip to content

Comment on File Explorer is merged to Helix editor

Comments

What I really want to see merged is the tokens in shell commands. dotnet is my day job, and the boilerplate (its luckily just namespace nowadays) gets repetitive and typo-prone. If I could just (approximately) `dotnet new class -o $cwd`...

Instead we have something like 3 closed PRs for this.

Can't you just:

    <C-z>
    dotnet new class -o $PWD
    fg

PWD is does hot refer to the directory that file I am working on is in.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.