Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfischer/fsed
This changes your file names based on a pair of regular expression. It operates just like sed does on regular text.
https://github.com/nfischer/fsed
Last synced: about 1 month ago
JSON representation
This changes your file names based on a pair of regular expression. It operates just like sed does on regular text.
- Host: GitHub
- URL: https://github.com/nfischer/fsed
- Owner: nfischer
- Created: 2014-02-05T22:21:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T07:44:03.000Z (over 10 years ago)
- Last Synced: 2024-10-14T12:38:08.844Z (3 months ago)
- Language: Shell
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fsed
====The fast, automated way to rename files.
About
-----fsed is the way to rename large numbers of files very efficiently. Here are some scenarios where fsed can be extremely useful:
* Do you want to make a copy of some files, but append something to the end of their name so you know they're different?
* Do you have files with 0001, 0002, etc. stuck at the front that you want to rename to have more easily readable names?
* Do you have a bunch of files that are related, but have names in totally different formats?
* Ex. "hw_1.pdf", "hw2.pdf", "Week_3_HW.pdf"