| Crates.io | neofile |
| lib.rs | neofile |
| version | 0.1.5 |
| created_at | 2024-12-23 23:21:04.674948+00 |
| updated_at | 2024-12-28 20:13:32.383836+00 |
| description | linux file command for windows. PATCH 4. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1493508 |
| size | 21,310 |
Identify file type:
neofile identify my_file.txt
read file:
neofile cat my_file.txt
write to file:
neofile write _
verify file:
neofile vf my_file.txt
append to file:
neofile apnd my_file.txt use the --no-newline flag to use no newline when appending
copy file:
neofile cp my_file.txt --dest="my_dest.txt" use the --show-bytes to show how many bytes were copied
move file:
neofile move my_file.txt --dest="my_dest.txt". do NOT put a / at the end of your srcpath or destpath, and make sure your srcfile is in the same directory as your terminal.
changelist:
v0.1.5
added the copy cmd
added move command
v0.1.4
added new flag to apnd command