diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-16 02:21:17 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-16 02:21:17 +0200 |
commit | 6e3c07b70a1f3082afa2115ccac790d859d83b7b (patch) | |
tree | 4157e3ba11442b40a3a2fbf0092526df988362cc /config/essentials | |
parent | 4a58b30d435ba8560f933a7629e820a3d4e81487 (diff) |
checkpoint
Diffstat (limited to 'config/essentials')
-rw-r--r-- | config/essentials/shell/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index 030778f..b7bb5fd 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -83,7 +83,7 @@ remove_audio() { ffmpeg -i "$1" -cpu-used -$(nproc) -deadline realtime -c copy - nasg() { smbclient //192.168.178.24/Public/ -D ENFANTS/Luca/tmp -N -c "get $1"; } trll() { printf "%s\n" "$1" | trl 2>/dev/null; } vidlen() { date -u -d @"$(ffprobe -show_entries format=duration -v quiet -of csv="p=0" -i "$1")" +'%T'; } -pcp() { readlink -f "$1" | clipp; } +pcp() { readlink -f "$1" | tr -d '\n' | clipp; } ipc() { |