All Projects → bwesterb → Blame Bird

bwesterb / Blame Bird

Licence: mit
Checks which app uses lots of space in the `Library/Caches/com.apple.bird` folder

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Blame Bird

Rsfetch
Fast (~1ms execution time) and somewhat(?) minimal fetch program written in Rust.
Stars: ✭ 103 (-27.46%)
Mutual labels:  commandline
Flag
Flag is a simple but powerful command line option parsing library for Go support infinite level subcommand
Stars: ✭ 114 (-19.72%)
Mutual labels:  commandline
Old
每天大红包 · 旧版(不再维护,仅供参考)
Stars: ✭ 1,611 (+1034.51%)
Mutual labels:  helper
Hd Wallet Addrs
A command-line tool that performs Bitcoin wallet address discovery.
Stars: ✭ 104 (-26.76%)
Mutual labels:  commandline
Manage
Command Line Manager + Interactive Shell for Python Projects
Stars: ✭ 111 (-21.83%)
Mutual labels:  commandline
Signal Cli
signal-cli provides an unofficial commandline and dbus interface for signalapp/libsignal-service-java
Stars: ✭ 2,117 (+1390.85%)
Mutual labels:  commandline
Catcli
The command line catalog tool for your offline data
Stars: ✭ 87 (-38.73%)
Mutual labels:  commandline
Figma Linux Font Helper
Font Helper for Figma for Linux x64 platform
Stars: ✭ 136 (-4.23%)
Mutual labels:  helper
Macos Patcher
Command line tool for running macOS on unsupported Macs
Stars: ✭ 114 (-19.72%)
Mutual labels:  commandline
Idapyhelper
IDAPyHelper is a script for the Interactive Disassembler that helps writing IDAPython scripts and plugins.
Stars: ✭ 128 (-9.86%)
Mutual labels:  helper
Appicon
AppIcon generates *.appiconset contains each resolution image for iOS
Stars: ✭ 1,454 (+923.94%)
Mutual labels:  commandline
Console Logging
Better, prettier commandline logging for Python--with colors! 👻
Stars: ✭ 111 (-21.83%)
Mutual labels:  commandline
Hd Wallet Derive
A command-line tool that derives bip32 addresses and private keys.
Stars: ✭ 125 (-11.97%)
Mutual labels:  commandline
Cordless
The Discord terminal client you never knew you wanted.
Stars: ✭ 1,391 (+879.58%)
Mutual labels:  commandline
Box
Python dictionaries with advanced dot notation access
Stars: ✭ 1,804 (+1170.42%)
Mutual labels:  helper
Lc
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
Stars: ✭ 93 (-34.51%)
Mutual labels:  commandline
Yokadi
Command line oriented, sqlite powered, todo list
Stars: ✭ 119 (-16.2%)
Mutual labels:  commandline
Issues Helper
🤖 A GitHub Action easily helps you automatically manage issues. Welcome to try.
Stars: ✭ 140 (-1.41%)
Mutual labels:  helper
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-3.52%)
Mutual labels:  commandline
Vivify
Vivify is free CSS animation library.
Stars: ✭ 1,651 (+1062.68%)
Mutual labels:  helper

blame-bird.py

This Python script tries to figure out which app uses a lot of space and files in the Library/Caches/com.apple.bird folder on your mac.

$ python blame-bird.py
4R6749AYRE.com.pixelmatorteam.pixelmator            0.00MB      1
com.apple.shoebox                                   0.00MB      3
com.apple.TextInput                                 0.00MB      7
iCloud.com.apple.iBooks                             0.00MB      2
57T9237FN3.net.whatsapp.WhatsApp                 6904.66MB    647

Accounted for: 6904MB.  Still unaccounted: 1879MB

If you supply the app name as argument, the script generates a list of related files (uncomment | xargs du -hs to add file sizes).

$ python blame-bird.py com.apple.TextInput # | xargs du -hs
/Users/usr/Library/Caches/com.apple.bird/session/g/C8E6D0A6-46A8-4803-8DDE-451341DD2DBA
/Users/usr/Library/Caches/com.apple.bird/session/g/4DF22D5F-464A-4F11-9CC5-4D9A073E0D59
/Users/usr/Library/Caches/com.apple.bird/session/g/8E0BB4C3-C0C6-495F-AC60-B750971EF17D
/Users/usr/Library/Caches/com.apple.bird/session/g/9F21F0B3-26C3-4066-A11E-7A853DF7E4F5
/Users/usr/Library/Caches/com.apple.bird/session/g/1FB77878-5975-47EC-A062-C7326FBBE496
/Users/usr/Library/Caches/com.apple.bird/session/g/B4B6DCFE-9958-498E-9B53-8C6195A2CF30
/Users/usr/Library/Caches/com.apple.bird/session/g/28456B01-2DDD-4F08-924A-6C1BB8F04464

See this question on Ask Different.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].