Streak is a utility tool for directly uploading local images to AstroStreaknet.
- upload: Upload local images to the AstroStreaknet database. This command allows you to select images, edit metadata, and specify upload options.
commands:streak upload
,streak u
,streaku
- account: Manage your AstroStreaknet account. This command allows you to log in, log out, and view account information.
Commands:streak account
,streak a
- debug: Get detailed information about warnings or error codes. This command helps you troubleshoot issues with the tool.
Commands:streak debug
,streak x
,streak whatis
- help: Show help information for a command. This command provides detailed information about each command and its options.
Commands:streak help
,streak h
,streak --help
,streak -h
- Selecting the images you wish to upload would be parsed.
- A template toml file would be generated, prefilled with all relevant information it could read from the files.
- The information could be edited, either for each file individually, or as a common constant for all files.
- You can specify whether the files should be uploaded as public or private.
- You can specify whether the files can be used for AI training.
$ streak upload ~/Pictures/saves/*
$ streak upload find ~/Pictures/saves/* filter blue focallen -gt 2000 -lt 3000
PS: Results can be further narrowed down using the fzf
fuzzy-finder with the syntax:
$ streak upload find fzf [PATH] [CONDITIONS....]
$ streak account login
$ streak upload help
$ streak debug 400
If you encounter any issues with the tool, you can use the streak debug command to get more information. You can also report bugs or submit pull requests on our GitHub page.
The Streak tool is released under the Apache2 License.