jailtime icon indicating copy to clipboard operation
jailtime copied to clipboard

Create and manage chroot/jail environments

Results 4 jailtime issues
Sort by recently updated
recently updated
newest added

Example jailspec: ``` /path/to/Read Me.txt /path/to/Important File.txt -> /path/to/readme.txt ```

bug

See subject, there are currently no tests. The following should be implemented, in order of priority: 1. End-to-end testing: Run `jailtime` on `test/testfile.jailspec` and check for the expected directory structure...

enhancement

A package directive could be added that would use the system's local package manager to either a) gather the list of files to copy or b) install directly into the...

enhancement

So far, parsing is done via the `regexp` package. This does not give good error messages.

enhancement