ll.scripts
– UL4 templates and URLs
This package contains the following scripts:
- rul4
rul4 renders an UL4 template. The available template variables allow system commands and database access. Supported databases are Oracle, SQLite, MySQL and Redis.
- uls
uls is an URL-enabled version of the ls command for listing directory content. It uses
ll.url
and supportsssh
andoracle
URLs (viall.orasql
).- ucp
ucp is an URL-enabled version of the cp command for copying files (and file-like objects). It supports
ssh
andoracle
URLs for both source and target files.- ucat
ucat is an URL-enabled version of the cat command for printing files (and file-like objects).
- udiff
udiff is an URL-enabled version of the diff command for showing differences between two files or directories.
These scripts can either be called via Pythons -m
option:
$ python -mll.scripts.rul4 --help
or as a simple script installed in the search path:
$ rul4 --help