tty-file icon indicating copy to clipboard operation
tty-file copied to clipboard

File manipulation utility methods

Results 5 tty-file issues
Sort by recently updated
recently updated
newest added

### Describe the problem `TTY::File::CompareFiles#call` seems read a file by chunk of block size. When there is a multibyte character (CJK character, emoji, etc) crosses between blocks, the character will...

bug

### Describe the problem If there is a difference after the block size (4096 on my Linux filesystem), it will be ignored. ### Steps to reproduce the problem I created...

bug

### Are you in the right place? * For issues or feature requests file a GitHub issue in this repository * For general questions or discussion post in [Gitter](https://gitter.im/piotrmurach/tty) ###...

### Describe the change - Add return value to copy_file() [issue 13](https://github.com/piotrmurach/tty-file/issues/13) - Correct Source is a directory - Correct Source does not exist - Correct Destination is a directory...

### Describe the problem I noticed that unlike TTY::File.copy_directory(), TTY::File.copy_file() does't return a value on success. Would be possible that both methods behave similar? ### Steps to reproduce the problem...