You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pdx load for adding files and urls and pdx rm for removing them is not intuitive.
Either load/unload or add/rm (or both, i.e., load with an alias of add) would be more clear and intuitive.
Also, a mv option would be nice. A use case would be I realized I'd accidentally created a tests directory under my tests directory and put a bunch of files there, then loaded them. I know I can do pdx rm tests/tests/* then pdx add tests/*.
The text was updated successfully, but these errors were encountered:
pdx load
for adding files and urls andpdx rm
for removing them is not intuitive.Either
load
/unload
oradd
/rm
(or both, i.e.,load
with an alias ofadd
) would be more clear and intuitive.Also, a
mv
option would be nice. A use case would be I realized I'd accidentally created atests
directory under mytests
directory and put a bunch of files there, thenload
ed them. I know I can dopdx rm tests/tests/*
thenpdx add tests/*
.The text was updated successfully, but these errors were encountered: