First, make sure you have Xcode Command Line Tools installed:
xcode-select --installgit clone https://github.com/hichipli/CiteBar.git
cd CiteBar# Build the project
make build
# Run the application
make runOr create a local app bundle for manual install:
make installTo install directly to /Applications from the command line:
make install-sudo- Click the book icon in your menu bar
- Select "Settings..."
- Add your Google Scholar profile
- Set refresh interval (recommended 1 hour or more)
# Clean and rebuild
make clean
make build# Check if app is running
ps aux | grep CiteBar
# Restart the app
make run- Go to your Google Scholar profile page
- Copy the ID from URL:
scholar.google.com/citations?user=YOUR_ID_HERE - Just copy the ID part (e.g.,
ABC123DEF)
make build # Build release version
make debug # Build debug version
make run # Build and run
make test # Run tests
make clean # Clean build artifacts
make xcode # Open in Xcode
make check-docs # Verify documented commands stay in sync
make help # Show all commands- macOS 13.0+
- Swift 6.0+
- Xcode 15.0+ (recommended for development)
Note: This app only accesses public Google Scholar data and all data is stored locally.