mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-23 12:34:42 +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