Giter Site home page Giter Site logo

Comments (4)

singularitti avatar singularitti commented on July 20, 2024

A possible command could be ghq remove [arguments...].

from ghq.

Songmu avatar Songmu commented on July 20, 2024

You can pass a query argument to ghq list like following.

ghq list --full-path github.com/motemen
/Users/songmu/dev/src/github.com/motemen/Class-Accessor-Lite-Lazy
/Users/songmu/dev/src/github.com/motemen/blogsync
/Users/songmu/dev/src/github.com/motemen/ghq
...

And you can remove them as follows.

ghq list --full-path github.com/motemen | xargs rm -r

And more, you can use the --exactoption and some query patterns to list repository paths in various ways.

Is this not enough?

from ghq.

singularitti avatar singularitti commented on July 20, 2024

@Songmu Thank you for your reply. I know I can do this by, for example, rm -rf or trash commands. And I understand this may not be your first priority. But I guess people would be grateful if they can remove something (ghq remove) in the same way they create it (ghq get). That is, what I think, a repository management tool would provide.

from ghq.

Songmu avatar Songmu commented on July 20, 2024

After all, I do not feel much need, so close the issue.

In my opinion, it is better to enhance the "ghq list" to easily obtain arbitrary information and delete them by the user in any way.

First, I think that "ghq list" should be enhanced before implementing "ghq remove".

Of course, ghq is OSS, so your patches are also welcome.

from ghq.

Related Issues (20)

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.