nlf

Results 49 issues of nlf

should add a line to .git/config per this gist https://gist.github.com/piscisaureus/3342247

having man pages available would be good, so that git-help can work for the gh commands

implement git-ghhelp or something to list available commands and their usage

should have the ability to somehow edit an issue/pull request.. need to brainstorm implementation

when creating an issue or pull request, if the -m flag isnt passed $EDITOR should be spawned so the user can type there instead of just failing

should be able to assign a milestone when creating an issue or pull request

should have the ability to assign labels to an issue when creating it, also filter on them, and possibly edit them with a separate command

Right now the closest approximation is to override the path with a singular name and use the index method, but this fails if you want to have children on the...

enhancement

support a flag somewhere in the package.json to allow hiding output for each hook, should be able to hide on success or only on failure

enhancement