neofile

Crates.ioneofile
lib.rsneofile
version0.1.5
created_at2024-12-23 23:21:04.674948+00
updated_at2024-12-28 20:13:32.383836+00
descriptionlinux file command for windows. PATCH 4.
homepage
repository
max_upload_size
id1493508
size21,310
(malawarecreator)

documentation

README

File command from linux for windows

Guide

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

Commit count: 0

cargo fmt