/vc-mover

A basic file watcher tool for "vc" team.

Primary LanguageGo

VC-MOVER

  • A basic file watcher tool that watches Downloads directory in Linux based distros for "vc" files and moves them to their respective directory.

Example: vc_some_name_20230101.json will be moved to vc_some_name directory.

Supports

  • Auto manage pre-existing "vc" files
  • Watch for new "vc" files

Todo

  • Add config support
  • Add support for deleting old files

Installation / Update

  1. Install using one-liner

    Installs the binary and sets it auto-run on login

# make sure you have go installed on your machine.
bash -c "$(wget -qO- https://raw.githubusercontent.com/roshanlc/vc-mover/master/scripts/setup.sh)"
  1. Install as a binary only
# make sure you have go installed on your machine.
go install github.com/roshanlc/vc-mover@latest

# Run: (Logs are available at ~/.cache/vc-mover/*.log)
vc-mover

Author

Roshan Lamichhane