parent
0970794a05
commit
c596f1a9d6
2 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,7 @@ bin = @["b64d",
|
|||
"latest",
|
||||
"randchars",
|
||||
"rofi_open_in_nvim",
|
||||
"saved",
|
||||
"bcat"]
|
||||
binDir = "bin"
|
||||
|
||||
|
|
4
src/saved.nim
Normal file
4
src/saved.nim
Normal file
|
@ -0,0 +1,4 @@
|
|||
import std/os
|
||||
|
||||
for file in commandLineParams():
|
||||
file.moveFile getHomeDir() / "SavedDownloads" / file
|
Loading…
Reference in a new issue