]> arthur.barton.de Git - atom-ax-pipe.git/blob - package.json
Update README.md
[atom-ax-pipe.git] / package.json
1 {
2   "name": "pipe",
3   "main": "./lib/pipe",
4   "version": "0.3.2",
5   "description": "Pipe text in and out of external commands.",
6   "activationEvents": [
7     "pipe:run"
8   ],
9   "repository": {
10     "type": "git",
11     "url": "https://github.com/moshee/atom-pipe"
12   },
13   "license": "MIT",
14   "engines": {
15     "atom": ">0.72.0"
16   },
17   "dependencies": {},
18   "readme": "# pipe\n\nSelect text to pipe into external commands and replace it with the output. Sort\nof like `!` in vim. Commands are sent to your `$SHELL`.\n\nDefault keybinding to activate is `cmd-;`.\n\n![pipe in action](https://i.ktkr.us/hoeJ)\n",
19   "readmeFilename": "README.md",
20   "bugs": {
21     "url": "https://github.com/moshee/atom-pipe/issues"
22   },
23   "homepage": "https://github.com/moshee/atom-pipe",
24   "_id": "pipe@0.1.1",
25   "dist": {
26     "shasum": "065fe0c782ea86980b8cf8e19d2fc40b5851c941"
27   },
28   "_resolved": "/var/folders/hv/nq12s2fx5lv48rtffsd8v2_h0000gn/T/d-114214-49660-1x5dm6u/package.tgz",
29   "_from": "/var/folders/hv/nq12s2fx5lv48rtffsd8v2_h0000gn/T/d-114214-49660-1x5dm6u/package.tgz"
30 }