π¦ ClawHub
Realpath Tool
by @dinghaibin
Resolve relative paths and symbolic links to absolute canonical paths. Use for getting the full, unambiguous file path.
π‘ Examples
realpath-tool ./relative/path
realpath-tool -s symlink_path
realpath-tool --relative-to=/home file.txt
βοΈ Configuration
-s: Don't expand symlinks (show logical path)-m: Path doesn't need to exist--relative-to=DIR: Show path relative to DIRTERMINAL
clawhub install realpath-tool