Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loganintech/settimes
Sets file modified and accessed time for unix filesystems. Inspired by https://github.com/aalex-millerr/settimes
https://github.com/loganintech/settimes
Last synced: about 22 hours ago
JSON representation
Sets file modified and accessed time for unix filesystems. Inspired by https://github.com/aalex-millerr/settimes
- Host: GitHub
- URL: https://github.com/loganintech/settimes
- Owner: loganintech
- Created: 2018-08-22T07:36:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T07:03:19.000Z (over 6 years ago)
- Last Synced: 2024-10-18T06:53:01.580Z (3 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SetTimes
This was just a program I wrote in rust to see if I could write a short, comparable functionality program to something a friend of mine wrote.
```
SetTimes v1.0.0
Logan Saso
Sets system modified or accessed times.USAGE:
rust [OPTIONS]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-a, --accessed Time in seconds since EPOCH to set as file last accessed.
-m, --modified Time in seconds since EPOCH to set as file last modified.ARGS:
Sets the file to modifiy.
```