| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Rust implementation of the touch command (for Windows, mostly...). It's not trying to replace touch from a Unix or Linux system, but just brings the functionality (and familiarity) to the Windows PowerShell.
PS> git clone git@github.com:srbdev/touch.git && cd touch
PS> cargo install --path .PS> touch -hTo run the application locally as part of the development process, use the following command:
% cargo run -- [ARGS]where [ARGS] are the options and arguments for the command line utility, e.g. cargo run -- -h or cargo run -- --version.
| Back | FazBrowse Home | New Git URL |