Skip to content
/ touch Public

A Rust implementation of the touch command (for Windows)

License

Notifications You must be signed in to change notification settings

srbdev/touch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

touch

Rust

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.

Installation

  • Install Rust: see steps for Windows
  • Make sure it is setup correctly with the following command in your PowerShell: rustc --version
  • Clone the repository to the location of your choice:
PS> git clone git@github.com:srbdev/touch.git && cd touch
PS> cargo install --path .
  • Open a new PowerShell terminal, and check that it installed correctly:
PS> touch -h

Development

To 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.

About

A Rust implementation of the touch command (for Windows)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages