1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Go2,725 forks (2,725 forks)batch import
help wantedkind/enhancementstatus/deferredtopic/commands:add
Repository metrics
- Stars
- 13,906 stars (13,906 stars)
- PR merge metrics
- Avg merge 4d 2h (Avg merge 4d 2h)28 merged PRs in 30d (28 merged PRs in 30d)
Description
When creating a archive the tar command simply skips any files it can not read and creates the tar file anyway. This behavior will be very useful for ipfs add. I am unsure if this should be the default action through.
Contributor guide
- Research direction
- Inspect the implementation of `ipfs add` in the kubo codebase, particularly how files are added and errors handled. Look for the command definition in `core/commands/add.go` and the underlying logic in `core/coreunix/add.go`. Identify where to add a ` continue` flag that skips unreadable files and continues with the rest.
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- GitGo