bulkrename

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2021 License: MPL-2.0 Imports: 9 Imported by: 0

README

bulkrename

codecov

Quality Gate Status

Go Report Card

Installation

go get -u -v git.sr.ht/~poldi1405/bulkrename

Usage

  1. To move and rename all Episodes from the series Psycho-Pass:
br -r ~/NAS/Multimedia/Series/Anime/Psycho-Pass/
  1. To automatically rename all .xml files to *.drawio
br --editor sed --arg=-i --arg 's/\.xml$/\.drawio/' --arg '{}' ~/DrawIO/*

This executes sed -i 's/\.xml$/\.drawio/' [Tempfile]

Moving forward

  • GUI (for those desktop peasants)
  • check for:
    • loops through symlinks
    • find redundant scans (~/abc/ when ~/ is also scanned)
  • speed up scans through concurrency

Documentation

Overview

Package main is for creating an executable

Directories

Path Synopsis
Package plan provides functions that are associated with the Plan and the type of the same name.
Package plan provides functions that are associated with the Plan and the type of the same name.
jobdescriptor
Package jobdescriptor provides a type to store information of a job in
Package jobdescriptor provides a type to store information of a job in

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL