-
Hello,
I've had a stab at using your program to simply replace all of the newlines in some filenames with something more innocuous, and to do absolutely nothing more, but I'm not having much luck.
I've created a .detoxrc containing:
sequence default {
safe {
filename "/home/id/.detox.tbl";
};
};
Where /home/id/.detox.tbl contains:
default _
start
0x09 N
end.
2009-07-24 22:32:04 UTC by idris83
-
(oops - I can't type. Summary should be "file-exists" !)
2009-03-25 19:03:23 UTC by richardneill
-
I've just discovered detox - very nice. Thanks ;-)
A few thoughts that would make it even more useful:
1. Running "detox" with no arguments (or possibly "detox ."), or maybe even explicitly (detox -a) should operate on all files in the current directory.
This would be especially nice, because at the moment, we have to quote the ugly filenames to pass them as arguments, and sometimes...
2009-03-25 19:02:45 UTC by richardneill
-
Yes, it's really annoying, that "detox -v ." is not working any more!
2008-10-16 22:57:03 UTC by nobody
-
Hi,
my whish is that "detox -v" should behave like in version 1.1.1 (only output of the files, that are renamed).
"detox -v -v" can behave like the behavior of version 1.2.0 (output of all files, that are scanned)
Thanks,
Marv.
2008-10-16 22:53:33 UTC by nobody
-
during build resulted binaries: detox and inline-detox does not respect LDFLAGS. Attached patch fixes the issue.
2008-10-14 16:50:46 UTC by volkov_peter
-
When you run installation in parallel (make -j10 install) it could fail because install-safe-config, install-base, install-sample-config, and install-unsafe-config will be executed in parallel and thus directories could be *not* created before
@if [ ! -f ${DESTDIR}${sysconfdir}/detoxrc ]; then \
checks. Attached patch fixes the issue.
2008-10-14 16:48:50 UTC by volkov_peter
-
Both recursively and not (and with and without --dry-run), for me "detox ." and "detox ./" both cause detox to exit "successfully" without actually having done anything except, with -v, print that it's "Scanning: ." or "Scanning: ./"
This is on my Gentoo Linux system, with both the version currently in the tree (1.2.0_rc3) and my renaming of the ebuild (Gentoo is basically a reimplementation...
2008-07-14 02:24:38 UTC by kingjon3377
-
purgedhalo committed patchset 153 of module detox to the detox CVS repository, changing 1 files.
2008-04-14 00:42:13 UTC by purgedhalo
-
purgedhalo committed patchset 152 of module detox to the detox CVS repository, changing 1 files.
2008-04-13 23:20:04 UTC by purgedhalo