Expand description
notox is a tool to clean file names.
cargo install notox
# then use it
notox .
Coverage is available at https://n4n5.dev/notox/coverage/
Structs§
- Custom
Single Result - Contains information about a result of a single file
- Notox
- Notox struct
- Optional
Fields - Options for the program
- Options
Fields - contains information about cleaning options
- Verbosity
Fields - Contains information about verbosity options
Functions§
- check_
similar - Check if a vector of bytes is similar to a char
- convert_
four_ to_ u32 - Convert four bytes to a u32
- convert_
three_ to_ u32 - Convert three bytes to a u32
- convert_
two_ to_ u32 - Convert two bytes to a u32
- notox
- Do the program, return the Vector of result
- notox_
full - main function of the program: clean and print the output
- parse_
args - Parse the arguments and return the options and the paths to check
- print_
output - Print the output of the program conforming to the options