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§
Structs§
Enums§
Functions§
- join
- Joins a thread handle and returns the result, handling join errors as
eyre::Error. Awaits aJoinHandleand unwraps the innerResult. - open
- Opens the given argument using the system’s default app (“open”).