6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
|
#contributor: Xah Lee (XahLee.org)
|
||
|
#name: rename-file
|
||
|
#key: rename-file
|
||
|
#key: rf
|
||
|
# --
|
||
|
(rename-file ${1:file} ${2:newname}${3: ok-if-already-exists})
|