-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featuretopic/windowsWindows specificWindows specific
Description
Version information:
go-ipfs version: 0.4.4-dev-73cd8b3
Repo version: 4
System version: amd64/windows
Golang version: go1.7
Type: Bug
Priority: P3
Description:
As the title says, commands like ipfs add and ipfs files write don't detect whether they are being piped into on Windows.
This doesn't allow to add files into ipfs or mfs with a single step, as in echo text | ipfs add or echo text | ipfs files write /path/in/mfs.
(instead echo text > file; ipfs add file; ipfs files cp /ipfs/hash /path/in/mfs; rm file has to be used)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featuretopic/windowsWindows specificWindows specific