mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
basic rofi and more macos cleanup
This commit is contained in:
3
macos/bin/biggest-files
Executable file
3
macos/bin/biggest-files
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/local/bin/nu
|
||||
|
||||
ls **/* | where type == File | sort-by size | reverse | keep 10
|
Reference in New Issue
Block a user