Giter Site home page Giter Site logo

gh-resto's Introduction

Howdy πŸ‘‹

πŸ–₯️ Projects

✨ AI & Bots

  • research-ai: Make your own Academic Research using AI ✨
  • botway: Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack πŸ€–
  • create-botway-bot: Setup a botway bot πŸ—οΈ

πŸ–₯ TUI

  • tran: Securely transfer and send anything between computers with TUI πŸ–₯
  • resto: Send pretty HTTP & API requests with TUI πŸ”—
  • doko: The docker you know but with TUI 🐳
  • instal: Install any binary app from a script URL πŸ›°οΈ

πŸ” Secrets management

  • secman: Human-friendly and amazing secrets manager πŸ‘Š
  • secman core: Backend infrastructure for a password manager products. (forked from scmn-dev/sm-core) πŸ“‘οΈ

πŸ“š Packages/Libraries

  • gosh: A Golang library for executing bash & powershell commands easly ⌨
  • looker: Find app path and print it πŸ”
  • get-latest: Get the latest repository version πŸ›°οΈ

πŸ—οΈ Check out what I'm currently working on

  • botwayorg/ce - Botway Code Editor (Built on top of Coder) (2 weeks ago)
  • logx-ai/research-ai - Make your own Academic Research using AI ✨ (3 weeks ago)
  • abdfnx/botway - πŸ€– Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack (2 months ago)
  • botway-templates/vs-templates - Templates for Botway Visual (7 months ago)
  • botwayorg/get-latest - πŸ›°οΈ Get the latest repository version. Written in Deno Fresh (7 months ago)

πŸ”­ Latest releases I've contributed to

  • zeabur/cli (0.3.3, 3 weeks ago) - Zeabur's official command line tool
  • botwayorg/get-latest (v0.2.0, 7 months ago) - πŸ›°οΈ Get the latest repository version. Written in Deno Fresh
  • botwayorg/templates (v0.1.1, 10 months ago) - 🎲 Botway Templates Handler
  • abdfnx/botway (v0.2.0, 2 years ago) - πŸ€– Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack
  • abdfnx/tran (v0.1.43, 2 years ago) - πŸ–₯ Securely transfer and send anything between computers with TUI.

gh-resto's People

Contributors

abdfnx avatar github-actions[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gh-resto's Issues

Add support for secure token storage

Token storage change in latest release of gh

This is a message from the GitHub CLI team, maintainers of gh, writing to inform you that the most recent release of gh contains changes which may affect your extension. The latest release introduces the feature of storing authentication tokens in the system keyring (encrypted storage) instead of in a plain text file.
The keyrings that are supported are:

  • Keychain on macOS

  • GNOME Keyring on Linux (Secret Service dbus interface)

  • Wincred on Windows

This has huge security benefits for the users of our tool and was one of our oldest outstanding issues. Unfortunately this change has the potential to break extensions that rely on utilizing the users authentication token to work.

In order to have continued compatibility with gh there are some actions you, as an extension author, need to take. These actions will depend on the implementation of your extension.

Extensions built in Go using go-gh:

  1. Upgrade your go-gh version to v1.2.1, the latest version.

  2. Verify that in your extension retrieval of the user authentication token is done using the auth.TokenForHost function.

    • If you were previously accessing the authentication token using any other method it will no longer work.
    • Automatic resolution of the authentication token when using the API clients will continue to work without changes.

All other extensions:

  1. Verify that in your extension retrieval of the user authentication token is done by shelling out to the gh auth token command.

    • If you were previously accessing the authentication token using the gh config get command, reading the configuration file directly, or any other methods it will no longer work.

As of right now storing the authentication token in the system keyring is an opt-in feature, but in the near future it will be required and at that point if the changes above are not made then your extension will be broken for all users. If you have any questions/concerns about this change please feel free to open a discussion in the gh repo.

Thanks,
The GitHub CLI Team

gh resto is unusable

$ gh extension install abdfnx/gh-resto
Cloning into '/Users/austin/.local/share/gh/extensions/gh-resto'...
remote: Enumerating objects: 74, done.
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 74 (delta 14), reused 22 (delta 14), pack-reused 52
Receiving objects: 100% (74/74), 12.02 KiB | 820.00 KiB/s, done.
Resolving deltas: 100% (39/39), done.
βœ“ Installed extension abdfnx/gh-resto

$ gh resto
go: cannot find main module, but found .git/config in /Users/austin/.local/share/gh/extensions/gh-resto
	to create a module there, run:
	go mod init

$ gh extension remove abdfnx/gh-resto
βœ“ Removed extension resto

Installing resto with go install… works as expected.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.