Releases: scrouthtv/easy-copy
v1.0.0: Release Candidate 3
Fix quoted strings & escaped characters (e.g. whitespace) in the command line.
v1.0.0: Release Candidate 2
- fixed a bug where cloning a single file would create a new folder for this file
v1.0.0: Release Candidate 1
- fixed more iterating problems
- automated testing wip
- more (smaller) packages
Native moving
Up until now, moving always consisted of 1) copying the file and 2) deleting the source.
This is painfully slow if both files are on the same partition. Instead, I am now using "native" moving.
Also, reflinking is completely removed, as it's a real niche feature that I don't use.
Plus, I updated some copyright dates etc.
Overwriting final fixes
This should be the final patchset to overwriting.
Also newly created files now have the same permissions as the original files.
Overwriting rework
Lots of minor improvements after field testing:
- Overwriting files works
- Duplicating a single file works
- Duplicating a single folder works
- Configuration file is now read before the command line is parsed so that command-line options overwrite config file options
New version with little improvements
- duplicating a single file works now
- removed lots of cgo that wasn't needed
- improved support for bsd architectures
Can't provide windows/386 release because of cgo restrictions
Working release
This is a working release. Some minor issues are to be expected.
Pre-Release v0.4.0
This is a working pre-relase version. End User Agreements apply.
New features include:
- modular compilation (mix and match your version using
go
tags) - current file can be colored using
$LS_COLORS
environmental variable
Darwin builds are linked against linux headers and are untested so they might not work.
Pre-Release v0.3.0
This is a working pre-release version. End User Agreements apply.
New features include:
- different operations (copy or move)
- renaming / cloning single folders / files
- TUI finished
- Don't need to press enter in the overwrite prompt on supported terminals
- Completion scripts for zsh, fish and bash included
Both Windows & darwin builds are borked (till release)