A Simple program that aims to replicate the functionality of touch, and expand on it.
Thanks to: clap, filetime and thiserror for saving me a whole lot of time.
[x] Create files
[x] Delete files
[x] Change Access/Modification time (supports reference file)
[] Change Creation time (only in a specific case)
[ ] Support for special syntax
poke file{3}.rs
poke somefile ./somedir/other_file.rs
cargo install --force poke
```rust
USAGE:
poke.exe [OPTIONS]
ARGS:
OPTIONS:
-a change only access time.
-b deletes files. incompatible with any other command.
-c, --no-create do not create any files.
-d, --date
The current version (0.1.1) is only tested on windows, but should support Linux/Mac OS. In the future I will test Linux builds in a vm.