Giter VIP home page Giter VIP logo

noish's People

Stargazers

 avatar

Watchers

 avatar

noish's Issues

Authenticated repo listings - Not happening unless there's a need

Currently, noish is built specifically to only handle open source project issue listing. This issue is a bookmark saying I've thought about it and decided to not set up auth handling because yagni.

If this gets 10+ unique positive reactions, I'll set up auth so orgs and private repos can use it via https auth.
Fully open to good clean PRs on this as long as you use axios, I just won't need it and I'm building this for me.

List issues by milestone

This would be super handy. I think the cache has what's needed, no idea, but it should be easy with 1.0 out

Print full issue by id

Should be able to print a full issue nicely by providing an id.

>> cd gitrepo;
>> noish -i 5;
-- Print full issue by id --
Should be able to print a full iss[cut for brevity]

Test issue

This should be visible with base nish functionality

Bitbucket issues

This was built for github, but it would be cool to have it work with bitbucket as well.

Searching local cache

Should be able to search whole text of issues, case insensitive, and get a list of "ID: Title, snippet of initial summary"

>> cd gitrepo;
>> noish -s Local
-- 1 issue found --
#4: Searching local cache
    Should be able to search whole text of iss...
>> 

List closed issues

By default, only list and search open issues - we should have an option to list closed issues

>> noish -s Closed
-- 1 issue found --
#6 List closed issues: By default...

>> noish -s Closed -c
-- 1 closed issue found --
#2 Closed Issue: Test closed issue. Shouldn't be visible unle...
>>

Request caching

On update, noish should save off the full json response somewhere. Thinking ~/.noish/uname/repo.json - then search is 100% local.

Move main into bin dir

Should be all we need to fix npm i -g noish, currently installing it won't link it to the node bin folder - the http-server repo works great though, and the only difference seems to be folder structure

Closed issue

Test closed issue. Shouldn't be visible normally unless asked for

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.