Skip to content

Jabberwocky238/environmentor

Repository files navigation

Environmentor

English | 中文

Global environment variable manager

  • No UI component library dependencies, keep purity
  • Focus on Rust processing, granting this repo with an air of elegance
  • Based on tauri

Features

  1. basic CURD, ordering, and Find in File Explorer
  2. undo, in case you forget what you have done
  3. (v0.2)optional scanning your disk, in order to find potential or undetected variables (ex. ffmpeg is always contained by Format Factory but you generally cannot get access to it directly in command line)

alt text

Usage

  1. CURD until you feel good

alt text

  1. Flush to the disk

alt text

Extras

  1. Scan the disk to extract information.
  • caching: It will generate CSV files in the app directory to speed up the next scan.

alt text

At present, only full disk scanning is supported for D drives, and finer grained control strategies will be supported in the future.