Git Product home page Git Product logo

git-workspaces's People

Contributors

renovate[bot] avatar snyk-bot avatar viqueen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

choubari

git-workspaces's Issues

add file store to orchestrate git repos from various providers

The should be the equivalent of cnav register <> from https://github.com/viqueen/codenav

We should introduce a git register command that takes in a git url and optionally a workspace , then extracts from it the following properties

interface Item {
    readonly ID: string;
    readonly connection: string;
    readonly host: string;
    readonly namespace: string;
    readonly slug: string;
    readonly aliases: Array<string>;
    readonly workspace: string;
    readonly forked?: boolean;
    readonly archived?: boolean;
}

The store/registry should be able to list repositories by host, namespace , workspace

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/build-and-test.yml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-node v4
  • ubuntu 22.04
.github/workflows/create-release.yml
  • actions/checkout v4@b4ffde65f46336ab88eb53be808477a3936bae11
  • actions/setup-node v4
  • ubuntu 22.04
npm
package.json
  • @labset/leveldb-registry ^1.3.0
  • @labset/task-pool-executor ^2.3.0
  • axios ^1.6.5
  • commander ^12.0.0
  • inquirer ^8.2.5
  • lodash ^4.17.21
  • simple-git ^3.22.0
  • @labset-eslint/eslint-plugin ^1.2.0
  • @types/cli-progress ^3.11.0
  • @types/inquirer ^8.2.4
  • @types/jest ^29.4.0
  • @types/lodash ^4.14.191
  • @types/node ^20.0.0
  • @typescript-eslint/eslint-plugin ^7.0.0
  • @typescript-eslint/parser ^7.0.0
  • eslint ^8.39.0
  • eslint-plugin-import ^2.27.5
  • jest ^29.4.3
  • prettier ^3.2.5
  • ts-jest ^29.1.2
  • ts-node ^10.9.2
  • typescript ^5.3.3
nvm
.nvmrc
  • node 20.11.1

  • Check this box to trigger a request for Renovate to run again on this repository

add git link support

I navigate around my codebases in my terminal sometimes, and I need a script to spit out the GitHub/Bitbucket/GitLab url of a given folder so I can copy paste it in my doc files/notes

workaround
just use the IDE

add workspace-exec command

command to execute some script on all repos within a workspace
I need to port it from the archived codenav repo

git workspace should show status of repos

it would be great if git workspace would display more information for each registered repo :

  • not cloned locally
  • if cloned , current branch name

it would make sense to also add --cloned filter

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.