Hacker News new | ask | show | jobs
by mnarayan01 2684 days ago
> mouse(!) selection of arbitrary text that can be piped to commands and so on

E.g.:

  xclip -out | ...
or do you mean something different?
1 comments

Essentially selecting and operating on text in the same buffer. Saw it in Russ Cox’s demonstration of Acme.
The idea was taken from Oberon, which got inspired by Mesa/Cedar at Xerox PARC.

Basically any function/procedure that gets exported from a module can be used either on the REPL, or from them mouse, depending on its signature.

Quite powerful concept for those that like to take advantage of GUI based OSes.

Powershell is the only that comes close to it. Maybe fish as well, but never used it.