gitfs
gitfs copied to clipboard
Drag & Drop folder support on Mac OS
folder/
step: Drag & Drop a folder (bam/) into gitfs result: only .keep (bam/.keep) object were added expected: recursive copy of folder is added into gitfs
whereas: $ ditto bam /path/to/gitfs/current/bam results in ditto: /path/to/title.svg: File too large (max_size=0), or ditto: /path/to/title.svg: Bad address (max_size=1000)
file
Drag & Drop a file results in The item “background_large.jpg” can’t be copied because there isn’t enough free space. (max_size=0 or max_size=1000)