Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

executable file
·
27 lines (21 loc) · 1.02 KB

nano tar

It's a simple, small, cross-platform alternative to GNU tar. Using a modified version of the microtar library.

image

Build

To build under Windows, Unix or KolibriOS you will need TCC. To build under DOS, I used OpenWatcom

For Unix, Windows, KolibriOS

tcc ntar.c microtar.c os.c -o ntar

For DOS

owcc -s -Os -std=c99 -bdos -mcmodel=s ntar.c os.c microtar.c -o ntar.exe

TODO:

  • Listing files;
  • Extraction files;
  • Adding files;
  • Recursively adding folders and files;
  • Add saving of all file attributes of supported;
  • Porting to Windows OS;
  • Porting to Kolibri OS;
  • Porting to FreeDOS/MSDOS.

Warning

The program has not yet been properly tested, so there may be bugs that can damage files. I highly recommend not using it for archiving valuable data yet