Giter Club home page Giter Club logo

git-view's Issues

View remote directories

Description

We want to allow users to be able to open their current directory remotely OR any type of directory/file as an argument.

Acceptance Criteria

Given that a user is currently in the directory src/bin on the repository sgoudham/git-view AND is on the branch main
When the user invokes git view --path
Then the following URL should be opened on the browser https://github.com/sgoudham/git-view/tree/main/src/bin

Given that a user is in any directory on the repository sgoudham/git-view AND is on the branch main
When the user invokes git view --path src/lib.rs
Then the following URL should be opened on the browser https://github.com/sgoudham/git-view/tree/main/src/lib.rs

(Note that https://github.com/sgoudham/git-view/tree/main/src/lib.rs will automatically be converted to https://github.com/sgoudham/git-view/blob/main/src/lib.rs by GitHub

Extend --issue flag to take in args

Description

The current --issue flag doesn't take in any arguments to open up a custom issue, we should extend this command to take in an issue number so a custom issue can be opened that's not part of the branch name.

Acceptance Criteria

Given a user that wants to open the issue 42 on the repository sgoudham/git-view
When the user invokes git view --issue 42
Then the following URL should be opened on the browser https://github.com/sgoudham/git-view/issues/42

Drop support for BitBucket URLS

Description

I'm not very familiar with BitBucket URL's so I think it would be easier to maintain going forward if support was dropped. It may be a better idea to reintroduce other URLs once the GitHub side is feature complete

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.