GithubHelp home page GithubHelp logo

repoman's Introduction

Repos on GitHub

Use GitHub's official CLI with also has --json output:

$ gh repo list vogler -L999
Showing 100 of 100 repositories in @vogler

vogler/LED-matrix               16x16 pixel RGB LED matrix with support for WLED and text                    public             29m
vogler/dotfiles                 config/setup for macOS/Linux/Windows: zsh, vim, tmux, vscode; old: Arch,...  public             58m
...

$ gh repo list vogler -L999 --json name,description
[
  {
    "description": "16x16 pixel RGB LED matrix with support for WLED and text",
    "name": "LED-matrix",
    "pushedAt": "2022-09-16T16:08:53Z"
  },
  {
    "description": "config/setup for macOS/Linux/Windows: zsh, vim, tmux, vscode; old: Arch, awesome",
    "name": "dotfiles",
    "pushedAt": "2022-09-16T15:39:36Z"
  },
...
Superseded

Use API as shown in examples of jq:

Can also use jiq instead of jq. jiq is jid on jq. Names of repos:

curl -s 'https://api.github.com/users/vogler/repos?sort=created' | jq '.[].name'

Local repos

  • Find all git repos: see file find-repos.sh
  • List all local repos with
    • uncommited changes
    • unpushed commits, branches, tags etc.
    • stashes
    • no remotes
  • Tools:

Features

In addition to a CLI also offer some TUI like tig?

  • Overview of local repos (see above)
  • Actions sync things: commit and push, hub sync, WIP branches, patches to Dropbox?
  • Integrate gitwatch to keep a complete history on extra branch?
  • Make data from GitHub (issues, PRs) available offline: hub issue, hub pr list but allow to work offline and sync later. Put all data in a meta-repo (e.g. ~/.repoman/github) and sync via GitHub API?

repoman's People

Contributors

vogler avatar

Watchers

 avatar  avatar

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.