har icon indicating copy to clipboard operation
har copied to clipboard

Human Archive Format

Results 5 har issues
Sort by recently updated
recently updated
newest added

how about: myarchive.har: ``` @DELIMITER:*** (can be anything) *** hello.txt Hello, this is a file currently archived in a HAR file. *** foo/other.txt This is another file ; assumed to...

test_command_line_tool subPackage should be dependent on the root `har` package should be able to run this from a clean repo: ``` dub run har:test_command_line_tool ```

eg: `find . -name '*.d' | har - > archive.har` should probably also accept additional arguments as currently done eg: `find . -name '*.d' | har foo - bar >...

this is another idea i've been curious about for a while; seems related to `HAF` (at least at implementation + API + use case level) ## motivating use case 1:...