atom-pipe icon indicating copy to clipboard operation
atom-pipe copied to clipboard

Atom package to pipe text in and out of external commands

Results 6 atom-pipe issues
Sort by recently updated
recently updated
newest added

Are you trying to listen for the 'core:cancel core:close' Atom command with `jQuery::on`? `jQuery::trigger` can no longer be used to listen for Atom commands. Please use `atom.commands.add` instead. See the...

Refer to https://atom.io/docs/api/v1.0.19/Project#instance-getPaths

If I run an external command, mostaly I would manipulate file in current project. So, how about set project dir as cwd while running external command?

I got this from the deprecation cop today. Are you trying to listen for the 'core:cancel core:close' Atom command with `jQuery::on`? `jQuery::trigger` can no longer be used to listen for...

In Atom 0.188.0 -- this appears to be the same issue as https://github.com/moshee/atom-pipe/issues/7 , so probably a regression triggered by a new Atom release?

Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.3.2`) of this package: 1. Store package style sheets...