utilities-terminal
Open Terminal Here
1665544021585627-1
cd %f && i3-sensible-terminal -hold
Example for a custom action
*
Open root here
1665876753058215-1
sudo thunar %f
*
inode-symlink
Symlink
1699833063931640-1
ln -Ts %f "$(basename %n | sed "s/\(.*\)\.\(.*\)/\1-sl.\2/")"
Create a symlink
*
*
drive-harddisk
Hardlink
1699833176600678-2
ln %f "$(basename %n | sed "s/\(.*\)\.\(.*\)/\1-hl.\2/")"
Create a hardlink
*
*
applications-utilities
batch hardlinks
1732821951376075-1
bash -c 'for file in "$@"; do ln "$file" "$(dirname "$file")/hl-$(basename "$file")"; done' -- %F
*
*
edit-paste
timestamp copy
1746467825367729-1
~/scripts/copy_with_timestamp.sh %f
create copy of file prepended with timestamp
*
*