tml 0.2.0

Creates symbolic links and parent directories if needed.
Documentation
  • Coverage
  • 82.35%
    14 out of 17 items documented0 out of 12 items with examples
  • Size
  • Source code size: 25.49 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.25 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tripokey

tml

Build Status

tml creates a symbolic link to SOURCE at DESTINATION, creating parent directories as needed.
DESTINATION defaults to the basename of SOURCE if omitted.
The basename of SOURCE will be appended to DESTINATION if DESTINATION ends with a '/'.

USAGE:
    tml [FLAGS] <SOURCE> [ARGS]

FLAGS:
    -f               remove existing DESTINATION
    -n               do not verify that SOURCE exists
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <SOURCE>         the target of the link
    <DESTINATION>    The destination path to create

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.