8000 GitHub - mxlgv/ntar: ntar - it's a simple, small, cross-platform alternative to GNU tar.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mxlgv/ntar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ntar - it's a simple, small, cross-platform alternative to GNU tar.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0