All Projects → liamwang → rename-tool

liamwang / rename-tool

Licence: other
一个基于 .NET Core 2.x 实现的项目重命名工具

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to rename-tool

FileRenamerDiff
A File Renamer App featuring a difference display before and after the change.
Stars: ✭ 32 (+100%)
Mutual labels:  rename, rename-files
VIDEOconvertor
A stable and Fast telegram video convertor bot which can encode into different libs and resolution, compress videos, convert video into audio and other video formats, rename with thumbnail support, generate screenshot and trim videos.
Stars: ✭ 180 (+1025%)
Mutual labels:  rename, rename-files
ue4-kopiarka
This is a little util that lets me copy and rename projects from one directory to another
Stars: ✭ 24 (+50%)
Mutual labels:  rename, project
gogen
Command-line tool to generate GO applications and libraries
Stars: ✭ 17 (+6.25%)
Mutual labels:  project
End-to-End-Machine-Learning-Projects
This repository contains Machine Learning projects that involve the steps starting from data collection to deployment
Stars: ✭ 74 (+362.5%)
Mutual labels:  project
university
Open Source app to view Free resources available online.
Stars: ✭ 23 (+43.75%)
Mutual labels:  project
essex
Essex - Boilerplate for Docker Based Projects
Stars: ✭ 32 (+100%)
Mutual labels:  project
node-rename-cli
A tool for renaming files quickly, especially multiple files at once.
Stars: ✭ 149 (+831.25%)
Mutual labels:  rename-files
ideas-for-project-names-starting-with-re
No description or website provided.
Stars: ✭ 27 (+68.75%)
Mutual labels:  project
fylm
A wonderful automated command line app for organizing your film media. Built for Plex and SABnzbd.
Stars: ✭ 25 (+56.25%)
Mutual labels:  rename-files
rename
Batch-rename files from your preferred editor
Stars: ✭ 49 (+206.25%)
Mutual labels:  rename
DynaX
动态的工具集合 For .Net Core
Stars: ✭ 16 (+0%)
Mutual labels:  netcore2
dctb-web-project
Repositório informativo com diretrizes empíricas para o desenvolvimento de um Projeto Web.
Stars: ✭ 59 (+268.75%)
Mutual labels:  project
FileRenameBot
A Telegram File Renamer Bot With Permanent Thumbnail Support Also It Can Convert Files Into Video!!
Stars: ✭ 369 (+2206.25%)
Mutual labels:  rename-files
Example
Metarhia application example for Node.js
Stars: ✭ 147 (+818.75%)
Mutual labels:  project
rename.nvim
Rename plugin for neovim
Stars: ✭ 16 (+0%)
Mutual labels:  rename
ATtiny13-TinyUPS
Uninterruptible Power Supply
Stars: ✭ 92 (+475%)
Mutual labels:  project
online-training
Online Training website using ASP.Net Core 2.0 & Angular 4
Stars: ✭ 26 (+62.5%)
Mutual labels:  netcore2
RxStudy
RxSwift/RxCocoa框架,MVVM模式编写wanandroid客户端
Stars: ✭ 122 (+662.5%)
Mutual labels:  project
IMO-Maritime-Single-Window
An IMO coordinated project developing a generic Maritime Single Window.
Stars: ✭ 18 (+12.5%)
Mutual labels:  netcore2

RenameTool

这是一个基于 .NET Core 2.x 实现的项目重命名工具。

如何使用

Clone 此项目后直接运行,然后根据命令行提示按下图操作:

效果图

如何更好地使用

为了更好地重复使用,可以制作一个可执行脚本。以 Widows 平台为列,可以将此项目 publish 到本地某个文件夹,然后将下面的文本保存为 .bat 文件:

cd /d <your publish path>
dotnet RenameTool.dll
pause
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].