| Crates.io | xcom |
| lib.rs | xcom |
| version | 0.1.4 |
| created_at | 2026-01-24 16:17:57.577918+00 |
| updated_at | 2026-01-24 16:17:57.577918+00 |
| description | Windows file operations utility with shell integration for copy and move operations |
| homepage | https://github.com/cumulus13/xcom |
| repository | https://github.com/cumulus13/xcom |
| max_upload_size | |
| id | 2066944 |
| size | 156,731 |
A professional Windows file operations utility providing xmove and copyx commands with Windows Shell integration.
* patterns)Download the latest release for your platform from the Releases page:
Steps:
.zip file for your systemxmove.exe and copyx.execargo install xcom
git clone https://github.com/cumulus13/xcom
cd xcom
cargo build --release
The binaries will be in target/release/xmove.exe and target/release/copyx.exe
# Move single file
xmove file.txt destination/
# Move multiple files
xmove file1.txt file2.txt dir1/ destination/
# Move all files in current directory
xmove * destination/
# Move with wildcard pattern
xmove *.txt destination/
# Show version
xmove -v
# Copy single file
copyx file.txt destination/
# Copy multiple files
copyx file1.txt file2.txt dir1/ destination/
# Copy all files in current directory
copyx * destination/
# Copy with wildcard pattern
copyx *.txt destination/
# Show version
copyx --version
All operations are logged to xcom.log in the same directory as the executable, with timestamps and operation details.
Currently supports Windows only (requires Windows Shell APIs).
Licensed under either of:
at your option.
Contributions are welcome! Please feel free to submit a Pull Request.