gdrive-search

Warning: I used this to learn Rust. It might be the worst Rust ever.

Fifty percent learning Rust, fifty percent building a CLI to very quickly search & access files in your Google Drive.

On my Mac I had the Google Drive desktop app, and an Alfred workflow to use that synchronised filesystem to quickly search & open Drive files. But I haven't found an equivalent super-fast autocompleting search & open for Linux so I decided to build one.

What does it look like?

demo

Hitting enter would then open in your browser

What works?

Google Drive API setup notes.

This dance will be familiar if you've used any other open source tools that use the Google Drive API.

Roadmap