cdargs icon indicating copy to clipboard operation
cdargs copied to clipboard

Directory bookmarking system - Enhanced cd utilities

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

build failed due to PATH_MAX missing on musl libc In musl PATH_MAX is declared in limits.h and not automatically pulled in. See also: https://bugs.gentoo.org/713962

I wanted to add the current directory to `cdargs` using `$PWD` but mistyped it as `$pwd` and got this: ``` $ cdargs -a=$pwd libc++abi: terminating with uncaught exception of type...

When I used to use `ca`, it would... 1. make a line in my `~/.cdargs` file and 2. when I used `cv`, it would take me right back to where...