项目作者: steven-joruk

项目描述 :
A game save linker written in rust.
高级语言: Rust
项目地址: git://github.com/steven-joruk/saveli.git
创建时间: 2019-07-01T20:25:44Z
项目社区:https://github.com/steven-joruk/saveli

开源协议:MIT License

下载


Saveli

Build Status

Manage links to game saves and other data.

  1. Saveli 0.1.0
  2. Steven Joruk <steven@joruk.com>
  3. Moves game saves and creates links in their place.
  4. USAGE:
  5. saveli.exe [SUBCOMMAND]
  6. FLAGS:
  7. -h, --help Prints help information
  8. -v, --version Prints version information
  9. SUBCOMMANDS:
  10. heed The inverse of ignore
  11. ignore Ignore a game entry by id, preventing it from being linked, restored or unlinked
  12. link Move game saves from their original locations to the storage path and create links to their
  13. new location
  14. restore Creates links to game saves which have been moved to the storage path
  15. search Search the database for the keyword
  16. set-storage-path Set where game saves and meta data should be stored.
  17. unlink The inverse of link

FAQ

Windows - Is running as administrator really necessary?

Unfortunately yes, creating junction points requires administrator privileges. It’s likely to change in a future update to Windows 10.