Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fanyang89/eaglexport
Export eagle library to NAS
https://github.com/fanyang89/eaglexport
cli eagle go
Last synced: 12 days ago
JSON representation
Export eagle library to NAS
- Host: GitHub
- URL: https://github.com/fanyang89/eaglexport
- Owner: fanyang89
- License: mit
- Created: 2024-01-27T04:59:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T02:06:26.000Z (10 months ago)
- Last Synced: 2024-06-19T16:42:44.247Z (5 months ago)
- Topics: cli, eagle, go
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eaglexport
Export local eagle library with smart folder filter.
## Usage
```bash
# export to local fs
eaglexport export --library --dst# export to smb
eaglexport export --library --dst smb://127.0.0.1/share0/tmp --smb-user foo --smb-password bar
```## License
MIT