• hallettj@leminal.space
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    It might be clear to many what this is from the subtitle. But since I took the time to click through I’ll summarize: it concatenates multiple text files into one text file / string with markers so that the individual files can be extracted out again with intact file content, path, and permissions.

    • Dave.@aussie.zone
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      20 hours ago

      concatenates multiple text files into one text file / string with markers so that the individual files can be extracted out again with intact file content, path, and permissions

      Sooooo like tar, with less features?

      (Checks summary)

      Ok, so compared to tar it is:

      Human readable.

      AI friendly.

      Not sure if that’s much reason to use it.

      • sebastiancarlos@lemmy.sdf.orgOP
        link
        fedilink
        arrow-up
        1
        ·
        14 hours ago

        I guess the argument is: If you want human-readable archives, you can then pick txtar. But mongotar basically adds some of the tar features which were missing from txtar