mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(fish): abbreviations! ✨
This commit is contained in:
parent
85e11cafc7
commit
1cb3a496b0
5 changed files with 47 additions and 18 deletions
|
|
@ -1,4 +0,0 @@
|
|||
function add_spacer_tile
|
||||
defaults write com.apple.dock persistent-apps -array-add '{tile-type="small-spacer-tile";}'
|
||||
killall Dock
|
||||
end
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
function ipp
|
||||
curl ipinfo.io
|
||||
end
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
function ytdlp
|
||||
yt-dlp \
|
||||
--merge-output-format "mkv" \
|
||||
-f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4" \
|
||||
-o "/Users/leana/Downloads/%(title)s.%(ext)s" \
|
||||
$argv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue