Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex support for file names #7

Open
AgamAgarwal opened this issue Sep 18, 2016 · 0 comments
Open

Regex support for file names #7

AgamAgarwal opened this issue Sep 18, 2016 · 0 comments

Comments

@AgamAgarwal
Copy link
Member

If I have three files with the following names:

Show.S03E01.720p.The_episode.mkv
Show.S03E02[720p]_Another.mp4
Show.S03E0304-HDTV.mkv

I want to save them with the command:

put save "^Show.*"

or something on the similar lines.

Instead of,

put save Show.S03E01.720p.The.episode.mkv Show.S03E02[720p]_Another.mp4 Show.S03E0304-HDTV.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant