English | 简体中文
Your ddl-tracker for CCF conferences, now in your menu bar!
- ⏱️ Shows the next upcoming deadline in the menu bar
- 📋 Lists all future deadlines with countdown timers
- 🌎 Displays deadline times in both conference timezone and your local timezone
- 🔄 Automatically updates every hour
- 🛠️ Easy to manage your favorite conferences
- 🔗 Links to conference websites
curl -fsSL https://github.com/superpung/swiftbar-ccfddl/releases/latest/download/install.sh | bashbrew install --cask swiftbar
git clone https://github.com/superpung/swiftbar-ccfddl.git
cd swiftbar-ccfddl
chmod +x plugin/ccfbar.1h.py
python3 plugin/ccfbar.1h.py --init # writes ~/.config/ccfbar/config.json
# then symlink it into your SwiftBar plugin folder and SwiftBar -> Refresh All:
ln -s "$(pwd)/plugin/ccfbar.1h.py" "$HOME/<your-SwiftBar-plugin-folder>/ccfbar.1h.py"Then add conference YAML files to the configured data_dir, or run bash install.sh from the local checkout.
CCFBar reads configuration from:
~/.config/ccfbar/config.json
Set CCFBAR_CONFIG to use a different config path. See config.example.json.
{
"data_dir": "~/.config/ccfbar/conferences",
"display": {
"within_days": 365,
"show_remaining_after_within_days": true
},
"sources": {
"raw_base_url": "https://raw.githubusercontent.com/ccfddl/ccf-deadlines/refs/heads/main/conference",
"conference_url": "https://github.com/ccfddl/ccf-deadlines/tree/main/conference"
},
"conferences": [
"SE/icse.yml"
]
}Important fields:
data_dir: local directory containing ccfddl.yml/.yamlfilesdisplay.within_days: show deadlines within this many days before grouping the rest underMoresources.raw_base_url: base URL used by the menu'sSyncactionconferences: initial files the installer downloads when the data directory is empty
Add more conference files from ccfddl/ccf-deadlines, then refresh SwiftBar.
The 1h in ccfbar.1h.py is SwiftBar's refresh interval. With the quick installer, set CCFBAR_REFRESH=10m to install as ccfbar.10m.py.
CCFBAR_REFRESH: installed plugin refresh interval, default1hCCFBAR_PLUGIN_URL: override plugin download URL for testingCCFBAR_CONFIG: config path, default~/.config/ccfbar/config.jsonCCFBAR_DATA_DIR: data directory overrideCCFBAR_CONFERENCES: space-separated initial conference files, such asSE/icse.yml DB/sigmod.yml CV/cvpr.yml
Example:
curl -fsSL https://github.com/superpung/swiftbar-ccfddl/releases/latest/download/install.sh \
| CCFBAR_CONFERENCES="SE/icse.yml DB/sigmod.yml CV/cvpr.yml" bash- macOS
- SwiftBar
python3from the standard macOS developer tools or newer
- Data sourced from CCF Deadlines
- Plugin built for SwiftBar

