home-environments: radio: Add abbreviation to quick downloading media using ipfs

pull/1/head
anemofilia 2023-10-27 15:12:02 -03:00 committed by Luis Guilherme Coelho
parent 6423323a0b
commit 8b207748fb
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 0 deletions

View File

@ -307,6 +307,9 @@
(fish-function "bookmarks"))) (fish-function "bookmarks")))
#|Media downloading|# #|Media downloading|#
(abbreviation
(name "i")
(expansion "ipfs get %"))
(abbreviation (abbreviation
(name "d") (name "d")
(expansion "aria -j 10 '%'")) (expansion "aria -j 10 '%'"))