FileSmith icon indicating copy to clipboard operation
FileSmith copied to clipboard

A strongly typed Swift library for working with local files and directories.

Results 8 FileSmith issues
Sort by recently updated
recently updated
newest added

Something like ` path.relativeTo(_ dirpath: DirectoryPath)`.

enhancement
help wanted

See https://github.com/kareman/FileSmith/blob/master/Sources/Errors.swift

enhancement
help wanted

With the error message ``` Test Case 'FileTests.testFiles' started at 01:10:40.767 /home/name/Libraries/FileSmith/Tests/FileSmithTests/FileTests.swift:63: error: FileTests.testFiles : XCTAssertFalse failed - /home/name/Libraries/FileSmith/Tests/FileSmithTests/FileTests.swift:72: error: FileTests.testFiles : XCTAssertThrowsError failed: did not throw error - Test...

bug
help wanted

Use encoding for which string view to use: UTF8, UTF16, CharacterView, UnicodescalarView. https://github.com/kareman/FileSmith/blob/master/Sources/Stream.swift#L65

enhancement
help wanted

May be achieved by printing "\r".

enhancement
help wanted

var .isTerminal: Bool [isatty(3)](https://linux.die.net/man/3/isatty) Maybe set `errno=0` first?

enhancement
help wanted

You've put iOS flag on the header of your project but swiftshell is only compatible with macOS or Linux.