FinderSidebarEditor
FinderSidebarEditor copied to clipboard
Python module for programmatically editing the Favorites entries of the Finder sidebar
Hi, Robert. This tool is wonderful, but at least as of Sonoma, it doesn't seem to be working to remove iCloud Drive from the Finder sidebar. I'm able to get...
``` from finder_sidebar_editor import FinderSidebar sidebar = FinderSidebar() sidebar.remove("iCloud") ``` ``` Traceback (most recent call last): File "/Users/*****/PycharmProjects/findersidebar/main.py", line 5, in sidebar.remove("iCloud") File "/Users/*****/PycharmProjects/findersidebar/venv/lib/python3.10/site-packages/finder_sidebar_editor/FinderSidebarEditor.py", line 174, in remove if to_rm.upper()...
Trying recommended: https://github.com/Ajordat/finder-sidebar-editor but only getting an error: ``` seb@imac finder-sidebar-editor-master % python3 setup.py Traceback (most recent call last): File "/Users/seb@imac/Downloads/finder-sidebar-editor-master/setup.py", line 3, in from finder_sidebar_editor import __version__ File "/Users/seb@imac/Downloads/finder-sidebar-editor-master/finder_sidebar_editor/__init__.py",...
Just found this and tried a simple add to sidebar based on the sample code you provide (Catalina 10.15.3 (19D76)). Here's what I get: ```./add_item.py "/Users/kfeuerherm/bin" Traceback (most recent call...
Hi, I was wondering, I was trying to add a item to the sidebar but using a custom icon, and passing it as the forth parameter in `LSSharedFileListInsertItemURL`. However I'm...
from: can't read /var/mail/platform from: can't read /var/mail/Cocoa from: can't read /var/mail/CoreFoundation from: can't read /var/mail/CoreFoundation from: can't read /var/mail/CoreFoundation from: can't read /var/mail/Foundation from: can't read /var/mail/LaunchServices from: can't...
(disregard - resolved)