Skip to content

Commit

Permalink
updated README.md.*
Browse files Browse the repository at this point in the history
  • Loading branch information
suizokukan committed Jan 20, 2016
1 parent e3e4e44 commit c7061e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#(1) Katal (0.3)
A (Python3/GPLv3/OSX-Linux-Windows/CLI) project, using no additional modules than the ones installed with Python3.
A (Python3/GPLv3/OSX-Linux-Windows/CLI) project, using no additional modules than the ones installed with Python3. This project requires the installation of *one* file (katal.py) with *one* configuration file per target directory.

Create a catalogue from various source directories, without any duplicate. Add some tags to the files.

Expand All @@ -10,7 +10,7 @@ Create a catalogue from various source directories, without any duplicate. Add s
Read a directory, select some files according to a configuration file (leaving aside the duplicates), copy the selected files in a target directory.
Once the target directory is filled with some files, a database is added to the directory to avoid future duplicates. You can add new files to the target directory by using Katal one more time, with a different source directory.

Katal can also be used to create a "mirror database" from a source, without copying the files in the tarrget directory (see the --mode='nocopy' option).
Katal can also be used to create a "mirror database" from a source, without copying the files in the target directory (see the --mode='nocopy' option).

Caveats :

Expand Down
4 changes: 2 additions & 2 deletions README.md.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#(1) __projectname__ (__laststableversion__)
A (Python3/GPLv3/OSX-Linux-Windows/CLI) project, using no additional modules than the ones installed with Python3.
A (Python3/GPLv3/OSX-Linux-Windows/CLI) project, using no additional modules than the ones installed with Python3. This project requires the installation of *one* file (katal.py) with *one* configuration file per target directory.

Create a catalogue from various source directories, without any duplicate. Add some tags to the files.

Expand All @@ -10,7 +10,7 @@ Create a catalogue from various source directories, without any duplicate. Add s
Read a directory, select some files according to a configuration file (leaving aside the duplicates), copy the selected files in a target directory.
Once the target directory is filled with some files, a database is added to the directory to avoid future duplicates. You can add new files to the target directory by using Katal one more time, with a different source directory.

Katal can also be used to create a "mirror database" from a source, without copying the files in the tarrget directory (see the --mode='nocopy' option).
Katal can also be used to create a "mirror database" from a source, without copying the files in the target directory (see the --mode='nocopy' option).

Caveats :

Expand Down

0 comments on commit c7061e5

Please sign in to comment.