X Tutup
The Wayback Machine - https://web.archive.org/web/20201019170304/https://github.com/rclone/rclone/issues/3423
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

Command genautocomplete output to stdout #3423

Open
pataquets opened this issue Aug 9, 2019 · 4 comments
Open

Command genautocomplete output to stdout #3423

pataquets opened this issue Aug 9, 2019 · 4 comments

Comments

@pataquets
Copy link
Contributor

@pataquets pataquets commented Aug 9, 2019

What is your current rclone version (output from rclone version)?

rclone v1.47.0-DEV

What problem are you are trying to solve?

Scripting the genautocomplete installation

How do you think rclone should be changed to solve that?

Just adding a --stdout switch or similar to command

@ncw
Copy link
Member

@ncw ncw commented Aug 10, 2019

How about writing to stdout if the output file was -?

Fancy sending a PR for that?

@ncw ncw added the enhancement label Aug 10, 2019
@ncw ncw added this to the Help Wanted milestone Aug 10, 2019
@pataquets
Copy link
Contributor Author

@pataquets pataquets commented Aug 11, 2019

I think my go-fu is not quite sufficient, although I didn't tried it. Just dropped the idea and moved on, since it's marginally useful for me, atm.
I've even tried to build rclone from source inside a Dockerfile (to send it a PR later) and failed at it, so I've left it until my skills improve. I'm pretty sure it's quite standard build, but not enough for my knowledge and a couple how-tos out there
Any build advice?

@ncw
Copy link
Member

@ncw ncw commented Aug 11, 2019

These instruction should work: https://rclone.org/install/#install-from-source

@lasombra
Copy link
Contributor

@lasombra lasombra commented Oct 10, 2020

@ncw I'll take a look at this one, if you don't mind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.
X Tutup