4 projects tagged "Command Line"
gcp (Goffi's CoPier) is a command line file copying tool, loosely inspired by cp, but with high level functionality like a progress indicator, the ability to continue copying multiple files even when there is a problem with one of them, and the use of a journal to track successful copying. File names can be fixed to ensure compatibility with the target filesystem. If you launch a copy operation when another is already running, the files are added to the first queue to avoid hard drive thrashing. You can keep track of files you have copied, and re-copy them later. gcp is approximately option-compatible with cp.
Cdarts is a low level implementation of a computer darts player. It can be used as an opponent against a human in the game, or it can be used as a simulator for fun. It currently supports only two different game types (301 and 501), but can be extended to support more games. It supports three different levels: beginner, hobbyist, and professional. Each level tries to simulate a human at that level as well as possible.