Skip to content

Commit

Permalink
Update screenshot and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mxlgv authored Aug 5, 2022
1 parent c83e255 commit 05bc78c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# nano tar
It's a simple, small, cross-platform alternative to GNU tar. Using a modified version of the [microtar](https://github.com/rxi/microtar) library.

![image](https://user-images.githubusercontent.com/51446645/180776826-7da98f1e-fd79-41e8-b720-24c0df4e22f1.png)
![image](https://user-images.githubusercontent.com/51446645/183033042-2d56fbda-140a-42d4-8e62-2776e10d0f43.png)

## Build

Expand All @@ -14,6 +14,6 @@ You will need [TCC](https://bellard.org/tcc/) and optional [GNU make](https://ww
`tcc ntar.c microtar.c os.c -o ntar`

## TODO:

- [x] Porting to Windows OS
- [x] Porting to Kolibri OS
- [ ] Recursively adding folders and files;
- [ ] Port for FreeDOS/MSDOS;
- [ ] Autocall KPACK for Kolibri OS.

0 comments on commit 05bc78c

Please sign in to comment.