stebalien changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.22 and js-ipfs 0.35 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of
mapetik has quit [Remote host closed the connection]
wmo has quit [Ping timeout: 276 seconds]
wmo has joined #ipfs
RamRanRa has quit [Read error: Connection reset by peer]
fractex has quit [Ping timeout: 246 seconds]
thexa4 has quit [Quit: My computer has gone to sleep. ZZZzzz…]
mapetik has joined #ipfs
carldd has quit [Ping timeout: 245 seconds]
mowcat has quit [Remote host closed the connection]
DavidPH has joined #ipfs
carldd has joined #ipfs
_whitelogger has joined #ipfs
user_51 has joined #ipfs
user_51_ has quit [Ping timeout: 268 seconds]
verin0x3 has joined #ipfs
verin0x has quit [Ping timeout: 245 seconds]
felixfoertsch23 has joined #ipfs
felixfoertsch has quit [Ping timeout: 276 seconds]
Belkaar has quit [Ping timeout: 265 seconds]
Belkaar_ has joined #ipfs
hurikhan77 has joined #ipfs
Jybz has joined #ipfs
kakra has quit [Ping timeout: 245 seconds]
Mai-HsuanKevinCh has joined #ipfs
KempfCreative has joined #ipfs
reit has joined #ipfs
serkis[m] has joined #ipfs
serkis[m] has left #ipfs ["User left"]
mapetik has quit [Remote host closed the connection]
treora has quit [Remote host closed the connection]
treora has joined #ipfs
mapetik has joined #ipfs
KempfCreative has quit [Ping timeout: 276 seconds]
mapetik has quit [Remote host closed the connection]
mapetik has joined #ipfs
theblackdaemon[m has joined #ipfs
mapetik has quit [Remote host closed the connection]
justache has joined #ipfs
mapetik has joined #ipfs
felixfoertsch23 has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #ipfs
shizy has quit [Quit: WeeChat 2.6]
b1ack0ut[m] has joined #ipfs
jadedctrl has quit [Quit: WeeChat 2.2]
aerth has joined #ipfs
codewaffle has quit [Ping timeout: 245 seconds]
user_51 has quit [Read error: Connection reset by peer]
treora has quit [Quit: No Ping reply in 180 seconds.]
user_51 has joined #ipfs
treora has joined #ipfs
MrSparkle has quit [Ping timeout: 245 seconds]
Caterpillar2 has quit [Read error: Connection reset by peer]
Caterpillar2 has joined #ipfs
codewaffle has joined #ipfs
MrSparkle has joined #ipfs
mapetik has quit [Remote host closed the connection]
hsn has joined #ipfs
tstock_007 has joined #ipfs
FreeHongKong has quit [Ping timeout: 268 seconds]
Acacia has joined #ipfs
FreeHongKong has joined #ipfs
_whitelogger has joined #ipfs
Jybz has quit [Read error: Connection reset by peer]
seba- has quit [Changing host]
seba- has joined #ipfs
Jybz has joined #ipfs
Newami has joined #ipfs
clemo has joined #ipfs
Arwalk has joined #ipfs
Arwalk has quit [Read error: Connection reset by peer]
Arwalk has joined #ipfs
_whitelogger has joined #ipfs
unmanbearpig has joined #ipfs
jamiew has quit [Ping timeout: 265 seconds]
jamiew has joined #ipfs
unmanbearpig has quit [Client Quit]
rdnnst^ has left #ipfs [#ipfs]
rncsth^ has joined #ipfs
thexa4 has joined #ipfs
seba-- has joined #ipfs
seba- has quit [Ping timeout: 240 seconds]
seba-- has quit [Ping timeout: 265 seconds]
RamRanRa has joined #ipfs
merethan has joined #ipfs
seba- has joined #ipfs
RamRanRa has quit [Remote host closed the connection]
<swednec5>
oh wait, do you mean that `ipfs pin ls` is outputting too many things?
<josephnicholasGM>
so when I do `ipfs pin ls` it outputs all the CID correct?
<swednec5>
yes
<josephnicholasGM>
what I am saying is, does `ipfs pin ls` have an option to print not just the CID, but the path referenced by the CID as well
<swednec5>
ah, no
<swednec5>
to preserve the path, you'll want to use `ipfs files`
<swednec5>
unless you need to use ipfs in scripts, it's probably better to use the webui or ipfs-desktop
<swednec5>
(or siderus-orion)
<josephnicholasGM>
Yeah I will build the linux one and try the desktop version, I was just want to understand it in backend first since I will be using it in a project.
<swednec5>
actually i'm not sure this solves your issue
<swednec5>
you want to see the path on the filesystem, correct?
<swednec5>
`<CID> - /home/joseph/file`
<josephnicholasGM>
yes something like that, I don'e know if CLI commands already support that
<swednec5>
by default `ipfs add` copies the data to `~/.ipfs/blocks/
<swednec5>
* by default `ipfs add` copies the data to `~/.ipfs/blocks/`
<josephnicholasGM>
so there are also 2 attributes in `ipfs pin ls` recursive and indirect
<josephnicholasGM>
what's the difference?
<swednec5>
`ipfs pin ls --help`
polman has quit [Ping timeout: 265 seconds]
polman has joined #ipfs
<josephnicholasGM>
Thanks
<swednec5>
`--help` can be added to all ipfs commands for some extra info
toxync01- has joined #ipfs
toxync01 has quit [Ping timeout: 245 seconds]
<josephnicholasGM>
So basically, when using CLI. When I forget or lose track of the CIDs, I will have to do `ipfs pin ls` then try the CIDs 1 by 1?
<swednec5>
you can use `ipfs files` to give CID's names
<josephnicholasGM>
Weird it says it doesn't exist
<swednec5>
?
fleeky has quit [Ping timeout: 276 seconds]
<josephnicholasGM>
So I did a `ipfs files ls <my local dir that I pushed to ipfs>` then it says it doesn't exist