Poke


 Description

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.

 Features
Installation

cargo install --force poke

Commands

```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 parse time string and use it instead of current time. (NOT IMPLEMENTED) -h, --help Print help information -m change only modification time. -r, --reference use this file's times instead of current time. -V, --version Print version information ```

Compatibility

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.