Menu

Tree [2c998a] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2013-01-24 Horea Haitonic Horea Haitonic [ac0512] Added PyCharm project to ignore list
 Makefile 2024-03-05 Horea Haitonic Horea Haitonic [2c998a] Migrate to Python3 and pyinstaller
 NEWS.txt 2016-02-26 Horea Haitonic Horea Haitonic [063045] Updated NEWS and README files
 README.txt 2024-03-05 Horea Haitonic Horea Haitonic [2c998a] Migrate to Python3 and pyinstaller
 actions.py 2010-10-13 Horea Haitonic Horea Haitonic [4992d0] Append a backslash when asking confirmation for...
 console.py 2010-08-03 Horea Haitonic Horea Haitonic [3913a6] Fixed progress repainting to use cursor_backwar...
 cpx.py 2024-03-05 Horea Haitonic Horea Haitonic [2c998a] Migrate to Python3 and pyinstaller
 globx.py 2024-03-05 Horea Haitonic Horea Haitonic [2c998a] Migrate to Python3 and pyinstaller
 lsx.py 2024-03-05 Horea Haitonic Horea Haitonic [2c998a] Migrate to Python3 and pyinstaller
 rmx.py 2024-03-05 Horea Haitonic Horea Haitonic [2c998a] Migrate to Python3 and pyinstaller
 util.py 2024-03-05 Horea Haitonic Horea Haitonic [2c998a] Migrate to Python3 and pyinstaller

Read Me

1. Introduction
---------------
utx is a package of command line tools for Windows, meant as an improvement over
the standard Windows command line tools (copy, del, move, xcopy) and the MinGW
ports of the UNIX tools (ls, cp, rm).


2. Features
-----------
 - Recursive wildcards (ant-style)
 - Exclude files based on pattern
 - Progress report for individual files
 - Selectable level of interactivity (0..3)
 - Customizable behavior when no file matches
 - Verbose flag


3. Missing features
-------------------
 - Confirm file overwriting, read-only files etc.
 - Force mode
 - Colors


4. Download/build/installation
------------------------
 a. Download the binary distribution (created with pyinstaller) from:  
          https://sourceforge.net/projects/utx/files/
    No installation is necessary.

 b. Fetch the Python sources from the repository at
           git://utx.git.sourceforge.net/gitroot/utx
    Run 'make' to create the standalone executables.
    You will need:
        - Python 3.10+
        - pyinstaller


---------------------------------------------------
Horea Haitonic (h o r e a h _at_ g m a i l . c o m)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.