Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 59 words in the discussion.

Trending Topics

#run#zcomplete#command#works#mkd#cargo#tset#mistype#meant#commands

Discussion (2 Comments)Read Original on HackerNews

omarfakihabout 5 hours ago
Mistype a command and zcomplete works out which one you meant from the commands you usually run, then offers to run it with your arguments. Or runs it without asking, if you set it that way.

$ mkd build zcomplete: run mkdir instead of 'mkd'? [Y/n] y

$ cargo tset error: no such command: `tset` zcomplete: run cargo test? [Y/n] y

Works on bash, zsh, and fish. No process on the happy path.

fhnabout 2 hours ago
thanks, will check it out.