Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI for power users #72

Open
k-walter opened this issue Aug 11, 2022 · 1 comment
Open

CLI for power users #72

k-walter opened this issue Aug 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@k-walter
Copy link

k-walter commented Aug 11, 2022

Advantages:

  • Integration with scripts and other other complex tools such as crontab
  • Use minimal resources instead of acting as a daemon + GUI
  • Easier user testing of core features with CLI
  • Fail-safe in the event of GUI failure (e.g. due to Qt)

Describe the solution you'd like
Ideally, the CLI can be run statelessly with runtime parameters / environment variables / input files. Depending on the current architecture, it might be trivial to adapt existing interfaces to any of your favorite libraries here https://go.dev/solutions/clis

Additional context
This feature would be similar to fluminurs

@Beebeeoii Beebeeoii added the enhancement New feature or request label Aug 11, 2022
@aidanaden
Copy link

if anyone’s still interested in a cli solution, i’ve made a canvas cli https://github.com/aidanaden/canvas-sync

it can be installed with brew (mac/linux/wsl) and scoop (windows)

cronjob support will be added soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants