Skip to content

Commit

Permalink
docs: rename command
Browse files Browse the repository at this point in the history
  • Loading branch information
tympanix committed Mar 19, 2019
1 parent ab90cdb commit 6caaeaa
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/content/04-renaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@ How to rename and organize media

You can organize and rename individual files or whole directories with supper

### Examples:
### Flags
`--action|-a`: The action to perform when renaming media. Can be one of
`move`, `symlink`, `hardlink` or `copy`. Default operation is to hardlink
files

`--extract|-x`: Additionally extract media from archives (zip/rar).

`--movies'-m`: Only rename movies

`--subtitles|-s`: Only rename subtitles

`--tvshows|-t`: Only rename tv shows

To see all applicable flags see: `supper ren --help`

### Examples
Rename all media in the `/media/downloads` folder using hardlink (default action):
```bash
supper ren /media/downloads
Expand Down

0 comments on commit 6caaeaa

Please sign in to comment.