Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Go1c
/
FastNodeSync-CLI
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
34
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: make config sync directories configurable via config.yaml
- #17
#17
Closed
LLQWQ
wants to merge 27 commits into
Go1c:main
Go1c/FastNodeSync-CLI:main
from
LLQWQ:feat/setting-sync-v2
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
fix: make config sync directories configurable via config.yaml
#17
LLQWQ
wants to merge 27 commits into
Go1c:main
Go1c/FastNodeSync-CLI:main
from
LLQWQ:feat/setting-sync-v2
Copy head branch name to clipboard
Commits
Commits on Mar 21, 2026
Initial release: CLI client for Fast Note Sync Service
Show description for 417f868
Go1c
committed
417f868
View commit details
Copy full SHA for 417f868
Browse repository at this point
Add GitHub Actions CI and unittest smoke tests
Show description for d1126fb
Go1c
committed
d1126fb
View commit details
Copy full SHA for d1126fb
Browse repository at this point
docs: multilingual README (zh/en/ko) and expanded systemd section
Show description for 126f12a
Go1c
committed
126f12a
View commit details
Copy full SHA for 126f12a
Browse repository at this point
docs: add Japanese and Traditional Chinese README, unify 5-language nav
Show description for 3b26c65
Go1c
committed
3b26c65
View commit details
Copy full SHA for 3b26c65
Browse repository at this point
docs: default README to English; move Simplified Chinese to README.zh-CN.md
Show description for d99e702
Go1c
committed
d99e702
View commit details
Copy full SHA for d99e702
Browse repository at this point
docs: move multilingual README files into doc/; slim root README
Show description for 458ba10
Go1c
committed
458ba10
View commit details
Copy full SHA for 458ba10
Browse repository at this point
docs: prominent OpenClaw/AI agent section with repo URL
Show description for 87f13b8
Go1c
committed
87f13b8
View commit details
Copy full SHA for 87f13b8
Browse repository at this point
docs: embed repo URL in example agent prompt
Show description for 99df4e2
Go1c
committed
99df4e2
View commit details
Copy full SHA for 99df4e2
Browse repository at this point
docs(zh): fix punctuation in example prompt (comma vs enumeration mark)
Show description for 57078c1
Go1c
committed
57078c1
View commit details
Copy full SHA for 57078c1
Browse repository at this point
docs: use fenced text blocks for agent example prompts (fix GitHub link styling)
Show description for 65e14a9
Go1c
committed
65e14a9
View commit details
Copy full SHA for 65e14a9
Browse repository at this point
docs: agent section only example prompt block (remove duplicate URL line)
Show description for 67bd75c
Go1c
committed
67bd75c
View commit details
Copy full SHA for 67bd75c
Browse repository at this point
Commits on Apr 11, 2026
fix: attachment (file) sync not downloading from server
Show description for 385308f
Go1c
committed
385308f
View commit details
Copy full SHA for 385308f
Browse repository at this point
Merge pull request #2 from Go1c/fix/attachment-sync
Show description for 6a353a9
Go1c
authored
6a353a9
View commit details
Copy full SHA for 6a353a9
Browse repository at this point
Commits on Apr 14, 2026
fix: file sync delete, reconnect re-sync, and watcher race (#4)
Show description for 71d1cb1
Go1c
authored
71d1cb1
View commit details
Copy full SHA for 71d1cb1
Browse repository at this point
test: unit tests for FileSync delete counter and watcher ignore logic
Show description for 34cec64
Go1c
committed
34cec64
View commit details
Copy full SHA for 34cec64
Browse repository at this point
fix: recursively remove empty parent dirs after file delete (#5)
Show description for deede10
Go1c
authored
deede10
View commit details
Copy full SHA for deede10
Browse repository at this point
fix: enable WebSocket ping heartbeat to detect dead connections (#6)
Show description for 29dcc84
Go1c
authored
29dcc84
View commit details
Copy full SHA for 29dcc84
Browse repository at this point
fix: delay watcher unignore to prevent echo push-back loop (#7)
Show description for a51c984
Go1c
authored
a51c984
View commit details
Copy full SHA for a51c984
Browse repository at this point
fix: replace WebSocket ping with inactivity watchdog; extend NoteSync timeout (#8)
Show description for 92fe3c3
Go1c
authored
92fe3c3
View commit details
Copy full SHA for 92fe3c3
Browse repository at this point
fix: content-hash echo cache + heartbeat + directory rename (#10)
Show description for 9eaf54c
Go1c
authored
9eaf54c
View commit details
Copy full SHA for 9eaf54c
Browse repository at this point
Fix realtime sync startup and directory deletes
Cui
authored and
Cui
committed
4290b67
View commit details
Copy full SHA for 4290b67
Browse repository at this point
Merge pull request #11 from Go1c/fix/realtime-sync-and-delete
Show description for a37c1fb
Go1c
authored
a37c1fb
View commit details
Copy full SHA for a37c1fb
Browse repository at this point
Commits on Apr 15, 2026
feat: implement SettingSync protocol for config directories (.obsidian, .agents, etc.)
Show description for c449009
LLQWQ
committed
c449009
View commit details
Copy full SHA for c449009
Browse repository at this point
Merge pull request #13 from LLQWQ/feat/setting-sync
Show description for 1515073
Go1c
authored
1515073
View commit details
Copy full SHA for 1515073
Browse repository at this point
Commits on Apr 27, 2026
fix: prevent config files from being uploaded via FileSync
Show description for 71a4270
LLQWQ
committed
71a4270
View commit details
Copy full SHA for 71a4270
Browse repository at this point
fix: ignore FolderSync events for dot-prefixed config directories
Show description for 460cd7b
LLQWQ
committed
460cd7b
View commit details
Copy full SHA for 460cd7b
Browse repository at this point
fix: make config sync directories configurable via config.yaml
Show description for 57024ca
LLQWQ
committed
57024ca
View commit details
Copy full SHA for 57024ca
Browse repository at this point
You can’t perform that action at this time.