swiftbar / SwiftBar

Powerful macOS menu bar customization tool
https://swiftbar.app
MIT License
2.95k stars 92 forks source link

How ignore some files in the plugin directory #266

Closed teopost closed 2 years ago

teopost commented 2 years ago

Hi, in my plugins directory I have a python library

image

In the bar I have this

image

How can I exclude the execution of the jira.py file?

melonamin commented 2 years ago

SwiftBar ignores hidden folder, hide mylibs and it will be excluded.

Refer to this comment for more context

teopost commented 2 years ago

Thanks.