Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Remove terminal options from README.
  • Loading branch information
omushpapa committed May 4, 2017
1 parent fa1d0d2 commit 16c4d87
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions README.md
@@ -1,6 +1,6 @@
# sorter

A Python program that sorts files in a folder into folders which are named by type. It (optionally) sorts the folders created in the first sorting into categories as defined by the dictionary in [filegroups.py](https://github.com/giantas/sorter/blob/master/filegroups.py)
A Python application that sorts files in a folder into folders which are named by type. It (optionally) sorts the folders created in the first sorting into categories as defined by the dictionary in [filegroups.py](https://github.com/giantas/sorter/blob/master/filegroups.py)

## Getting Started

Expand All @@ -12,7 +12,9 @@ Launch GUI with
python sorter.py
```

### Terminal/CMD
Or better yet, install program using the latest [package](https://github.com/giantas/sorter/releases)

### ~~Terminal/CMD~~ (since 1.0.5)

sorter.py is already executable (if not, make it executable :P )

Expand All @@ -34,35 +36,21 @@ or
./sorter.py (source folder path)
```

Alternatively, do
```
./sorter.py -h
```
for more usage info.
or

Use [GUI](https://github.com/giantas/sorter/releases)

### Prerequisites

Python 3.x (3.4 recommended)
### Prerequisites
#### None (for the installer [packages](https://github.com/giantas/sorter/releases))

#### For repo clone
Python 3.x (3.4 recommended)

### Examples
```
./sorter.py /home/User/Downloads
```
```
python sorter.py D:\User\folder -d E:\newfolder
```
```
./sorter.py /home/User/Downloads --sort-folders
```
```
python sorter.py D:\User\folder --types pdf docx
```

#### Note

Option --types only supported for terminal/CMD (for now).
~~Option --types only supported for terminal/CMD (for now)~~ Working.

### Authors

Expand Down

0 comments on commit 16c4d87

Please sign in to comment.