Evan Gray
Evan Gray
> you can insert a pin in this little hole, to perform a hardware reboot Are you sure? A pin didn't reboot it for me. Edit: Ah, never mind. I...
I'm conflicted about how I think this should behave. My thoughts: - No matter what, `pushd` to each directory, `popd` out. - This keeps the user's directory history clean if...
Fudge, forgot bash `getopts` doesn't account for optional arguments for flags. Deciding if there should always be a required count, or if you just have to pass `-P` multiple times...
After some thought, I would hate to be prompted every time. This is what I think should happen: - The first time a duplicate is found, ask the user which...
I've been thinking more about this. I'm thinking that `cdc .` can serve both purposes. If `$CDC_REPOS_ONLY == true` or `-r`, then it will traverse up `$PWD` until it finds...
Was playing around but didn't create a branch yet. Sticking this here for now. ```bash ## # If the argument is `.` and the current directory contains one of the...
I would also still like this feature. I'd also prefer an option that didn't automatically put it -- just yank. Sometimes I want the duplicated code to be in a...