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
This is really nice script with powerful fzf. However, I encountered several problems.
Files trashed with tra_sd.sh do not have correct path information (e.g. instead of Path=/home/user01/file, it is Path=file). I had to change this line to something like echo "Path=$(readlink -f $1)" ....
Also tra_sd.sh does not work when trailing slash is added to a directory (e.g. tra_sd.sh path/to/dir/ does not work when tra_sd.sh path/to/dir does).
The text was updated successfully, but these errors were encountered:
This is really nice script with powerful fzf. However, I encountered several problems.
Files trashed with
tra_sd.sh
do not have correct path information (e.g. instead ofPath=/home/user01/file
, it isPath=file
). I had to change this line to something likeecho "Path=$(readlink -f $1)" ...
.Also
tra_sd.sh
does not work when trailing slash is added to a directory (e.g.tra_sd.sh path/to/dir/
does not work whentra_sd.sh path/to/dir
does).The text was updated successfully, but these errors were encountered: