Socket
Socket
Sign inDemoInstall

pgcs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgcs

Pgcs is an intuitive TUI tool designed to simplify your interaction with Google Cloud Storage. Stay in your coding zone by navigating directories, searching files (with case-insensitive support), and previewing files all from your terminal. Easily save paths to clipboard or download files with straightforward keyboard shortcuts. Experience a seamless Cloud Storage interaction right from your terminal; no more swapping to a browser. Stimulate your productivity with Pgcs.


Maintainers
1

image PyPI PyPI - Python Version GitHub

Pgcs

Pgcs is an intuitive TUI tool designed to simplify your interaction with Google Cloud Storage. Stay in your coding zone by navigating directories, searching files (with case-insensitive support), and previewing files all from your terminal. Easily save paths to clipboard or download files with straightforward keyboard shortcuts. Experience a seamless Cloud Storage interaction right from your terminal; no more swapping to a browser.

Features

  • Navigate through directories with left and right arrows
  • Peco-like search UI
  • Case-insensitive search
  • Preview of the file is available
  • Press 'ctrl-p' to save the path to clipboard
  • Press 'ctrl-d' to download

Installation

$ pip install pgcs

Usage

[!IMPORTANT] Both gcloud auth login and gcloud auth application-default login are required.

commanddescription
pg or pg traversenavigate through Google Cloud Storage directories
pg pref --initinitialize or reset preferences file
pg pref <key> <value>set preference with key to value

[!Note] If you want to use clipboard functionality on Linux without a GUI, you need to execute the following. Below is an example.

$ sudo apt-get install xvfb
$ sudo apt-get install xclip
$ Xvfb :99 -screen 0 1280x720x16 &
$ export DISPLAY=:99

Versioning

This repo uses Semantic Versioning.

License

pgcs is released under the MIT License. See LICENSE for additional details.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc