Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 information

OPTIONS:
-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.
```