Matteo Cypriani
7bff021cd3
Update translation files
4 years ago
Matteo Cypriani
81bd453526
Update/rework manpage
4 years ago
Matteo Cypriani
43da9301fa
Rename --fs-fix -> --fix-filenames
...
Also, reorder/group options so that the help message is more readable.
4 years ago
Matteo Cypriani
0995d580c9
README: clarify installation instructions
4 years ago
Matteo Cypriani
007d04dd16
"Rename" gcp
...
Following Goffi's will, this commit renames Gcp (Goffi's CoPier) into
gcp (Gcp CoPier).
4 years ago
Matteo Cypriani
28e8089316
README: missing dependency
4 years ago
Matteo Cypriani
6dbb4152f5
gcp: fix bug introduced in cbd9648
...
gcp was not exiting after copying.
4 years ago
Matteo Cypriani
c3a865920e
Move test_gcp.py to test/ subdir
4 years ago
Matteo Cypriani
4a2c1224f9
Get rid of MANIFEST.in
4 years ago
Matteo Cypriani
7ba62cdfca
Tune setup.py
4 years ago
Matteo Cypriani
de8fe1900c
Tune MANIFEST.in
4 years ago
Matteo Cypriani
b2d16599a4
Rename COPYING -> LICENSE.txt
...
To comply with Python packaging guidelines.
4 years ago
Matteo Cypriani
b2dcbd8368
README: add Installing
4 years ago
Matteo Cypriani
c86dae222a
CHANGELOG: reformat, update
4 years ago
Matteo Cypriani
f99dcc1e2c
First pass with Prospector
...
Also some beautifying, line wrapping, etc.
4 years ago
Matteo Cypriani
cbd96480c5
gcp: reorganize __copyNextFile()
4 years ago
Matteo Cypriani
c4db1808da
i18n: re-generate gcp.po, update fr.po
...
Also fixed some messages.
4 years ago
Matteo Cypriani
e17dbfa1c8
i18n: first pass on the .po files
4 years ago
Matteo Cypriani
b83d37a5e9
Handle --preserve=all
4 years ago
Matteo Cypriani
2e0e8ba994
Add -p switch
4 years ago
Matteo Cypriani
d40548f287
Add -R switch
4 years ago
Matteo Cypriani
193a0e2784
gcp: reindent argparse code
4 years ago
Matteo Cypriani
307ffbea86
gcp: fix newline mangling in version message
4 years ago
Matteo Cypriani
2136a91df4
Rework setup.py
4 years ago
Matteo Cypriani
1de548e62f
test: Python3 fixes & improve comments
4 years ago
Matteo Cypriani
e008689b9b
gcp: run 2to3
4 years ago
Matteo Cypriani
97f8f0d752
Fix/update MANIFEST.in
4 years ago
Matteo Cypriani
f436127427
gcp: update copyright & version
4 years ago
Matteo Cypriani
4c02959204
README: retitle "What's next", link to tracker
4 years ago
Matteo Cypriani
7a6317a5e6
README: update, proofread, reformat, wrap
4 years ago
Matteo Cypriani
7fa513de68
Fix typo "invalide" in user message
4 years ago
Matteo Cypriani
cd317355f1
Actually convert to Python3
...
- Update shebang.
- Drop encoding line, useless in Python3.
- Use GObject rather than gobject.
4 years ago
Matteo Cypriani
ecfe87cd99
Add option --fs-fix=<auto|force|no>
...
Currently, the filesystem fixes are applied only for FAT, in which these
special characters (:, ", etc.) are actually forbidden. NTFS, however, will
allow you to create file names containing these characters, but Windows will
still be unable to deal with the files (even to rename them!).
--fs-fix=force will be useful when copying to a NTFS filesystem that will be
read on Windows.
--fs-fix=no is the same as --no-fs-fix.
--fs-fix=auto is the same as the current default behaviour (i.e. fix names only
for FAT).
4 years ago
Matteo Cypriani
b8fdd846a4
Rename README -> README.md
4 years ago
Jingbei Li
580776117f
Update README.md
4 years ago
Jingbei Li
0d00e99525
Update README.md
4 years ago
Jingbei Li
a6a5cf3a03
Update README.md
4 years ago
Jingbei Li
45905e8f35
don't preserve any attributes by default
4 years ago
Jingbei Li
bdc1df9b6f
update readme.rst to readme.md in setup.py
4 years ago
Jingbei Li
774f371070
migrate to python3
...
- updated .gitignore
- updated README to markdown format
- deprecated distribution
- updated optparse to argparse
- deprecated all coding functions
- fix some syntax errors
Now this package should be python3-only.
4 years ago
Jingbei Li
aad446095c
bump version
4 years ago
Matteo Cypriani
67469febfb
Strip trailing whitespaces
4 years ago
Matteo Cypriani
8d60858375
hgignore -> gitignore
4 years ago
Goffi
3da160e582
update about's gcp's page
11 years ago
Goffi
0e2d0ceb37
typo
11 years ago
Goffi
d7e819b297
Added tag gcp v0.1.3 for changeset 9b01ee8625a6
11 years ago
Goffi
4385301994
added manifest, removed v0.1.3 tag
11 years ago
Goffi
7287b3d68b
Added tag gcp v0.1.3 for changeset 67385805ae48
11 years ago
Goffi
a4d71cb78e
updated version number & changelog
11 years ago
Goffi
335aefc5ed
added test suit
11 years ago