https://github.com/codegram01/c-files-manager
simple file manager in C use standard library
https://github.com/codegram01/c-files-manager
Last synced: 10 months ago
JSON representation
simple file manager in C use standard library
- Host: GitHub
- URL: https://github.com/codegram01/c-files-manager
- Owner: codegram01
- License: mit
- Created: 2025-01-21T03:48:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T04:29:50.000Z (about 1 year ago)
- Last Synced: 2025-03-26T18:54:48.339Z (about 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C Files Manager
simple file manager in C use standard library
[video i created](https://youtu.be/AKNp2sqhWgo)
# Build
```sh
cc main.c
```
# Run
- `./a.out read [file path]` : read file
- `./a.out write [file path] [content]` : write content to file
- `./a.out remove [file path]` : remove file
- `./a.out move [old path] [new path]` : move or rename file