open dir of video file on alt+enter
This commit is contained in:
7
.local/bin/tools/open_at_video
Executable file
7
.local/bin/tools/open_at_video
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
if echo $1 | grep -qv '^/'; then
|
||||
absolute_path_file="$(pwd)/$1"
|
||||
else
|
||||
absolute_path_file="$1"
|
||||
fi
|
||||
$TERMINAL $FILE "${absolute_path_file%/*}"
|
Reference in New Issue
Block a user