Crate ytil_sys

Crate ytil_sys 

Source
Expand description

Provide cohesive system helpers: args, paths, symlinks, permissions, atomic copy, clipboard.

Offer small utilities for CLI tools: joining thread handles, building home-relative paths, manipulating filesystem entries (chmod, symlinks, atomic copy) and clipboard integration.

Re-exports§

pub use pico_args;

Modules§

cli
dir
file
lsof
rm

Structs§

SysInfo

Enums§

Arch
Os

Functions§

join
Joins a thread handle and returns the result, handling join errors as eyre::Error. Awaits a JoinHandle and unwraps the inner Result.
open
Opens the given argument using the system’s default app (“open”).